Package com.uber.cadence
Class ListWorkflowExecutionsResponse
- java.lang.Object
-
- com.uber.cadence.ListWorkflowExecutionsResponse
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<ListWorkflowExecutionsResponse>
,org.apache.thrift.TBase<ListWorkflowExecutionsResponse,ListWorkflowExecutionsResponse._Fields>
@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2023-01-06") public class ListWorkflowExecutionsResponse extends java.lang.Object implements org.apache.thrift.TBase<ListWorkflowExecutionsResponse,ListWorkflowExecutionsResponse._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ListWorkflowExecutionsResponse>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListWorkflowExecutionsResponse._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<ListWorkflowExecutionsResponse._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
java.nio.ByteBuffer
nextPageToken
-
Constructor Summary
Constructors Constructor Description ListWorkflowExecutionsResponse()
ListWorkflowExecutionsResponse(ListWorkflowExecutionsResponse 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(ListWorkflowExecutionsResponse other)
ListWorkflowExecutionsResponse
deepCopy()
boolean
equals(ListWorkflowExecutionsResponse that)
boolean
equals(java.lang.Object that)
ListWorkflowExecutionsResponse._Fields
fieldForId(int fieldId)
java.util.List<WorkflowExecutionInfo>
getExecutions()
java.util.Iterator<WorkflowExecutionInfo>
getExecutionsIterator()
int
getExecutionsSize()
java.lang.Object
getFieldValue(ListWorkflowExecutionsResponse._Fields field)
byte[]
getNextPageToken()
int
hashCode()
boolean
isSet(ListWorkflowExecutionsResponse._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)
ListWorkflowExecutionsResponse
setExecutions(java.util.List<WorkflowExecutionInfo> executions)
void
setExecutionsIsSet(boolean value)
void
setFieldValue(ListWorkflowExecutionsResponse._Fields field, java.lang.Object value)
ListWorkflowExecutionsResponse
setNextPageToken(byte[] nextPageToken)
ListWorkflowExecutionsResponse
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<ListWorkflowExecutionsResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
ListWorkflowExecutionsResponse
public ListWorkflowExecutionsResponse()
-
ListWorkflowExecutionsResponse
public ListWorkflowExecutionsResponse(ListWorkflowExecutionsResponse other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public ListWorkflowExecutionsResponse deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<ListWorkflowExecutionsResponse,ListWorkflowExecutionsResponse._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<ListWorkflowExecutionsResponse,ListWorkflowExecutionsResponse._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 ListWorkflowExecutionsResponse 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 ListWorkflowExecutionsResponse setNextPageToken(byte[] nextPageToken)
-
setNextPageToken
public ListWorkflowExecutionsResponse 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(ListWorkflowExecutionsResponse._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<ListWorkflowExecutionsResponse,ListWorkflowExecutionsResponse._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(ListWorkflowExecutionsResponse._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<ListWorkflowExecutionsResponse,ListWorkflowExecutionsResponse._Fields>
-
isSet
public boolean isSet(ListWorkflowExecutionsResponse._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<ListWorkflowExecutionsResponse,ListWorkflowExecutionsResponse._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(ListWorkflowExecutionsResponse that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(ListWorkflowExecutionsResponse other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<ListWorkflowExecutionsResponse>
-
fieldForId
public ListWorkflowExecutionsResponse._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<ListWorkflowExecutionsResponse,ListWorkflowExecutionsResponse._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<ListWorkflowExecutionsResponse,ListWorkflowExecutionsResponse._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<ListWorkflowExecutionsResponse,ListWorkflowExecutionsResponse._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
-
-