public class ShowLoginSelectionResponse
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ShowLoginSelectionResponse.UserSelection
Enum value sent back in ShowLoginScreen response object that
denotes what action user has selected in login screen.
|
Constructor and Description |
---|
ShowLoginSelectionResponse() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getLinkId() |
RequestId |
getRequestId() |
RequestStatus |
getRequestStatus() |
ShowLoginSelectionResponse.UserSelection |
getUserSelection() |
int |
hashCode() |
void |
setLinkId(java.lang.String linkId) |
void |
setRequestId(RequestId requestId) |
void |
setRequestStatus(RequestStatus requestStatus) |
void |
setUserSelection(ShowLoginSelectionResponse.UserSelection userSelection) |
public RequestId getRequestId()
public RequestStatus getRequestStatus()
public ShowLoginSelectionResponse.UserSelection getUserSelection()
public java.lang.String getLinkId()
public void setRequestId(RequestId requestId)
public void setRequestStatus(RequestStatus requestStatus)
public void setUserSelection(ShowLoginSelectionResponse.UserSelection userSelection)
public void setLinkId(java.lang.String linkId)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object