public class ContactUsInputModel
extends java.lang.Object
Constructor and Description |
---|
ContactUsInputModel() |
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 country code
|
java.lang.String |
getEmail()
This Method is use to Get the Email
|
java.lang.String |
getLang_code()
This Method is use to Get the Language Code
|
java.lang.String |
getMessage()
This Method is use to Get the Message
|
java.lang.String |
getName()
This Method is use to Get the Name
|
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 country code
|
void |
setEmail(java.lang.String email)
This Method is use to Set the Email
|
void |
setLang_code(java.lang.String lang_code)
This Method is use to Set the Language Code
|
void |
setMessage(java.lang.String message)
This Method is use to Set the Message
|
void |
setName(java.lang.String name)
This Method is use to Set the Name
|
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The country codepublic java.lang.String getLang_code()
public void setLang_code(java.lang.String lang_code)
lang_code
- For Setting Language Codepublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- For Setting The Messagepublic java.lang.String getName()
public void setName(java.lang.String name)
name
- For Setting The Namepublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Tokenpublic java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- For Setting The Email