Package com.uber.cadence
Class ListOpenWorkflowExecutionsRequest
- java.lang.Object
-
- com.uber.cadence.ListOpenWorkflowExecutionsRequest
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<ListOpenWorkflowExecutionsRequest>
,org.apache.thrift.TBase<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._Fields>
@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2023-01-06") public class ListOpenWorkflowExecutionsRequest extends java.lang.Object implements org.apache.thrift.TBase<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ListOpenWorkflowExecutionsRequest>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListOpenWorkflowExecutionsRequest._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
WorkflowExecutionFilter
executionFilter
int
maximumPageSize
static java.util.Map<ListOpenWorkflowExecutionsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
java.nio.ByteBuffer
nextPageToken
StartTimeFilter
StartTimeFilter
WorkflowTypeFilter
typeFilter
-
Constructor Summary
Constructors Constructor Description ListOpenWorkflowExecutionsRequest()
ListOpenWorkflowExecutionsRequest(ListOpenWorkflowExecutionsRequest 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(ListOpenWorkflowExecutionsRequest other)
ListOpenWorkflowExecutionsRequest
deepCopy()
boolean
equals(ListOpenWorkflowExecutionsRequest that)
boolean
equals(java.lang.Object that)
ListOpenWorkflowExecutionsRequest._Fields
fieldForId(int fieldId)
java.lang.String
getDomain()
WorkflowExecutionFilter
getExecutionFilter()
java.lang.Object
getFieldValue(ListOpenWorkflowExecutionsRequest._Fields field)
int
getMaximumPageSize()
byte[]
getNextPageToken()
StartTimeFilter
getStartTimeFilter()
WorkflowTypeFilter
getTypeFilter()
int
hashCode()
boolean
isSet(ListOpenWorkflowExecutionsRequest._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
isSetExecutionFilter()
Returns true if field executionFilter 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
isSetStartTimeFilter()
Returns true if field StartTimeFilter is set (has been assigned a value) and false otherwiseboolean
isSetTypeFilter()
Returns true if field typeFilter is set (has been assigned a value) and false otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
ListOpenWorkflowExecutionsRequest
setDomain(java.lang.String domain)
void
setDomainIsSet(boolean value)
ListOpenWorkflowExecutionsRequest
setExecutionFilter(WorkflowExecutionFilter executionFilter)
void
setExecutionFilterIsSet(boolean value)
void
setFieldValue(ListOpenWorkflowExecutionsRequest._Fields field, java.lang.Object value)
ListOpenWorkflowExecutionsRequest
setMaximumPageSize(int maximumPageSize)
void
setMaximumPageSizeIsSet(boolean value)
ListOpenWorkflowExecutionsRequest
setNextPageToken(byte[] nextPageToken)
ListOpenWorkflowExecutionsRequest
setNextPageToken(java.nio.ByteBuffer nextPageToken)
void
setNextPageTokenIsSet(boolean value)
ListOpenWorkflowExecutionsRequest
setStartTimeFilter(StartTimeFilter StartTimeFilter)
void
setStartTimeFilterIsSet(boolean value)
ListOpenWorkflowExecutionsRequest
setTypeFilter(WorkflowTypeFilter typeFilter)
void
setTypeFilterIsSet(boolean value)
java.lang.String
toString()
void
unsetDomain()
void
unsetExecutionFilter()
void
unsetMaximumPageSize()
void
unsetNextPageToken()
void
unsetStartTimeFilter()
void
unsetTypeFilter()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
domain
public java.lang.String domain
-
maximumPageSize
public int maximumPageSize
-
nextPageToken
public java.nio.ByteBuffer nextPageToken
-
StartTimeFilter
public StartTimeFilter StartTimeFilter
-
executionFilter
public WorkflowExecutionFilter executionFilter
-
typeFilter
public WorkflowTypeFilter typeFilter
-
metaDataMap
public static final java.util.Map<ListOpenWorkflowExecutionsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
ListOpenWorkflowExecutionsRequest
public ListOpenWorkflowExecutionsRequest()
-
ListOpenWorkflowExecutionsRequest
public ListOpenWorkflowExecutionsRequest(ListOpenWorkflowExecutionsRequest other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public ListOpenWorkflowExecutionsRequest deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._Fields>
-
getDomain
public java.lang.String getDomain()
-
setDomain
public ListOpenWorkflowExecutionsRequest 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)
-
getMaximumPageSize
public int getMaximumPageSize()
-
setMaximumPageSize
public ListOpenWorkflowExecutionsRequest 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 ListOpenWorkflowExecutionsRequest setNextPageToken(byte[] nextPageToken)
-
setNextPageToken
public ListOpenWorkflowExecutionsRequest 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)
-
getStartTimeFilter
public StartTimeFilter getStartTimeFilter()
-
setStartTimeFilter
public ListOpenWorkflowExecutionsRequest setStartTimeFilter(StartTimeFilter StartTimeFilter)
-
unsetStartTimeFilter
public void unsetStartTimeFilter()
-
isSetStartTimeFilter
public boolean isSetStartTimeFilter()
Returns true if field StartTimeFilter is set (has been assigned a value) and false otherwise
-
setStartTimeFilterIsSet
public void setStartTimeFilterIsSet(boolean value)
-
getExecutionFilter
public WorkflowExecutionFilter getExecutionFilter()
-
setExecutionFilter
public ListOpenWorkflowExecutionsRequest setExecutionFilter(WorkflowExecutionFilter executionFilter)
-
unsetExecutionFilter
public void unsetExecutionFilter()
-
isSetExecutionFilter
public boolean isSetExecutionFilter()
Returns true if field executionFilter is set (has been assigned a value) and false otherwise
-
setExecutionFilterIsSet
public void setExecutionFilterIsSet(boolean value)
-
getTypeFilter
public WorkflowTypeFilter getTypeFilter()
-
setTypeFilter
public ListOpenWorkflowExecutionsRequest setTypeFilter(WorkflowTypeFilter typeFilter)
-
unsetTypeFilter
public void unsetTypeFilter()
-
isSetTypeFilter
public boolean isSetTypeFilter()
Returns true if field typeFilter is set (has been assigned a value) and false otherwise
-
setTypeFilterIsSet
public void setTypeFilterIsSet(boolean value)
-
setFieldValue
public void setFieldValue(ListOpenWorkflowExecutionsRequest._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(ListOpenWorkflowExecutionsRequest._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._Fields>
-
isSet
public boolean isSet(ListOpenWorkflowExecutionsRequest._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<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(ListOpenWorkflowExecutionsRequest that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(ListOpenWorkflowExecutionsRequest other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<ListOpenWorkflowExecutionsRequest>
-
fieldForId
public ListOpenWorkflowExecutionsRequest._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._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<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._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
-
-