| Modifier and Type | Class and Description |
|---|---|
static class |
IBeaconFutureId.Builder |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<IBeaconFutureId> |
CREATOR
Parcelable CREATOR constant.
|
FUTURE_SHUFFLES, QUERIED_BY, RESOLVED, UNIQUE_ID| Modifier | Constructor and Description |
|---|---|
protected |
IBeaconFutureId(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
static IBeaconFutureId.Builder |
builder() |
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.util.List<IBeaconId> |
getFutureIds() |
IBeaconId |
getQueriedBy() |
IBeaconId |
getResolved() |
java.lang.String |
getUniqueId() |
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<IBeaconFutureId> CREATOR
public static IBeaconFutureId.Builder builder()
public IBeaconId getQueriedBy()
getQueriedBy in interface IFutureId<IBeaconId>public IBeaconId getResolved()
getResolved in interface IFutureId<IBeaconId>public java.util.List<IBeaconId> getFutureIds()
getFutureIds in interface IFutureId<IBeaconId>public java.lang.String getUniqueId()
getUniqueId in interface IFutureId<IBeaconId>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable