public class StreamFilter extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
StreamFilter() |
| Modifier and Type | Method and Description |
|---|---|
StreamFilter |
copyFrom(StreamFilter instance) |
APIContext |
getContext() |
String |
getFieldFilterKey() |
String |
getFieldId() |
String |
getFieldName() |
String |
getFieldType() |
String |
getId() |
static APIRequest.ResponseParser<StreamFilter> |
getParser() |
static StreamFilter |
loadJSON(String json,
APIContext context) |
static APINodeList<StreamFilter> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
StreamFilter |
setFieldFilterKey(String value) |
StreamFilter |
setFieldId(String value) |
StreamFilter |
setFieldName(String value) |
StreamFilter |
setFieldType(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static StreamFilter loadJSON(String json, APIContext context)
public static APINodeList<StreamFilter> 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 getFieldFilterKey()
public StreamFilter setFieldFilterKey(String value)
public String getFieldName()
public StreamFilter setFieldName(String value)
public String getFieldType()
public StreamFilter setFieldType(String value)
public String getFieldId()
public StreamFilter setFieldId(String value)
public StreamFilter copyFrom(StreamFilter instance)
public static APIRequest.ResponseParser<StreamFilter> getParser()
Copyright © 2018. All rights reserved.