public final class IAGeofenceRequest
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
IAGeofenceRequest.Builder |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<IAGeofenceRequest> |
CREATOR |
Modifier | Constructor and Description |
---|---|
|
IAGeofenceRequest(IAGeofenceRequest.Builder builder) |
protected |
IAGeofenceRequest(android.os.Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.util.List<IAGeofence> |
getGeofences()
Return the list of geofences in this IAGeofenceRequest.
|
boolean |
hasCloudGeofences() |
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<IAGeofenceRequest> CREATOR
public IAGeofenceRequest(IAGeofenceRequest.Builder builder)
protected IAGeofenceRequest(android.os.Parcel in)
public java.util.List<IAGeofence> getGeofences()
IAGeofenceRequest.Builder.withGeofences(List)
,
IAGeofenceRequest.Builder.withGeofence(IAGeofence)
public boolean hasCloudGeofences()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object