Package es.situm.sdk.model.location
Class BeaconFilter
- java.lang.Object
-
- es.situm.sdk.model.location.BeaconFilter
-
- All Implemented Interfaces:
android.os.Parcelable
public class BeaconFilter extends java.lang.Object implements android.os.Parcelable
Represents a BLE filter. Now the only field is the BLE proximity UUID
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BeaconFilter.Builder
Builder for Beacon objects
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<BeaconFilter>
CREATOR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
describeContents()
boolean
equals(java.lang.Object o)
java.lang.String
getUuid()
Get the Beacon UUIDint
hashCode()
java.lang.String
toString()
void
writeToParcel(android.os.Parcel dest, int flags)
-
-
-
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
-
describeContents
public int describeContents()
- Specified by:
describeContents
in interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)
- Specified by:
writeToParcel
in interfaceandroid.os.Parcelable
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-