Package com.uber.cadence
Class ListOpenWorkflowExecutionsResponse
- java.lang.Object
-
- com.uber.cadence.ListOpenWorkflowExecutionsResponse
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<ListOpenWorkflowExecutionsResponse>
,org.apache.thrift.TBase<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._Fields>
@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2025-03-06") public class ListOpenWorkflowExecutionsResponse extends java.lang.Object implements org.apache.thrift.TBase<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ListOpenWorkflowExecutionsResponse>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListOpenWorkflowExecutionsResponse._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.util.List<WorkflowExecutionInfo>
executions
static java.util.Map<ListOpenWorkflowExecutionsResponse._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
java.nio.ByteBuffer
nextPageToken
-
Constructor Summary
Constructors Constructor Description ListOpenWorkflowExecutionsResponse()
ListOpenWorkflowExecutionsResponse(ListOpenWorkflowExecutionsResponse other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToExecutions(WorkflowExecutionInfo elem)
java.nio.ByteBuffer
bufferForNextPageToken()
void
clear()
int
compareTo(ListOpenWorkflowExecutionsResponse other)
ListOpenWorkflowExecutionsResponse
deepCopy()
boolean
equals(ListOpenWorkflowExecutionsResponse that)
boolean
equals(java.lang.Object that)
ListOpenWorkflowExecutionsResponse._Fields
fieldForId(int fieldId)
java.util.List<WorkflowExecutionInfo>
getExecutions()
java.util.Iterator<WorkflowExecutionInfo>
getExecutionsIterator()
int
getExecutionsSize()
java.lang.Object
getFieldValue(ListOpenWorkflowExecutionsResponse._Fields field)
byte[]
getNextPageToken()
int
hashCode()
boolean
isSet(ListOpenWorkflowExecutionsResponse._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
isSetExecutions()
Returns true if field executions 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 otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
ListOpenWorkflowExecutionsResponse
setExecutions(java.util.List<WorkflowExecutionInfo> executions)
void
setExecutionsIsSet(boolean value)
void
setFieldValue(ListOpenWorkflowExecutionsResponse._Fields field, java.lang.Object value)
ListOpenWorkflowExecutionsResponse
setNextPageToken(byte[] nextPageToken)
ListOpenWorkflowExecutionsResponse
setNextPageToken(java.nio.ByteBuffer nextPageToken)
void
setNextPageTokenIsSet(boolean value)
java.lang.String
toString()
void
unsetExecutions()
void
unsetNextPageToken()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
executions
public java.util.List<WorkflowExecutionInfo> executions
-
nextPageToken
public java.nio.ByteBuffer nextPageToken
-
metaDataMap
public static final java.util.Map<ListOpenWorkflowExecutionsResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
ListOpenWorkflowExecutionsResponse
public ListOpenWorkflowExecutionsResponse()
-
ListOpenWorkflowExecutionsResponse
public ListOpenWorkflowExecutionsResponse(ListOpenWorkflowExecutionsResponse other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public ListOpenWorkflowExecutionsResponse deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._Fields>
-
getExecutionsSize
public int getExecutionsSize()
-
getExecutionsIterator
public java.util.Iterator<WorkflowExecutionInfo> getExecutionsIterator()
-
addToExecutions
public void addToExecutions(WorkflowExecutionInfo elem)
-
getExecutions
public java.util.List<WorkflowExecutionInfo> getExecutions()
-
setExecutions
public ListOpenWorkflowExecutionsResponse setExecutions(java.util.List<WorkflowExecutionInfo> executions)
-
unsetExecutions
public void unsetExecutions()
-
isSetExecutions
public boolean isSetExecutions()
Returns true if field executions is set (has been assigned a value) and false otherwise
-
setExecutionsIsSet
public void setExecutionsIsSet(boolean value)
-
getNextPageToken
public byte[] getNextPageToken()
-
bufferForNextPageToken
public java.nio.ByteBuffer bufferForNextPageToken()
-
setNextPageToken
public ListOpenWorkflowExecutionsResponse setNextPageToken(byte[] nextPageToken)
-
setNextPageToken
public ListOpenWorkflowExecutionsResponse 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)
-
setFieldValue
public void setFieldValue(ListOpenWorkflowExecutionsResponse._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(ListOpenWorkflowExecutionsResponse._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._Fields>
-
isSet
public boolean isSet(ListOpenWorkflowExecutionsResponse._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<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(ListOpenWorkflowExecutionsResponse that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(ListOpenWorkflowExecutionsResponse other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<ListOpenWorkflowExecutionsResponse>
-
fieldForId
public ListOpenWorkflowExecutionsResponse._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._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<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._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
-
-