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