@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2022-01-11") public class ListWorkflowExecutionsRequest extends java.lang.Object implements org.apache.thrift.TBase<ListWorkflowExecutionsRequest,ListWorkflowExecutionsRequest._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ListWorkflowExecutionsRequest>
Modifier and Type | Class and Description |
---|---|
static class |
ListWorkflowExecutionsRequest._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 |
static java.util.Map<ListWorkflowExecutionsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
java.nio.ByteBuffer |
nextPageToken |
int |
pageSize |
java.lang.String |
query |
Constructor and Description |
---|
ListWorkflowExecutionsRequest() |
ListWorkflowExecutionsRequest(ListWorkflowExecutionsRequest other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
bufferForNextPageToken() |
void |
clear() |
int |
compareTo(ListWorkflowExecutionsRequest other) |
ListWorkflowExecutionsRequest |
deepCopy() |
boolean |
equals(ListWorkflowExecutionsRequest that) |
boolean |
equals(java.lang.Object that) |
ListWorkflowExecutionsRequest._Fields |
fieldForId(int fieldId) |
java.lang.String |
getDomain() |
java.lang.Object |
getFieldValue(ListWorkflowExecutionsRequest._Fields field) |
byte[] |
getNextPageToken() |
int |
getPageSize() |
java.lang.String |
getQuery() |
int |
hashCode() |
boolean |
isSet(ListWorkflowExecutionsRequest._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 |
isSetNextPageToken()
Returns true if field nextPageToken is set (has been assigned a value) and false otherwise
|
boolean |
isSetPageSize()
Returns true if field pageSize is set (has been assigned a value) and false otherwise
|
boolean |
isSetQuery()
Returns true if field query is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
ListWorkflowExecutionsRequest |
setDomain(java.lang.String domain) |
void |
setDomainIsSet(boolean value) |
void |
setFieldValue(ListWorkflowExecutionsRequest._Fields field,
java.lang.Object value) |
ListWorkflowExecutionsRequest |
setNextPageToken(byte[] nextPageToken) |
ListWorkflowExecutionsRequest |
setNextPageToken(java.nio.ByteBuffer nextPageToken) |
void |
setNextPageTokenIsSet(boolean value) |
ListWorkflowExecutionsRequest |
setPageSize(int pageSize) |
void |
setPageSizeIsSet(boolean value) |
ListWorkflowExecutionsRequest |
setQuery(java.lang.String query) |
void |
setQueryIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetDomain() |
void |
unsetNextPageToken() |
void |
unsetPageSize() |
void |
unsetQuery() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public java.lang.String domain
public int pageSize
public java.nio.ByteBuffer nextPageToken
public java.lang.String query
public static final java.util.Map<ListWorkflowExecutionsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ListWorkflowExecutionsRequest()
public ListWorkflowExecutionsRequest(ListWorkflowExecutionsRequest other)
public ListWorkflowExecutionsRequest deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ListWorkflowExecutionsRequest,ListWorkflowExecutionsRequest._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ListWorkflowExecutionsRequest,ListWorkflowExecutionsRequest._Fields>
public java.lang.String getDomain()
public ListWorkflowExecutionsRequest setDomain(java.lang.String domain)
public void unsetDomain()
public boolean isSetDomain()
public void setDomainIsSet(boolean value)
public int getPageSize()
public ListWorkflowExecutionsRequest setPageSize(int pageSize)
public void unsetPageSize()
public boolean isSetPageSize()
public void setPageSizeIsSet(boolean value)
public byte[] getNextPageToken()
public java.nio.ByteBuffer bufferForNextPageToken()
public ListWorkflowExecutionsRequest setNextPageToken(byte[] nextPageToken)
public ListWorkflowExecutionsRequest setNextPageToken(java.nio.ByteBuffer nextPageToken)
public void unsetNextPageToken()
public boolean isSetNextPageToken()
public void setNextPageTokenIsSet(boolean value)
public java.lang.String getQuery()
public ListWorkflowExecutionsRequest setQuery(java.lang.String query)
public void unsetQuery()
public boolean isSetQuery()
public void setQueryIsSet(boolean value)
public void setFieldValue(ListWorkflowExecutionsRequest._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<ListWorkflowExecutionsRequest,ListWorkflowExecutionsRequest._Fields>
public java.lang.Object getFieldValue(ListWorkflowExecutionsRequest._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ListWorkflowExecutionsRequest,ListWorkflowExecutionsRequest._Fields>
public boolean isSet(ListWorkflowExecutionsRequest._Fields field)
isSet
in interface org.apache.thrift.TBase<ListWorkflowExecutionsRequest,ListWorkflowExecutionsRequest._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(ListWorkflowExecutionsRequest that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(ListWorkflowExecutionsRequest other)
compareTo
in interface java.lang.Comparable<ListWorkflowExecutionsRequest>
public ListWorkflowExecutionsRequest._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ListWorkflowExecutionsRequest,ListWorkflowExecutionsRequest._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ListWorkflowExecutionsRequest,ListWorkflowExecutionsRequest._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<ListWorkflowExecutionsRequest,ListWorkflowExecutionsRequest._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