Class CodesParams
- java.lang.Object
-
- com.cheetahdigital.corekit.rest.params.BaseParams
-
- com.cheetahdigital.corekit.rest.params.BaseListQueryParams
-
- com.cheetahdigital.codes.core.api.CodesParams
-
- All Implemented Interfaces:
android.os.Parcelable
public class CodesParams extends com.cheetahdigital.corekit.rest.params.BaseListQueryParams
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CodesParams.Builder
-
Nested classes/interfaces inherited from class com.cheetahdigital.corekit.rest.params.BaseListQueryParams
com.cheetahdigital.corekit.rest.params.BaseListQueryParams.BaseListQueryBuilder<P extends com.cheetahdigital.corekit.rest.params.BaseListQueryParams,B extends com.cheetahdigital.corekit.rest.params.BaseListQueryParams.BaseListQueryBuilder>
-
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<CodesParams>
CREATOR
-
Constructor Summary
Constructors Constructor Description CodesParams()
CodesParams(android.os.Parcel in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getEmbedPrize()
Get the current value of the embed_prize parameterjava.lang.String
getResponseMethod()
Get the current value of the response_method parameterjava.lang.String
getTicketCode()
Get the current value of the ticket_code parameterjava.lang.String
getType()
Get the current value of the type parameterjava.lang.String
getValue()
Get the current value of the value parametervoid
setEmbedPrize(java.lang.Boolean embedPrize)
Set the value of embed_prize paramsvoid
setResponseMethod(java.lang.String responseMethod)
Set the value of response_method paramsvoid
setTicketCode(java.lang.String ticketCode)
Set the value of ticket_code paramsvoid
setType(java.lang.String type)
Set the value of type paramsvoid
setValue(java.lang.String value)
Set the value params-
Methods inherited from class com.cheetahdigital.corekit.rest.params.BaseListQueryParams
addCategories, addCategory, clearCategories, describeContents, getCategories, getItemsPerPage, getLayout, getPage, getSortBy, getSortOrder, removeCategory, setItemsPerPage, setLayout, setPage, setSortBy, setSortOrder, writeToParcel
-
-
-
-
Field Detail
-
CREATOR
public static final android.os.Parcelable.Creator<CodesParams> CREATOR
-
-
Method Detail
-
setValue
public void setValue(@Nullable java.lang.String value)
Set the value params- Parameters:
value
- content of the value params
-
getValue
public java.lang.String getValue()
Get the current value of the value parameter- Returns:
- string containing the current value for value parameter, null if no value set
-
setEmbedPrize
public void setEmbedPrize(@Nullable java.lang.Boolean embedPrize)
Set the value of embed_prize params- Parameters:
embedPrize
- content of the value params
-
getEmbedPrize
public java.lang.Boolean getEmbedPrize()
Get the current value of the embed_prize parameter- Returns:
- string containing the current value for value parameter, null if no value set
-
setResponseMethod
public void setResponseMethod(@Nullable java.lang.String responseMethod)
Set the value of response_method params- Parameters:
responseMethod
- content of the value params
-
getResponseMethod
public java.lang.String getResponseMethod()
Get the current value of the response_method parameter- Returns:
- string containing the current value for value parameter, null if no value set
-
setTicketCode
public void setTicketCode(@Nullable java.lang.String ticketCode)
Set the value of ticket_code params- Parameters:
ticketCode
- content of the value params
-
getTicketCode
public java.lang.String getTicketCode()
Get the current value of the ticket_code parameter- Returns:
- string containing the current value for value parameter, null if no value set
-
setType
public void setType(@Nullable java.lang.String type)
Set the value of type params- Parameters:
type
- content of the value params
-
getType
public java.lang.String getType()
Get the current value of the type parameter- Returns:
- string containing the current value for value parameter, null if no value set
-
-