@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2018-10-24") public class GetWorkflowExecutionHistoryRequest extends java.lang.Object implements org.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<GetWorkflowExecutionHistoryRequest>
Modifier and Type | Class and Description |
---|---|
static class |
GetWorkflowExecutionHistoryRequest._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
domain |
WorkflowExecution |
execution |
HistoryEventFilterType |
HistoryEventFilterType |
int |
maximumPageSize |
static java.util.Map<GetWorkflowExecutionHistoryRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
java.nio.ByteBuffer |
nextPageToken |
boolean |
waitForNewEvent |
Constructor and Description |
---|
GetWorkflowExecutionHistoryRequest() |
GetWorkflowExecutionHistoryRequest(GetWorkflowExecutionHistoryRequest other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
bufferForNextPageToken() |
void |
clear() |
int |
compareTo(GetWorkflowExecutionHistoryRequest other) |
GetWorkflowExecutionHistoryRequest |
deepCopy() |
boolean |
equals(GetWorkflowExecutionHistoryRequest that) |
boolean |
equals(java.lang.Object that) |
GetWorkflowExecutionHistoryRequest._Fields |
fieldForId(int fieldId) |
java.lang.String |
getDomain() |
WorkflowExecution |
getExecution() |
java.lang.Object |
getFieldValue(GetWorkflowExecutionHistoryRequest._Fields field) |
HistoryEventFilterType |
getHistoryEventFilterType() |
int |
getMaximumPageSize() |
byte[] |
getNextPageToken() |
int |
hashCode() |
boolean |
isSet(GetWorkflowExecutionHistoryRequest._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetDomain()
Returns true if field domain is set (has been assigned a value) and false otherwise
|
boolean |
isSetExecution()
Returns true if field execution is set (has been assigned a value) and false otherwise
|
boolean |
isSetHistoryEventFilterType()
Returns true if field HistoryEventFilterType is set (has been assigned a value) and false otherwise
|
boolean |
isSetMaximumPageSize()
Returns true if field maximumPageSize 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
|
boolean |
isSetWaitForNewEvent()
Returns true if field waitForNewEvent is set (has been assigned a value) and false otherwise
|
boolean |
isWaitForNewEvent() |
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
GetWorkflowExecutionHistoryRequest |
setDomain(java.lang.String domain) |
void |
setDomainIsSet(boolean value) |
GetWorkflowExecutionHistoryRequest |
setExecution(WorkflowExecution execution) |
void |
setExecutionIsSet(boolean value) |
void |
setFieldValue(GetWorkflowExecutionHistoryRequest._Fields field,
java.lang.Object value) |
GetWorkflowExecutionHistoryRequest |
setHistoryEventFilterType(HistoryEventFilterType HistoryEventFilterType) |
void |
setHistoryEventFilterTypeIsSet(boolean value) |
GetWorkflowExecutionHistoryRequest |
setMaximumPageSize(int maximumPageSize) |
void |
setMaximumPageSizeIsSet(boolean value) |
GetWorkflowExecutionHistoryRequest |
setNextPageToken(byte[] nextPageToken) |
GetWorkflowExecutionHistoryRequest |
setNextPageToken(java.nio.ByteBuffer nextPageToken) |
void |
setNextPageTokenIsSet(boolean value) |
GetWorkflowExecutionHistoryRequest |
setWaitForNewEvent(boolean waitForNewEvent) |
void |
setWaitForNewEventIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetDomain() |
void |
unsetExecution() |
void |
unsetHistoryEventFilterType() |
void |
unsetMaximumPageSize() |
void |
unsetNextPageToken() |
void |
unsetWaitForNewEvent() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public java.lang.String domain
public WorkflowExecution execution
public int maximumPageSize
public java.nio.ByteBuffer nextPageToken
public boolean waitForNewEvent
public HistoryEventFilterType HistoryEventFilterType
HistoryEventFilterType
public static final java.util.Map<GetWorkflowExecutionHistoryRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetWorkflowExecutionHistoryRequest()
public GetWorkflowExecutionHistoryRequest(GetWorkflowExecutionHistoryRequest other)
public GetWorkflowExecutionHistoryRequest deepCopy()
deepCopy
in interface org.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>
public java.lang.String getDomain()
public GetWorkflowExecutionHistoryRequest setDomain(java.lang.String domain)
public void unsetDomain()
public boolean isSetDomain()
public void setDomainIsSet(boolean value)
public WorkflowExecution getExecution()
public GetWorkflowExecutionHistoryRequest setExecution(WorkflowExecution execution)
public void unsetExecution()
public boolean isSetExecution()
public void setExecutionIsSet(boolean value)
public int getMaximumPageSize()
public GetWorkflowExecutionHistoryRequest setMaximumPageSize(int maximumPageSize)
public void unsetMaximumPageSize()
public boolean isSetMaximumPageSize()
public void setMaximumPageSizeIsSet(boolean value)
public byte[] getNextPageToken()
public java.nio.ByteBuffer bufferForNextPageToken()
public GetWorkflowExecutionHistoryRequest setNextPageToken(byte[] nextPageToken)
public GetWorkflowExecutionHistoryRequest setNextPageToken(java.nio.ByteBuffer nextPageToken)
public void unsetNextPageToken()
public boolean isSetNextPageToken()
public void setNextPageTokenIsSet(boolean value)
public boolean isWaitForNewEvent()
public GetWorkflowExecutionHistoryRequest setWaitForNewEvent(boolean waitForNewEvent)
public void unsetWaitForNewEvent()
public boolean isSetWaitForNewEvent()
public void setWaitForNewEventIsSet(boolean value)
public HistoryEventFilterType getHistoryEventFilterType()
HistoryEventFilterType
public GetWorkflowExecutionHistoryRequest setHistoryEventFilterType(HistoryEventFilterType HistoryEventFilterType)
HistoryEventFilterType
public void unsetHistoryEventFilterType()
public boolean isSetHistoryEventFilterType()
public void setHistoryEventFilterTypeIsSet(boolean value)
public void setFieldValue(GetWorkflowExecutionHistoryRequest._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>
public java.lang.Object getFieldValue(GetWorkflowExecutionHistoryRequest._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>
public boolean isSet(GetWorkflowExecutionHistoryRequest._Fields field)
isSet
in interface org.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(GetWorkflowExecutionHistoryRequest that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(GetWorkflowExecutionHistoryRequest other)
compareTo
in interface java.lang.Comparable<GetWorkflowExecutionHistoryRequest>
public GetWorkflowExecutionHistoryRequest._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._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<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._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