public class FFVideoLogDetailsInput
extends java.lang.Object
Constructor and Description |
---|
FFVideoLogDetailsInput() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to Get the Auth Token
|
java.lang.String |
getDevice_type()
This Method is use to Get the Device Type
|
java.lang.String |
getEpisode_id()
This Method is use to Get the Episode ID
|
java.lang.String |
getIp_address()
This Method is use to Get the IP Address
|
java.lang.String |
getLog_id()
This Method is use to Get the Log Id
|
java.lang.String |
getMovie_id()
This Method is use to Get the Movie ID
|
java.lang.String |
getPlayed_length()
This Method is use to Get the Played Lenght
|
java.lang.String |
getUser_id()
This Method is use to Get the User ID
|
java.lang.String |
getWatch_status()
This Method is use to Get the Watch Status
|
void |
setAuthToken(java.lang.String authToken)
This Method is use to Set the Auth Token
|
void |
setDevice_type(java.lang.String device_type)
This Method is use to Set the Device Type
|
void |
setEpisode_id(java.lang.String episode_id)
This Method is use to Set the Episode ID
|
void |
setIp_address(java.lang.String ip_address)
This Method is use to Set the IP Address
|
void |
setLog_id(java.lang.String log_id)
This Method is use to Set the Log Id
|
void |
setMovie_id(java.lang.String movie_id)
This Method is use to Set the Movie ID
|
void |
setPlayed_length(java.lang.String played_length)
This Method is use to Set the Played Lenght
|
void |
setUser_id(java.lang.String user_id)
This Method is use to Set the User ID
|
void |
setWatch_status(java.lang.String watch_status)
This Method is use to Set the Watch Status
|
public java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Tokenpublic java.lang.String getUser_id()
public void setUser_id(java.lang.String user_id)
user_id
- For Setting The User IDpublic java.lang.String getIp_address()
public void setIp_address(java.lang.String ip_address)
ip_address
- For Setting The IP Addresspublic java.lang.String getMovie_id()
public void setMovie_id(java.lang.String movie_id)
movie_id
- For Setting The Movie IDpublic java.lang.String getEpisode_id()
public void setEpisode_id(java.lang.String episode_id)
episode_id
- For Setting The Episode IDpublic java.lang.String getPlayed_length()
public void setPlayed_length(java.lang.String played_length)
played_length
- For Setting The Played Lenghtpublic java.lang.String getWatch_status()
public void setWatch_status(java.lang.String watch_status)
watch_status
- For Setting The watch statuspublic java.lang.String getDevice_type()
public void setDevice_type(java.lang.String device_type)
device_type
- For Setting The Device Typepublic java.lang.String getLog_id()
public void setLog_id(java.lang.String log_id)
log_id
- For Setting The Log Id