@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2018-10-23") 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>
Modifier and Type | Class and Description |
---|---|
static class |
ListOpenWorkflowExecutionsResponse._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<WorkflowExecutionInfo> |
executions |
static java.util.Map<ListOpenWorkflowExecutionsResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
java.nio.ByteBuffer |
nextPageToken |
Constructor and Description |
---|
ListOpenWorkflowExecutionsResponse() |
ListOpenWorkflowExecutionsResponse(ListOpenWorkflowExecutionsResponse other)
Performs a deep copy on other.
|
Modifier and Type | Method and 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 otherwise
|
boolean |
isSetExecutions()
Returns true if field executions 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
|
void |
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) |
public java.util.List<WorkflowExecutionInfo> executions
public java.nio.ByteBuffer nextPageToken
public static final java.util.Map<ListOpenWorkflowExecutionsResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ListOpenWorkflowExecutionsResponse()
public ListOpenWorkflowExecutionsResponse(ListOpenWorkflowExecutionsResponse other)
public ListOpenWorkflowExecutionsResponse deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._Fields>
public int getExecutionsSize()
public java.util.Iterator<WorkflowExecutionInfo> getExecutionsIterator()
public void addToExecutions(WorkflowExecutionInfo elem)
public java.util.List<WorkflowExecutionInfo> getExecutions()
public ListOpenWorkflowExecutionsResponse setExecutions(java.util.List<WorkflowExecutionInfo> executions)
public void unsetExecutions()
public boolean isSetExecutions()
public void setExecutionsIsSet(boolean value)
public byte[] getNextPageToken()
public java.nio.ByteBuffer bufferForNextPageToken()
public ListOpenWorkflowExecutionsResponse setNextPageToken(byte[] nextPageToken)
public ListOpenWorkflowExecutionsResponse setNextPageToken(java.nio.ByteBuffer nextPageToken)
public void unsetNextPageToken()
public boolean isSetNextPageToken()
public void setNextPageTokenIsSet(boolean value)
public void setFieldValue(ListOpenWorkflowExecutionsResponse._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._Fields>
public java.lang.Object getFieldValue(ListOpenWorkflowExecutionsResponse._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._Fields>
public boolean isSet(ListOpenWorkflowExecutionsResponse._Fields field)
isSet
in interface org.apache.thrift.TBase<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(ListOpenWorkflowExecutionsResponse that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(ListOpenWorkflowExecutionsResponse other)
compareTo
in interface java.lang.Comparable<ListOpenWorkflowExecutionsResponse>
public ListOpenWorkflowExecutionsResponse._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._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<ListOpenWorkflowExecutionsResponse,ListOpenWorkflowExecutionsResponse._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