public static class VKApiUserFull.Relative extends VKApiModel implements android.os.Parcelable, Identifiable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<VKApiUserFull.Relative> |
CREATOR |
int |
id |
java.lang.String |
name |
fields| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
int |
getId()
Returns unique identifier of this object(usually it's value of JSON field "id").
|
VKApiUserFull.Relative |
parse(org.json.JSONObject response)
Parses object from source.
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
getTag, getTag, setTag, setTagpublic int id
public java.lang.String name
public static android.os.Parcelable.Creator<VKApiUserFull.Relative> CREATOR
public int getId()
IdentifiablegetId in interface Identifiablepublic VKApiUserFull.Relative parse(org.json.JSONObject response)
VKApiModelparse in class VKApiModelresponse - server API object.public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable