public class AuthorizeRequest extends Object
| Constructor and Description |
|---|
AuthorizeRequest(int appID,
String userID,
String version,
String endpointType)
Instantiates a new authorize request.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAppID()
Gets the app id.
|
String |
getAuthType() |
String |
getEndpointType()
Gets the endpoint type.
|
String |
getUserID()
Gets the user id.
|
String |
getVersion()
Gets the version.
|
void |
setAppID(int appID)
Sets the app id.
|
void |
setAuthType(String authType) |
void |
setEndpointType(String endpointType)
Sets the endpoint type.
|
void |
setUserID(String userID)
Sets the user id.
|
void |
setVersion(String version)
Sets the version.
|
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 getAuthType()
public void setAuthType(String authType)
Copyright © 2016. All rights reserved.