public class AuthorizeResponse extends Object
| Constructor and Description |
|---|
AuthorizeResponse()
Instantiates a new authorize response.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAppID()
Gets the app id.
|
String |
getChallenge()
Gets the challenge.
|
String |
getDescription()
Gets the description.
|
String |
getEndpointType()
Gets the endpoint type.
|
String |
getReason()
Gets the reason.
|
String |
getStatus()
Gets the status.
|
String |
getUserID()
Gets the user id.
|
String |
getVersion()
Gets the version.
|
void |
setAppID(int appID)
Sets the app id.
|
void |
setChallenge(String challenge)
Sets the challenge.
|
void |
setDescription(String description)
Sets the description.
|
void |
setEndpointType(String endpointType)
Sets the endpoint type.
|
void |
setReason(String reason)
Sets the reason.
|
void |
setStatus(String status)
Sets the status.
|
void |
setUserID(String userID)
Sets the user id.
|
void |
setVersion(String version)
Sets the version.
|
public AuthorizeResponse()
public String getDescription()
public void setDescription(String description)
description - the new descriptionpublic String getStatus()
public String getChallenge()
public String getReason()
public int getAppID()
public void setStatus(String status)
status - the new statuspublic void setChallenge(String challenge)
challenge - the new challengepublic void setReason(String reason)
reason - the new reasonpublic void setAppID(int appID)
appID - the new app idpublic String getUserID()
public void setUserID(String userID)
userID - the new user idpublic String getVersion()
public void setVersion(String version)
version - the new versionpublic String getEndpointType()
public void setEndpointType(String endpointType)
endpointType - the new endpoint typeCopyright © 2016. All rights reserved.