public class AccountLinking extends Object implements Serializable
| Constructor and Description |
|---|
AccountLinking() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAuthorizationCode()
Gets the
authorizationCode. |
AccountLinkingStatus |
getStatus()
Gets the
status. |
int |
hashCode() |
void |
setAuthorizationCode(String authorizationCode)
Sets the
authorizationCode. |
void |
setStatus(AccountLinkingStatus status)
Sets the
status. |
String |
toString() |
public AccountLinkingStatus getStatus()
status.status.public void setStatus(AccountLinkingStatus status)
status.status - the status to set.public String getAuthorizationCode()
authorizationCode.authorizationCode.public void setAuthorizationCode(String authorizationCode)
authorizationCode.authorizationCode - the authorizationCode to set.Copyright © 2017 BotMill. All rights reserved.