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