@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2018-10-23") 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>
Modifier and Type | Class and Description |
---|---|
static class |
ListOpenWorkflowExecutionsRequest._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and 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 and Description |
---|
ListOpenWorkflowExecutionsRequest() |
ListOpenWorkflowExecutionsRequest(ListOpenWorkflowExecutionsRequest other)
Performs a deep copy on other.
|
Modifier and Type | Method and 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 otherwise
|
boolean |
isSetDomain()
Returns true if field domain is set (has been assigned a value) and false otherwise
|
boolean |
isSetExecutionFilter()
Returns true if field executionFilter is set (has been assigned a value) and false otherwise
|
boolean |
isSetMaximumPageSize()
Returns true if field maximumPageSize 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
|
boolean |
isSetStartTimeFilter()
Returns true if field StartTimeFilter is set (has been assigned a value) and false otherwise
|
boolean |
isSetTypeFilter()
Returns true if field typeFilter is set (has been assigned a value) and false otherwise
|
void |
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) |
public java.lang.String domain
public int maximumPageSize
public java.nio.ByteBuffer nextPageToken
public StartTimeFilter StartTimeFilter
public WorkflowExecutionFilter executionFilter
public WorkflowTypeFilter typeFilter
public static final java.util.Map<ListOpenWorkflowExecutionsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ListOpenWorkflowExecutionsRequest()
public ListOpenWorkflowExecutionsRequest(ListOpenWorkflowExecutionsRequest other)
public ListOpenWorkflowExecutionsRequest deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._Fields>
public java.lang.String getDomain()
public ListOpenWorkflowExecutionsRequest setDomain(java.lang.String domain)
public void unsetDomain()
public boolean isSetDomain()
public void setDomainIsSet(boolean value)
public int getMaximumPageSize()
public ListOpenWorkflowExecutionsRequest setMaximumPageSize(int maximumPageSize)
public void unsetMaximumPageSize()
public boolean isSetMaximumPageSize()
public void setMaximumPageSizeIsSet(boolean value)
public byte[] getNextPageToken()
public java.nio.ByteBuffer bufferForNextPageToken()
public ListOpenWorkflowExecutionsRequest setNextPageToken(byte[] nextPageToken)
public ListOpenWorkflowExecutionsRequest setNextPageToken(java.nio.ByteBuffer nextPageToken)
public void unsetNextPageToken()
public boolean isSetNextPageToken()
public void setNextPageTokenIsSet(boolean value)
public StartTimeFilter getStartTimeFilter()
public ListOpenWorkflowExecutionsRequest setStartTimeFilter(StartTimeFilter StartTimeFilter)
public void unsetStartTimeFilter()
public boolean isSetStartTimeFilter()
public void setStartTimeFilterIsSet(boolean value)
public WorkflowExecutionFilter getExecutionFilter()
public ListOpenWorkflowExecutionsRequest setExecutionFilter(WorkflowExecutionFilter executionFilter)
public void unsetExecutionFilter()
public boolean isSetExecutionFilter()
public void setExecutionFilterIsSet(boolean value)
public WorkflowTypeFilter getTypeFilter()
public ListOpenWorkflowExecutionsRequest setTypeFilter(WorkflowTypeFilter typeFilter)
public void unsetTypeFilter()
public boolean isSetTypeFilter()
public void setTypeFilterIsSet(boolean value)
public void setFieldValue(ListOpenWorkflowExecutionsRequest._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._Fields>
public java.lang.Object getFieldValue(ListOpenWorkflowExecutionsRequest._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._Fields>
public boolean isSet(ListOpenWorkflowExecutionsRequest._Fields field)
isSet
in interface org.apache.thrift.TBase<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(ListOpenWorkflowExecutionsRequest that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(ListOpenWorkflowExecutionsRequest other)
compareTo
in interface java.lang.Comparable<ListOpenWorkflowExecutionsRequest>
public ListOpenWorkflowExecutionsRequest._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._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<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsRequest._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