Package com.uber.cadence
Class GetWorkflowExecutionHistoryRequest
- java.lang.Object
-
- com.uber.cadence.GetWorkflowExecutionHistoryRequest
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<GetWorkflowExecutionHistoryRequest>
,org.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>
@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2023-08-08") 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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetWorkflowExecutionHistoryRequest._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field 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
skipArchival
boolean
waitForNewEvent
-
Constructor Summary
Constructors Constructor Description GetWorkflowExecutionHistoryRequest()
GetWorkflowExecutionHistoryRequest(GetWorkflowExecutionHistoryRequest other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 otherwiseboolean
isSetDomain()
Returns true if field domain is set (has been assigned a value) and false otherwiseboolean
isSetExecution()
Returns true if field execution is set (has been assigned a value) and false otherwiseboolean
isSetHistoryEventFilterType()
Returns true if field HistoryEventFilterType is set (has been assigned a value) and false otherwiseboolean
isSetMaximumPageSize()
Returns true if field maximumPageSize is set (has been assigned a value) and false otherwiseboolean
isSetNextPageToken()
Returns true if field nextPageToken is set (has been assigned a value) and false otherwiseboolean
isSetSkipArchival()
Returns true if field skipArchival is set (has been assigned a value) and false otherwiseboolean
isSetWaitForNewEvent()
Returns true if field waitForNewEvent is set (has been assigned a value) and false otherwiseboolean
isSkipArchival()
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
setSkipArchival(boolean skipArchival)
void
setSkipArchivalIsSet(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
unsetSkipArchival()
void
unsetWaitForNewEvent()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
domain
public java.lang.String domain
-
execution
public WorkflowExecution execution
-
maximumPageSize
public int maximumPageSize
-
nextPageToken
public java.nio.ByteBuffer nextPageToken
-
waitForNewEvent
public boolean waitForNewEvent
-
HistoryEventFilterType
public HistoryEventFilterType HistoryEventFilterType
- See Also:
HistoryEventFilterType
-
skipArchival
public boolean skipArchival
-
metaDataMap
public static final java.util.Map<GetWorkflowExecutionHistoryRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
GetWorkflowExecutionHistoryRequest
public GetWorkflowExecutionHistoryRequest()
-
GetWorkflowExecutionHistoryRequest
public GetWorkflowExecutionHistoryRequest(GetWorkflowExecutionHistoryRequest other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public GetWorkflowExecutionHistoryRequest deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>
-
getDomain
public java.lang.String getDomain()
-
setDomain
public GetWorkflowExecutionHistoryRequest setDomain(java.lang.String domain)
-
unsetDomain
public void unsetDomain()
-
isSetDomain
public boolean isSetDomain()
Returns true if field domain is set (has been assigned a value) and false otherwise
-
setDomainIsSet
public void setDomainIsSet(boolean value)
-
getExecution
public WorkflowExecution getExecution()
-
setExecution
public GetWorkflowExecutionHistoryRequest setExecution(WorkflowExecution execution)
-
unsetExecution
public void unsetExecution()
-
isSetExecution
public boolean isSetExecution()
Returns true if field execution is set (has been assigned a value) and false otherwise
-
setExecutionIsSet
public void setExecutionIsSet(boolean value)
-
getMaximumPageSize
public int getMaximumPageSize()
-
setMaximumPageSize
public GetWorkflowExecutionHistoryRequest setMaximumPageSize(int maximumPageSize)
-
unsetMaximumPageSize
public void unsetMaximumPageSize()
-
isSetMaximumPageSize
public boolean isSetMaximumPageSize()
Returns true if field maximumPageSize is set (has been assigned a value) and false otherwise
-
setMaximumPageSizeIsSet
public void setMaximumPageSizeIsSet(boolean value)
-
getNextPageToken
public byte[] getNextPageToken()
-
bufferForNextPageToken
public java.nio.ByteBuffer bufferForNextPageToken()
-
setNextPageToken
public GetWorkflowExecutionHistoryRequest setNextPageToken(byte[] nextPageToken)
-
setNextPageToken
public GetWorkflowExecutionHistoryRequest setNextPageToken(java.nio.ByteBuffer nextPageToken)
-
unsetNextPageToken
public void unsetNextPageToken()
-
isSetNextPageToken
public boolean isSetNextPageToken()
Returns true if field nextPageToken is set (has been assigned a value) and false otherwise
-
setNextPageTokenIsSet
public void setNextPageTokenIsSet(boolean value)
-
isWaitForNewEvent
public boolean isWaitForNewEvent()
-
setWaitForNewEvent
public GetWorkflowExecutionHistoryRequest setWaitForNewEvent(boolean waitForNewEvent)
-
unsetWaitForNewEvent
public void unsetWaitForNewEvent()
-
isSetWaitForNewEvent
public boolean isSetWaitForNewEvent()
Returns true if field waitForNewEvent is set (has been assigned a value) and false otherwise
-
setWaitForNewEventIsSet
public void setWaitForNewEventIsSet(boolean value)
-
getHistoryEventFilterType
public HistoryEventFilterType getHistoryEventFilterType()
- See Also:
HistoryEventFilterType
-
setHistoryEventFilterType
public GetWorkflowExecutionHistoryRequest setHistoryEventFilterType(HistoryEventFilterType HistoryEventFilterType)
- See Also:
HistoryEventFilterType
-
unsetHistoryEventFilterType
public void unsetHistoryEventFilterType()
-
isSetHistoryEventFilterType
public boolean isSetHistoryEventFilterType()
Returns true if field HistoryEventFilterType is set (has been assigned a value) and false otherwise
-
setHistoryEventFilterTypeIsSet
public void setHistoryEventFilterTypeIsSet(boolean value)
-
isSkipArchival
public boolean isSkipArchival()
-
setSkipArchival
public GetWorkflowExecutionHistoryRequest setSkipArchival(boolean skipArchival)
-
unsetSkipArchival
public void unsetSkipArchival()
-
isSetSkipArchival
public boolean isSetSkipArchival()
Returns true if field skipArchival is set (has been assigned a value) and false otherwise
-
setSkipArchivalIsSet
public void setSkipArchivalIsSet(boolean value)
-
setFieldValue
public void setFieldValue(GetWorkflowExecutionHistoryRequest._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(GetWorkflowExecutionHistoryRequest._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>
-
isSet
public boolean isSet(GetWorkflowExecutionHistoryRequest._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(GetWorkflowExecutionHistoryRequest that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(GetWorkflowExecutionHistoryRequest other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<GetWorkflowExecutionHistoryRequest>
-
fieldForId
public GetWorkflowExecutionHistoryRequest._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>
- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
- Specified by:
write
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryRequest._Fields>
- Throws:
org.apache.thrift.TException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
validate
public void validate() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-