Class BeaconFields

  • All Implemented Interfaces:
    android.os.Parcelable

    public class BeaconFields
    extends BaseListQueryParams
    Class for setting the query parameters of Beacon API All Nullable parameters means you can remove the parameter by passing a null value.
    • Field Detail

      • CREATOR

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

      • BeaconFields

        public BeaconFields()
      • BeaconFields

        public BeaconFields​(android.os.Parcel in)
    • Method Detail

      • setUUId

        public void setUUId​(@Nullable
                            java.lang.String uUId)
        Set the value for UIId param
        Parameters:
        uUId - value to set for uiId
      • getUUId

        public java.lang.String getUUId()
        Get the current value of the UUId parameter
        Returns:
        string containing the current value for UUid parameter, null if no value set
      • setMajor

        public void setMajor​(@Nullable
                             java.lang.String major)
        Set the value for Major param
        Parameters:
        major - value to set for Major
      • getMajor

        public java.lang.String getMajor()
        Get the current value of the Major parameter
        Returns:
        string containing the current value for Major parameter, null if no value set
      • setMinor

        public void setMinor​(@Nullable
                             java.lang.String minor)
        Set the value for Minor param
        Parameters:
        minor - value to set for Minor
      • getMinor

        public java.lang.String getMinor()
        Get the current value of the Minor parameter
        Returns:
        string containing the current value for Minor parameter, null if no value set