public class AddContentRatingInputModel
extends java.lang.Object
Constructor and Description |
---|
AddContentRatingInputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to get the Auth Token
|
java.lang.String |
getContent_id()
This Method is use to get the Content Id
|
java.lang.String |
getCountryCode()
This Method is use to get the countryCode
|
java.lang.String |
getLang_code()
This Method is use to get the Language Code
|
java.lang.String |
getRating()
This Method is use to get the Rating
|
java.lang.String |
getReview()
This Method is use to get the Review
|
java.lang.String |
getUser_id()
This Method is use to get the User Id
|
void |
setAuthToken(java.lang.String authToken)
This Method is use to set the Auth Token
|
void |
setContent_id(java.lang.String content_id)
This Method is use to set the Content Id
|
void |
setCountryCode(java.lang.String countryCode)
This Method is use to set the country code
|
void |
setLang_code(java.lang.String lang_code)
This Method is use to set the Language Code
|
void |
setRating(java.lang.String rating)
This Method is use to set the Rating
Should be between 0 - 5
|
void |
setReview(java.lang.String review)
This Method is use to set the Review
|
void |
setUser_id(java.lang.String user_id)
This Method is use to set the User Id
|
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- for setting the country codepublic java.lang.String getReview()
public void setReview(java.lang.String review)
review
- for setting the reviewpublic java.lang.String getContent_id()
public void setContent_id(java.lang.String content_id)
content_id
- for setting the Content Idpublic java.lang.String getLang_code()
public void setLang_code(java.lang.String lang_code)
lang_code
- For setting the Language Codepublic java.lang.String getUser_id()
public void setUser_id(java.lang.String user_id)
user_id
- For Setting the User Idpublic java.lang.String getRating()
public void setRating(java.lang.String rating)
rating
- For Setting The Ratingpublic void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Tokenpublic java.lang.String getAuthToken()