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 |
getFieldName() |
String |
getFieldUsername() |
String |
getId() |
static APIRequest.ResponseParser<BlockedUserInfo> |
getParser() |
static BlockedUserInfo |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<BlockedUserInfo> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
BlockedUserInfo |
setFieldBlockTime(String value) |
BlockedUserInfo |
setFieldBlockType(String value) |
BlockedUserInfo |
setFieldFbid(String value) |
BlockedUserInfo |
setFieldName(String value) |
BlockedUserInfo |
setFieldUsername(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static BlockedUserInfo loadJSON(String json, APIContext context, String header)
public static APINodeList<BlockedUserInfo> parseResponse(String json, APIContext context, APIRequest request, String header) 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 getFieldUsername()
public BlockedUserInfo setFieldUsername(String value)
public BlockedUserInfo copyFrom(BlockedUserInfo instance)
public static APIRequest.ResponseParser<BlockedUserInfo> getParser()
Copyright © 2024. All rights reserved.