public class EntityAtTextRange extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityAtTextRange.EnumType |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
EntityAtTextRange() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static EntityAtTextRange loadJSON(String json, APIContext context, String header)
public static APINodeList<EntityAtTextRange> 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 getFieldId()
public EntityAtTextRange setFieldId(String value)
public Long getFieldLength()
public EntityAtTextRange setFieldLength(Long value)
public String getFieldName()
public EntityAtTextRange setFieldName(String value)
public Profile getFieldObject()
public EntityAtTextRange setFieldObject(Profile value)
public EntityAtTextRange setFieldObject(String value)
public Long getFieldOffset()
public EntityAtTextRange setFieldOffset(Long value)
public EntityAtTextRange.EnumType getFieldType()
public EntityAtTextRange setFieldType(EntityAtTextRange.EnumType value)
public EntityAtTextRange copyFrom(EntityAtTextRange instance)
public static APIRequest.ResponseParser<EntityAtTextRange> getParser()
Copyright © 2020. All rights reserved.