| Modifier and Type | Class and Description | 
|---|---|
| static class  | Counters.BuilderBuilder class for creating  Counters | 
| Modifier and Type | Field and Description | 
|---|---|
| static <any> | CREATOR | 
| protected int | databaseIdThe Database id. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | describeContents() | 
| boolean | equals(java.lang.Object o) | 
| static ICounters | from(JSONObject jsonObject)Creates  ICountersfrom json object | 
| int | getDatabaseId()Gets database id. | 
| int | getPrivateDevicesCount()Gets count of private devices | 
| int | getPrivateVenuesCount()Gets count of private venues | 
| int | getPublicDevicesCount()Gets count of devices shared to public infrastructure | 
| int | getPublicVenuesCount()Gets count of venues that are shared to public infrastructure | 
| int | getSharedDevicesCount()Gets count of devices that are shared | 
| int | getSharedVenuesCount()Gets count of venues that are shared | 
| int | getSharedWithMeDevicesCount()Gets count of devices that are shared to you | 
| int | getSharedWithMeVenuesCount()Gets count of venues that are shared to you | 
| int | hashCode() | 
| void | writeToParcel(Parcel dest,
             int flags) | 
public static final <any> CREATOR
protected final int databaseId
android.database.sqlite.SQLiteDatabase). If you
 do not need to use it, ignore it during model building.public int getPrivateDevicesCount()
getPrivateDevicesCount in interface ICounterspublic int getPublicDevicesCount()
getPublicDevicesCount in interface ICounterspublic int getSharedDevicesCount()
getSharedDevicesCount in interface ICounterspublic int getSharedWithMeDevicesCount()
getSharedWithMeDevicesCount in interface ICounterspublic int getPrivateVenuesCount()
getPrivateVenuesCount in interface ICounterspublic int getPublicVenuesCount()
getPublicVenuesCount in interface ICounterspublic int getSharedVenuesCount()
getSharedVenuesCount in interface ICounterspublic int getSharedWithMeVenuesCount()
getSharedWithMeVenuesCount in interface ICounterspublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void writeToParcel(Parcel dest,
                          int flags)
public static ICounters from(JSONObject jsonObject)
ICounters from json objectjsonObject - the json objectpublic int getDatabaseId()
public int describeContents()