public class BlockedUserInfo extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
BlockedUserInfo() |
| Modifier and Type | Method and Description |
|---|---|
BlockedUserInfo |
copyFrom(BlockedUserInfo instance) |
APIContext |
getContext() |
String |
getFieldBlockTime() |
String |
getFieldBlockType() |
String |
getFieldFbid() |
String |
getFieldId() |
String |
getFieldName() |
String |
getId() |
static APIRequest.ResponseParser<BlockedUserInfo> |
getParser() |
static BlockedUserInfo |
loadJSON(String json,
APIContext context) |
static APINodeList<BlockedUserInfo> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
BlockedUserInfo |
setFieldBlockTime(String value) |
BlockedUserInfo |
setFieldBlockType(String value) |
BlockedUserInfo |
setFieldFbid(String value) |
BlockedUserInfo |
setFieldId(String value) |
BlockedUserInfo |
setFieldName(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static BlockedUserInfo loadJSON(String json, APIContext context)
public static APINodeList<BlockedUserInfo> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldBlockTime()
public BlockedUserInfo setFieldBlockTime(String value)
public String getFieldBlockType()
public BlockedUserInfo setFieldBlockType(String value)
public String getFieldFbid()
public BlockedUserInfo setFieldFbid(String value)
public String getFieldName()
public BlockedUserInfo setFieldName(String value)
public String getFieldId()
public BlockedUserInfo setFieldId(String value)
public BlockedUserInfo copyFrom(BlockedUserInfo instance)
public static APIRequest.ResponseParser<BlockedUserInfo> getParser()
Copyright © 2018. All rights reserved.