@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2020-09-01") public class ListClosedWorkflowExecutionsRequest extends java.lang.Object implements org.apache.thrift.TBase<ListClosedWorkflowExecutionsRequest,ListClosedWorkflowExecutionsRequest._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ListClosedWorkflowExecutionsRequest>
Modifier and Type | Class and Description |
---|---|
static class |
ListClosedWorkflowExecutionsRequest._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<ListClosedWorkflowExecutionsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
java.nio.ByteBuffer |
nextPageToken |
StartTimeFilter |
StartTimeFilter |
WorkflowExecutionCloseStatus |
statusFilter |
WorkflowTypeFilter |
typeFilter |
Constructor and Description |
---|
ListClosedWorkflowExecutionsRequest() |
ListClosedWorkflowExecutionsRequest(ListClosedWorkflowExecutionsRequest other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
bufferForNextPageToken() |
void |
clear() |
int |
compareTo(ListClosedWorkflowExecutionsRequest other) |
ListClosedWorkflowExecutionsRequest |
deepCopy() |
boolean |
equals(ListClosedWorkflowExecutionsRequest that) |
boolean |
equals(java.lang.Object that) |
ListClosedWorkflowExecutionsRequest._Fields |
fieldForId(int fieldId) |
java.lang.String |
getDomain() |
WorkflowExecutionFilter |
getExecutionFilter() |
java.lang.Object |
getFieldValue(ListClosedWorkflowExecutionsRequest._Fields field) |
int |
getMaximumPageSize() |
byte[] |
getNextPageToken() |
StartTimeFilter |
getStartTimeFilter() |
WorkflowExecutionCloseStatus |
getStatusFilter() |
WorkflowTypeFilter |
getTypeFilter() |
int |
hashCode() |
boolean |
isSet(ListClosedWorkflowExecutionsRequest._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 |
isSetStatusFilter()
Returns true if field statusFilter 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) |
ListClosedWorkflowExecutionsRequest |
setDomain(java.lang.String domain) |
void |
setDomainIsSet(boolean value) |
ListClosedWorkflowExecutionsRequest |
setExecutionFilter(WorkflowExecutionFilter executionFilter) |
void |
setExecutionFilterIsSet(boolean value) |
void |
setFieldValue(ListClosedWorkflowExecutionsRequest._Fields field,
java.lang.Object value) |
ListClosedWorkflowExecutionsRequest |
setMaximumPageSize(int maximumPageSize) |
void |
setMaximumPageSizeIsSet(boolean value) |
ListClosedWorkflowExecutionsRequest |
setNextPageToken(byte[] nextPageToken) |
ListClosedWorkflowExecutionsRequest |
setNextPageToken(java.nio.ByteBuffer nextPageToken) |
void |
setNextPageTokenIsSet(boolean value) |
ListClosedWorkflowExecutionsRequest |
setStartTimeFilter(StartTimeFilter StartTimeFilter) |
void |
setStartTimeFilterIsSet(boolean value) |
ListClosedWorkflowExecutionsRequest |
setStatusFilter(WorkflowExecutionCloseStatus statusFilter) |
void |
setStatusFilterIsSet(boolean value) |
ListClosedWorkflowExecutionsRequest |
setTypeFilter(WorkflowTypeFilter typeFilter) |
void |
setTypeFilterIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetDomain() |
void |
unsetExecutionFilter() |
void |
unsetMaximumPageSize() |
void |
unsetNextPageToken() |
void |
unsetStartTimeFilter() |
void |
unsetStatusFilter() |
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 WorkflowExecutionCloseStatus statusFilter
WorkflowExecutionCloseStatus
public static final java.util.Map<ListClosedWorkflowExecutionsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ListClosedWorkflowExecutionsRequest()
public ListClosedWorkflowExecutionsRequest(ListClosedWorkflowExecutionsRequest other)
public ListClosedWorkflowExecutionsRequest deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ListClosedWorkflowExecutionsRequest,ListClosedWorkflowExecutionsRequest._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ListClosedWorkflowExecutionsRequest,ListClosedWorkflowExecutionsRequest._Fields>
public java.lang.String getDomain()
public ListClosedWorkflowExecutionsRequest setDomain(java.lang.String domain)
public void unsetDomain()
public boolean isSetDomain()
public void setDomainIsSet(boolean value)
public int getMaximumPageSize()
public ListClosedWorkflowExecutionsRequest setMaximumPageSize(int maximumPageSize)
public void unsetMaximumPageSize()
public boolean isSetMaximumPageSize()
public void setMaximumPageSizeIsSet(boolean value)
public byte[] getNextPageToken()
public java.nio.ByteBuffer bufferForNextPageToken()
public ListClosedWorkflowExecutionsRequest setNextPageToken(byte[] nextPageToken)
public ListClosedWorkflowExecutionsRequest setNextPageToken(java.nio.ByteBuffer nextPageToken)
public void unsetNextPageToken()
public boolean isSetNextPageToken()
public void setNextPageTokenIsSet(boolean value)
public StartTimeFilter getStartTimeFilter()
public ListClosedWorkflowExecutionsRequest setStartTimeFilter(StartTimeFilter StartTimeFilter)
public void unsetStartTimeFilter()
public boolean isSetStartTimeFilter()
public void setStartTimeFilterIsSet(boolean value)
public WorkflowExecutionFilter getExecutionFilter()
public ListClosedWorkflowExecutionsRequest setExecutionFilter(WorkflowExecutionFilter executionFilter)
public void unsetExecutionFilter()
public boolean isSetExecutionFilter()
public void setExecutionFilterIsSet(boolean value)
public WorkflowTypeFilter getTypeFilter()
public ListClosedWorkflowExecutionsRequest setTypeFilter(WorkflowTypeFilter typeFilter)
public void unsetTypeFilter()
public boolean isSetTypeFilter()
public void setTypeFilterIsSet(boolean value)
public WorkflowExecutionCloseStatus getStatusFilter()
WorkflowExecutionCloseStatus
public ListClosedWorkflowExecutionsRequest setStatusFilter(WorkflowExecutionCloseStatus statusFilter)
WorkflowExecutionCloseStatus
public void unsetStatusFilter()
public boolean isSetStatusFilter()
public void setStatusFilterIsSet(boolean value)
public void setFieldValue(ListClosedWorkflowExecutionsRequest._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<ListClosedWorkflowExecutionsRequest,ListClosedWorkflowExecutionsRequest._Fields>
public java.lang.Object getFieldValue(ListClosedWorkflowExecutionsRequest._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ListClosedWorkflowExecutionsRequest,ListClosedWorkflowExecutionsRequest._Fields>
public boolean isSet(ListClosedWorkflowExecutionsRequest._Fields field)
isSet
in interface org.apache.thrift.TBase<ListClosedWorkflowExecutionsRequest,ListClosedWorkflowExecutionsRequest._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(ListClosedWorkflowExecutionsRequest that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(ListClosedWorkflowExecutionsRequest other)
compareTo
in interface java.lang.Comparable<ListClosedWorkflowExecutionsRequest>
public ListClosedWorkflowExecutionsRequest._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ListClosedWorkflowExecutionsRequest,ListClosedWorkflowExecutionsRequest._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ListClosedWorkflowExecutionsRequest,ListClosedWorkflowExecutionsRequest._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<ListClosedWorkflowExecutionsRequest,ListClosedWorkflowExecutionsRequest._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