public class DeleteContentInput
extends java.lang.Object
| Constructor and Description | 
|---|
| DeleteContentInput() | 
| DeleteContentInput(java.lang.String authToken,
                  java.lang.String userId,
                  java.lang.String playlistId,
                  java.lang.String contentID) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getAuthToken()This Method is use to Get the auth token | 
| java.lang.String | getContentID()This Method is use to Get the contentID | 
| java.lang.String | getCountryCode()This Method is use to Get the country code | 
| java.lang.String | getLang_code()This Method is use to Get the Language Code | 
| java.lang.String | getMuviUniqueId()This Method is use to Get the muvi Unique Id | 
| java.lang.String | getPlaylistId()This Method is use to Get the playlistId | 
| java.lang.String | getUserId()This Method is use to Get the user Id | 
| void | setAuthToken(java.lang.String authToken)This Method is use to Set the authToken | 
| void | setContentID(java.lang.String contentID)This Method is use to Set the contentID | 
| 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 | setMuviUniqueId(java.lang.String muviUniqueId)This Method is use to Set the muviUniqueId | 
| void | setPlaylistId(java.lang.String playlistId)This Method is use to Set the playlistId | 
| void | setUserId(java.lang.String userId)This Method is use to Set the userId | 
public DeleteContentInput()
public DeleteContentInput(java.lang.String authToken,
                          java.lang.String userId,
                          java.lang.String playlistId,
                          java.lang.String contentID)
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 getMuviUniqueId()
public void setMuviUniqueId(java.lang.String muviUniqueId)
muviUniqueId - For Setting muviUniqueIdpublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken - For Setting authTokenpublic java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId - For Setting userIdpublic java.lang.String getPlaylistId()
public void setPlaylistId(java.lang.String playlistId)
playlistId - For Setting playlistIdpublic java.lang.String getContentID()
public void setContentID(java.lang.String contentID)
contentID - For Setting contentID