public static class VKApiCommunityFull.Counters
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
int |
albums |
int |
audios |
static android.os.Parcelable.Creator<VKApiCommunityFull.Counters> |
CREATOR |
int |
docs |
static int |
NO_COUNTER
Значение в том случае, если счетчик не был явно указан.
|
int |
photos |
int |
topics |
int |
videos |
| Constructor and Description |
|---|
Counters(org.json.JSONObject from) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final int NO_COUNTER
public int photos
public int albums
public int audios
public int videos
public int topics
public int docs
public static android.os.Parcelable.Creator<VKApiCommunityFull.Counters> CREATOR