public class RpcCredentials extends Object
RpcServer.| Constructor and Description |
|---|
RpcCredentials(String inUsername,
String inPassword,
String inAppId,
String inClientId,
String inVersionId,
Locale inLocale)
Create a new Credentials instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId()
Get the appId value.
|
String |
getClientId()
Get the clientId value.
|
Locale |
getLocale()
Get the locale value.
|
String |
getPassword()
Get the password value.
|
String |
getUsername()
Get the username value.
|
String |
getVersionId()
Get the versionId value.
|
void |
setAppId(String inAppId)
Sets the appId value.
|
void |
setClientId(String inClientId)
Sets the clientId value.
|
void |
setLocale(Locale inLocale)
Sets the locale value.
|
void |
setPassword(String inPassword)
Sets the password value.
|
void |
setUsername(String inUsername)
Sets the username value.
|
void |
setVersionId(String inVersionId)
Sets the versionId value.
|
public RpcCredentials(String inUsername, String inPassword, String inAppId, String inClientId, String inVersionId, Locale inLocale)
inUsername - a String valueinPassword - a String valueinAppId - a String valueinClientId - a String valueinVersionId - a String valueinLocale - a Locale valuepublic String getUsername()
String valuepublic void setUsername(String inUsername)
inUsername - a String valuepublic String getPassword()
String valuepublic void setPassword(String inPassword)
inPassword - a String valuepublic String getAppId()
String valuepublic void setAppId(String inAppId)
inAppId - a String valuepublic String getClientId()
String valuepublic void setClientId(String inClientId)
inClientId - a String valuepublic String getVersionId()
String valuepublic void setVersionId(String inVersionId)
inVersionId - a String valuepublic Locale getLocale()
Locale valuepublic void setLocale(Locale inLocale)
inLocale - a Locale valueCopyright © 2015. All Rights Reserved.