public class IAVenue
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator |
CREATOR |
Modifier | Constructor and Description |
---|---|
protected |
IAVenue(android.os.Parcel in)
Do not use this directly
|
|
IAVenue(java.lang.String name,
java.lang.String id,
java.util.List<IAFloorPlan> floorPlans)
Constructs IAVenue based on parameters
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.util.List<IAFloorPlan> |
getFloorPlans()
Return the list of mapped floorplans this venue has
|
java.lang.String |
getId()
Return the ID of the venue
|
java.lang.String |
getName()
Return the name of the venue
|
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel out,
int flags) |
public IAVenue(java.lang.String name, java.lang.String id, java.util.List<IAFloorPlan> floorPlans)
name
- Name of the venueid
- ID of the venue in IndoorAtlas developer consolefloorPlans
- Mapped floors that the venue hasprotected IAVenue(android.os.Parcel in)
public java.lang.String getId()
public java.lang.String getName()
public java.util.List<IAFloorPlan> getFloorPlans()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel out, 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
public java.lang.String toString()
toString
in class java.lang.Object