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() |
StreamingReaction.EnumReactionType |
getFieldReactionType() |
String |
getId() |
static APIRequest.ResponseParser<StreamingReaction> |
getParser() |
static StreamingReaction |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<StreamingReaction> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
StreamingReaction |
setFieldCount(Long value) |
StreamingReaction |
setFieldReactionType(StreamingReaction.EnumReactionType value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static StreamingReaction loadJSON(String json, APIContext context, String header)
public static APINodeList<StreamingReaction> 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 Long getFieldCount()
public StreamingReaction setFieldCount(Long value)
public StreamingReaction.EnumReactionType getFieldReactionType()
public StreamingReaction setFieldReactionType(StreamingReaction.EnumReactionType value)
public StreamingReaction copyFrom(StreamingReaction instance)
public static APIRequest.ResponseParser<StreamingReaction> getParser()
Copyright © 2020. All rights reserved.