Class 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>
      • Nested classes/interfaces inherited from class com.cheetahdigital.corekit.rest.params.BaseParams

        com.cheetahdigital.corekit.rest.params.BaseParams.BaseBuilder<T extends com.cheetahdigital.corekit.rest.params.BaseParams,​B extends com.cheetahdigital.corekit.rest.params.BaseParams.BaseBuilder>
      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static android.os.Parcelable.Creator<CodesParams> CREATOR  
      • Fields inherited from class com.cheetahdigital.corekit.rest.params.BaseParams

        mId, mQueryMap
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • 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 parameter
      java.lang.String getResponseMethod()
      Get the current value of the response_method parameter
      java.lang.String getTicketCode()
      Get the current value of the ticket_code parameter
      java.lang.String getType()
      Get the current value of the type parameter
      java.lang.String getValue()
      Get the current value of the value parameter
      void setEmbedPrize​(java.lang.Boolean embedPrize)
      Set the value of embed_prize params
      void setResponseMethod​(java.lang.String responseMethod)
      Set the value of response_method params
      void setTicketCode​(java.lang.String ticketCode)
      Set the value of ticket_code params
      void setType​(java.lang.String type)
      Set the value of type params
      void 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
      • Methods inherited from class com.cheetahdigital.corekit.rest.params.BaseParams

        addParam, getAccessToken, getId, getParam, getQueryMap, setAccessToken, setId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<CodesParams> CREATOR
    • Constructor Detail

      • CodesParams

        public CodesParams()
      • CodesParams

        public CodesParams​(android.os.Parcel in)
    • 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