@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2018-10-23") public class GetWorkflowExecutionHistoryResponse extends java.lang.Object implements org.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<GetWorkflowExecutionHistoryResponse>
Modifier and Type | Class and Description |
---|---|
static class |
GetWorkflowExecutionHistoryResponse._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
History |
history |
static java.util.Map<GetWorkflowExecutionHistoryResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
java.nio.ByteBuffer |
nextPageToken |
Constructor and Description |
---|
GetWorkflowExecutionHistoryResponse() |
GetWorkflowExecutionHistoryResponse(GetWorkflowExecutionHistoryResponse other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
bufferForNextPageToken() |
void |
clear() |
int |
compareTo(GetWorkflowExecutionHistoryResponse other) |
GetWorkflowExecutionHistoryResponse |
deepCopy() |
boolean |
equals(GetWorkflowExecutionHistoryResponse that) |
boolean |
equals(java.lang.Object that) |
GetWorkflowExecutionHistoryResponse._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(GetWorkflowExecutionHistoryResponse._Fields field) |
History |
getHistory() |
byte[] |
getNextPageToken() |
int |
hashCode() |
boolean |
isSet(GetWorkflowExecutionHistoryResponse._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetHistory()
Returns true if field history is set (has been assigned a value) and false otherwise
|
boolean |
isSetNextPageToken()
Returns true if field nextPageToken is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(GetWorkflowExecutionHistoryResponse._Fields field,
java.lang.Object value) |
GetWorkflowExecutionHistoryResponse |
setHistory(History history) |
void |
setHistoryIsSet(boolean value) |
GetWorkflowExecutionHistoryResponse |
setNextPageToken(byte[] nextPageToken) |
GetWorkflowExecutionHistoryResponse |
setNextPageToken(java.nio.ByteBuffer nextPageToken) |
void |
setNextPageTokenIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetHistory() |
void |
unsetNextPageToken() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public History history
public java.nio.ByteBuffer nextPageToken
public static final java.util.Map<GetWorkflowExecutionHistoryResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetWorkflowExecutionHistoryResponse()
public GetWorkflowExecutionHistoryResponse(GetWorkflowExecutionHistoryResponse other)
public GetWorkflowExecutionHistoryResponse deepCopy()
deepCopy
in interface org.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
public History getHistory()
public GetWorkflowExecutionHistoryResponse setHistory(History history)
public void unsetHistory()
public boolean isSetHistory()
public void setHistoryIsSet(boolean value)
public byte[] getNextPageToken()
public java.nio.ByteBuffer bufferForNextPageToken()
public GetWorkflowExecutionHistoryResponse setNextPageToken(byte[] nextPageToken)
public GetWorkflowExecutionHistoryResponse setNextPageToken(java.nio.ByteBuffer nextPageToken)
public void unsetNextPageToken()
public boolean isSetNextPageToken()
public void setNextPageTokenIsSet(boolean value)
public void setFieldValue(GetWorkflowExecutionHistoryResponse._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
public java.lang.Object getFieldValue(GetWorkflowExecutionHistoryResponse._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
public boolean isSet(GetWorkflowExecutionHistoryResponse._Fields field)
isSet
in interface org.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(GetWorkflowExecutionHistoryResponse that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(GetWorkflowExecutionHistoryResponse other)
compareTo
in interface java.lang.Comparable<GetWorkflowExecutionHistoryResponse>
public GetWorkflowExecutionHistoryResponse._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException