Package com.uber.cadence
Class CountWorkflowExecutionsRequest
- java.lang.Object
-
- com.uber.cadence.CountWorkflowExecutionsRequest
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<CountWorkflowExecutionsRequest>
,org.apache.thrift.TBase<CountWorkflowExecutionsRequest,CountWorkflowExecutionsRequest._Fields>
@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2025-03-06") public class CountWorkflowExecutionsRequest extends java.lang.Object implements org.apache.thrift.TBase<CountWorkflowExecutionsRequest,CountWorkflowExecutionsRequest._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<CountWorkflowExecutionsRequest>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CountWorkflowExecutionsRequest._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.lang.String
domain
static java.util.Map<CountWorkflowExecutionsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
java.lang.String
query
-
Constructor Summary
Constructors Constructor Description CountWorkflowExecutionsRequest()
CountWorkflowExecutionsRequest(CountWorkflowExecutionsRequest other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(CountWorkflowExecutionsRequest other)
CountWorkflowExecutionsRequest
deepCopy()
boolean
equals(CountWorkflowExecutionsRequest that)
boolean
equals(java.lang.Object that)
CountWorkflowExecutionsRequest._Fields
fieldForId(int fieldId)
java.lang.String
getDomain()
java.lang.Object
getFieldValue(CountWorkflowExecutionsRequest._Fields field)
java.lang.String
getQuery()
int
hashCode()
boolean
isSet(CountWorkflowExecutionsRequest._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
isSetDomain()
Returns true if field domain is set (has been assigned a value) and false otherwiseboolean
isSetQuery()
Returns true if field query is set (has been assigned a value) and false otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
CountWorkflowExecutionsRequest
setDomain(java.lang.String domain)
void
setDomainIsSet(boolean value)
void
setFieldValue(CountWorkflowExecutionsRequest._Fields field, java.lang.Object value)
CountWorkflowExecutionsRequest
setQuery(java.lang.String query)
void
setQueryIsSet(boolean value)
java.lang.String
toString()
void
unsetDomain()
void
unsetQuery()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
domain
public java.lang.String domain
-
query
public java.lang.String query
-
metaDataMap
public static final java.util.Map<CountWorkflowExecutionsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
CountWorkflowExecutionsRequest
public CountWorkflowExecutionsRequest()
-
CountWorkflowExecutionsRequest
public CountWorkflowExecutionsRequest(CountWorkflowExecutionsRequest other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public CountWorkflowExecutionsRequest deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<CountWorkflowExecutionsRequest,CountWorkflowExecutionsRequest._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<CountWorkflowExecutionsRequest,CountWorkflowExecutionsRequest._Fields>
-
getDomain
public java.lang.String getDomain()
-
setDomain
public CountWorkflowExecutionsRequest setDomain(java.lang.String domain)
-
unsetDomain
public void unsetDomain()
-
isSetDomain
public boolean isSetDomain()
Returns true if field domain is set (has been assigned a value) and false otherwise
-
setDomainIsSet
public void setDomainIsSet(boolean value)
-
getQuery
public java.lang.String getQuery()
-
setQuery
public CountWorkflowExecutionsRequest setQuery(java.lang.String query)
-
unsetQuery
public void unsetQuery()
-
isSetQuery
public boolean isSetQuery()
Returns true if field query is set (has been assigned a value) and false otherwise
-
setQueryIsSet
public void setQueryIsSet(boolean value)
-
setFieldValue
public void setFieldValue(CountWorkflowExecutionsRequest._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<CountWorkflowExecutionsRequest,CountWorkflowExecutionsRequest._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(CountWorkflowExecutionsRequest._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<CountWorkflowExecutionsRequest,CountWorkflowExecutionsRequest._Fields>
-
isSet
public boolean isSet(CountWorkflowExecutionsRequest._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<CountWorkflowExecutionsRequest,CountWorkflowExecutionsRequest._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(CountWorkflowExecutionsRequest that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(CountWorkflowExecutionsRequest other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<CountWorkflowExecutionsRequest>
-
fieldForId
public CountWorkflowExecutionsRequest._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<CountWorkflowExecutionsRequest,CountWorkflowExecutionsRequest._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<CountWorkflowExecutionsRequest,CountWorkflowExecutionsRequest._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<CountWorkflowExecutionsRequest,CountWorkflowExecutionsRequest._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
-
-