public class Venue
extends java.lang.Object
implements android.os.Parcelable
Device objects together. Additionally it's a describable container for devices which can
 be signified with image cover. A venue belongs to the Manager that created it and can be
 shared to the other ones by his owner.
 KontaktCloud.
 Venue.Builder.| Modifier and Type | Class and Description | 
|---|---|
| static class  | Venue.Builder | 
| Modifier and Type | Field and Description | 
|---|---|
| static android.os.Parcelable.Creator<Venue> | CREATORParcelable CREATOR constant. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Venue.Builder | builder() | 
| int | describeContents() | 
| boolean | equals(java.lang.Object o) | 
| Access | getAccess() | 
| java.lang.String | getCoverType() | 
| java.lang.String | getDescription() | 
| java.util.List<Device> | getDevices() | 
| int | getDevicesCount() | 
| java.util.UUID | getId() | 
| java.lang.String | getImageUrl() | 
| java.lang.String | getLatitude() | 
| java.lang.String | getLongitude() | 
| java.util.UUID | getManagerId() | 
| java.lang.String | getName() | 
| int | hashCode() | 
| void | writeToParcel(android.os.Parcel dest,
             int flags) | 
public static final android.os.Parcelable.Creator<Venue> CREATOR
public static Venue.Builder builder()
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.Parcelablepublic java.util.UUID getId()
public java.lang.String getName()
public java.lang.String getDescription()
public int getDevicesCount()
public java.lang.String getCoverType()
public java.lang.String getImageUrl()
public java.util.UUID getManagerId()
public java.util.List<Device> getDevices()
public Access getAccess()
public java.lang.String getLongitude()
public java.lang.String getLatitude()