public class MyPlanInputModel
extends java.lang.Object
Constructor and Description |
---|
MyPlanInputModel() |
MyPlanInputModel(java.lang.String authToken,
java.lang.String userId,
java.lang.String countryCode,
java.lang.String langCode) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to Get the authToken
|
java.lang.String |
getCountryCode()
This Method is use to Get the countryCode
|
java.lang.String |
getLangCode()
This Method is use to Get the lang Code
|
java.lang.String |
getUserId()
This Method is use to Get the userId
|
void |
setAuthToken(java.lang.String authToken)
This Method is use to Set the authToken
|
void |
setCountryCode(java.lang.String countryCode)
This Method is use to Set the countryCode
|
void |
setLangCode(java.lang.String langCode)
This Method is use to Set the langCode
|
void |
setUserId(java.lang.String userId)
This Method is use to Set the userId
|
public MyPlanInputModel()
public MyPlanInputModel(java.lang.String authToken, java.lang.String userId, java.lang.String countryCode, java.lang.String langCode)
public void setLangCode(java.lang.String langCode)
langCode
- For Setting The langCodepublic void setAuthToken(java.lang.String authToken)
authToken
- For Setting The authTokenpublic void setUserId(java.lang.String userId)
userId
- For Setting The userIdpublic java.lang.String getAuthToken()
public java.lang.String getUserId()
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCodepublic java.lang.String getLangCode()