public class MyUploadInputModel
extends java.lang.Object
Constructor and Description |
---|
MyUploadInputModel() |
MyUploadInputModel(java.lang.String authToken,
java.lang.String userId,
java.lang.String uploadContentType,
java.lang.String countryCode,
java.lang.String languageCode,
java.lang.String categoryId) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to Get the authToken
|
java.lang.String |
getCategoryId()
This Method is use to Get the categoryId
|
java.lang.String |
getCountryCode()
This Method is use to Get the countryCode
|
java.lang.String |
getLanguageCode()
This Method is use to Get the languageCode
|
java.lang.String |
getUploadContentType()
This Method is use to Get the uploadContentType
|
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 |
setCategoryId(java.lang.String categoryId)
This Method is use to Set the categoryId
|
void |
setCountryCode(java.lang.String countryCode)
This Method is use to Set the countryCode
|
void |
setLanguageCode(java.lang.String languageCode)
This Method is use to Set the languageCode
|
void |
setUploadContentType(java.lang.String uploadContentType)
This Method is use to Set the uploadContentType
|
void |
setUserId(java.lang.String userId)
This Method is use to Set the userId
|
public MyUploadInputModel()
public MyUploadInputModel(java.lang.String authToken, java.lang.String userId, java.lang.String uploadContentType, java.lang.String countryCode, java.lang.String languageCode, java.lang.String categoryId)
public java.lang.String getAuthToken()
public java.lang.String getUserId()
public java.lang.String getUploadContentType()
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCodepublic java.lang.String getCategoryId()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The authTokenpublic void setUserId(java.lang.String userId)
userId
- For Setting The userIdpublic void setUploadContentType(java.lang.String uploadContentType)
uploadContentType
- For Setting The uploadContentTypepublic void setLanguageCode(java.lang.String languageCode)
languageCode
- For Setting The languageCodepublic java.lang.String getLanguageCode()
public void setCategoryId(java.lang.String categoryId)
categoryId
- For Setting The categoryId