public class RequestHistory extends APINode
Modifier and Type | Class and Description |
---|---|
static class |
RequestHistory.EnumHttpMethod |
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
RequestHistory() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static RequestHistory loadJSON(String json, APIContext context, String header)
public static APINodeList<RequestHistory> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public String getFieldApiVersion()
public RequestHistory setFieldApiVersion(String value)
public String getFieldCreatedTime()
public RequestHistory setFieldCreatedTime(String value)
public Long getFieldErrorCode()
public RequestHistory setFieldErrorCode(Long value)
public String getFieldGraphPath()
public RequestHistory setFieldGraphPath(String value)
public RequestHistory.EnumHttpMethod getFieldHttpMethod()
public RequestHistory setFieldHttpMethod(RequestHistory.EnumHttpMethod value)
public RequestHistory setFieldPostParams(Map<String,String> value)
public RequestHistory setFieldQueryParams(Map<String,String> value)
public RequestHistory copyFrom(RequestHistory instance)
public static APIRequest.ResponseParser<RequestHistory> getParser()
Copyright © 2020. All rights reserved.