public class SimultaneousLogoutInput
extends java.lang.Object
Constructor and Description |
---|
SimultaneousLogoutInput() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to Get the Auth Token
|
java.lang.String |
getCountryCode()
This Method is use to Get the countryCode
|
java.lang.String |
getDevice_type()
This Method is use to Get the Device Type
|
java.lang.String |
getEmail_id()
This Method is use to Get the Email Id
|
java.lang.String |
getLaguageCode()
This Method is use to Get the laguageCode
|
void |
setAuthToken(java.lang.String authToken)
This Method is use to Set the Auth Token
|
void |
setCountryCode(java.lang.String countryCode)
This Method is use to Set the countryCode
|
void |
setDevice_type(java.lang.String device_type)
This Method is use to Set the Device Type
|
void |
setEmail_id(java.lang.String email_id)
This Method is use to Set the Email Id
|
void |
setLaguageCode(java.lang.String laguageCode)
This Method is use to Set the laguageCode
|
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCodepublic java.lang.String getLaguageCode()
public void setLaguageCode(java.lang.String laguageCode)
laguageCode
- For Setting The laguageCodepublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Tokenpublic java.lang.String getDevice_type()
public void setDevice_type(java.lang.String device_type)
device_type
- For Setting The Device Typepublic java.lang.String getEmail_id()
public void setEmail_id(java.lang.String email_id)
email_id
- For Setting The Email Id