public class VoucherSubscriptionInputModel
extends java.lang.Object
Constructor and Description |
---|
VoucherSubscriptionInputModel() |
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 countryCode
|
java.lang.String |
getIs_a_guest_user()
This Method is use to Get the is_a_guest_user
Note - If guest user pass 1 otherwise 0.
|
java.lang.String |
getIsPreOrder()
This Method is use to Get the Is Pre Order Details.
|
java.lang.String |
getLanguage()
This Method is use to Get the language
|
java.lang.String |
getMovie_id()
This Method is use to Get the Movie Id
|
java.lang.String |
getPurchase_type()
This Method is use to Get the Purchase Type
|
java.lang.String |
getSeason()
This Method is use to Get the Season
|
java.lang.String |
getStream_id()
This Method is use to Get the Stream Id
|
java.lang.String |
getUser_id()
This Method is use to Get the User Id
|
java.lang.String |
getVoucher_code()
This Method is use to Get the Voucher Code
|
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 |
setIs_a_guest_user(java.lang.String is_a_guest_user)
This Method is use to Set the guest user
|
void |
setIsPreOrder(java.lang.String isPreOrder)
This Method is use to Set the Is Pre Order Details
|
void |
setLanguage(java.lang.String language)
This Method is use to Set the language
|
void |
setMovie_id(java.lang.String movie_id)
This Method is use to Set the Movie Id
|
void |
setPurchase_type(java.lang.String purchase_type)
This Method is use to Set the Purchase Type
|
void |
setSeason(java.lang.String season)
This Method is use to Set the Season
|
void |
setStream_id(java.lang.String stream_id)
This Method is use to Set the Stream Id
|
void |
setUser_id(java.lang.String user_id)
This Method is use to Set the User Id
|
void |
setVoucher_code(java.lang.String voucher_code)
This Method is use to Set the Voucher Code
|
public java.lang.String getCountryCode()
public java.lang.String getIs_a_guest_user()
public void setIs_a_guest_user(java.lang.String is_a_guest_user)
is_a_guest_user
- is a guest userpublic void setCountryCode(java.lang.String countryCode)
countryCode
- country codepublic java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- languagepublic java.lang.String getSeason()
public void setSeason(java.lang.String season)
season
- For Setting The seasonpublic 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 getMovie_id()
public void setMovie_id(java.lang.String movie_id)
movie_id
- For Setting The Movie Idpublic java.lang.String getStream_id()
public void setStream_id(java.lang.String stream_id)
stream_id
- For Setting The Stream Idpublic java.lang.String getPurchase_type()
public void setPurchase_type(java.lang.String purchase_type)
purchase_type
- For Setting The Purchase Typepublic java.lang.String getVoucher_code()
public void setVoucher_code(java.lang.String voucher_code)
voucher_code
- For Setting The Voucher Codepublic java.lang.String getIsPreOrder()
public void setIsPreOrder(java.lang.String isPreOrder)
isPreOrder
- For Setting The Is Pre Order Details