Class BeaconFilter

  • All Implemented Interfaces:
    android.os.Parcelable, MapperInterface

    public class BeaconFilter
    extends java.lang.Object
    implements android.os.Parcelable, MapperInterface
    Represents a BLE filter. Now the only field is the BLE proximity UUID
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<BeaconFilter> CREATOR
    • Method Detail

      • getUuid

        @NonNull
        public java.lang.String getUuid()
        Get the Beacon UUID
        Returns:
        uuid
      • toMap

        public java.util.Map<java.lang.String,​java.lang.Object> toMap()
        Description copied from interface: MapperInterface
        Method to transform object into Map
        Specified by:
        toMap in interface MapperInterface
        Returns:
        Map with the information of the object mapped
      • fromMap

        public static BeaconFilter fromMap​(java.util.Map<java.lang.String,​java.lang.Object> map)
                                    throws java.lang.IllegalArgumentException
        Throws:
        java.lang.IllegalArgumentException
      • describeContents

        public int describeContents()
        Specified by:
        describeContents in interface android.os.Parcelable
      • writeToParcel

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object