public class ChallengeResponse extends Object
| Constructor and Description |
|---|
ChallengeResponse()
Instantiates a new challenge response.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAppID()
Gets the app id.
|
String |
getDescription()
Gets the description.
|
String |
getEndpointType()
Gets the endpoint type.
|
String |
getExpires()
Gets the expires.
|
String |
getReason()
Gets the reason.
|
String |
getStatus()
Gets the status.
|
String |
getToken()
Gets the token.
|
String |
getUserID()
Gets the user id.
|
String |
getVersion()
Gets the version.
|
void |
setAppID(int appID)
Sets the app id.
|
void |
setDescription(String description)
Sets the description.
|
void |
setEndpointType(String endpointType)
Sets the endpoint type.
|
void |
setExpires(String expires)
Sets the expires.
|
void |
setReason(String reason)
Sets the reason.
|
void |
setStatus(String status)
Sets the status.
|
void |
setToken(String token)
Sets the token.
|
void |
setUserID(String userID)
Sets the user id.
|
void |
setVersion(String version)
Sets the version.
|
public ChallengeResponse()
public int getAppID()
public 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 typepublic String getStatus()
public void setStatus(String status)
status - the new statuspublic String getToken()
public void setToken(String token)
token - the new tokenpublic String getExpires()
public void setExpires(String expires)
expires - the new expirespublic String getReason()
public void setReason(String reason)
reason - the new reasonpublic String getDescription()
public void setDescription(String description)
description - the new descriptionCopyright © 2016. All rights reserved.