Package com.uber.cadence
Class WorkflowService.ListTaskListPartitions_args
- java.lang.Object
-
- com.uber.cadence.WorkflowService.ListTaskListPartitions_args
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<WorkflowService.ListTaskListPartitions_args>
,org.apache.thrift.TBase<WorkflowService.ListTaskListPartitions_args,WorkflowService.ListTaskListPartitions_args._Fields>
- Enclosing class:
- WorkflowService
public static class WorkflowService.ListTaskListPartitions_args extends java.lang.Object implements org.apache.thrift.TBase<WorkflowService.ListTaskListPartitions_args,WorkflowService.ListTaskListPartitions_args._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<WorkflowService.ListTaskListPartitions_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkflowService.ListTaskListPartitions_args._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 static java.util.Map<WorkflowService.ListTaskListPartitions_args._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
ListTaskListPartitionsRequest
request
-
Constructor Summary
Constructors Constructor Description ListTaskListPartitions_args()
ListTaskListPartitions_args(ListTaskListPartitionsRequest request)
ListTaskListPartitions_args(WorkflowService.ListTaskListPartitions_args other)
Performs a deep copy on other.
-
Method Summary
-
-
-
Field Detail
-
request
public ListTaskListPartitionsRequest request
-
metaDataMap
public static final java.util.Map<WorkflowService.ListTaskListPartitions_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
ListTaskListPartitions_args
public ListTaskListPartitions_args()
-
ListTaskListPartitions_args
public ListTaskListPartitions_args(ListTaskListPartitionsRequest request)
-
ListTaskListPartitions_args
public ListTaskListPartitions_args(WorkflowService.ListTaskListPartitions_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public WorkflowService.ListTaskListPartitions_args deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<WorkflowService.ListTaskListPartitions_args,WorkflowService.ListTaskListPartitions_args._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<WorkflowService.ListTaskListPartitions_args,WorkflowService.ListTaskListPartitions_args._Fields>
-
getRequest
public ListTaskListPartitionsRequest getRequest()
-
setRequest
public WorkflowService.ListTaskListPartitions_args setRequest(ListTaskListPartitionsRequest request)
-
unsetRequest
public void unsetRequest()
-
isSetRequest
public boolean isSetRequest()
Returns true if field request is set (has been assigned a value) and false otherwise
-
setRequestIsSet
public void setRequestIsSet(boolean value)
-
setFieldValue
public void setFieldValue(WorkflowService.ListTaskListPartitions_args._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<WorkflowService.ListTaskListPartitions_args,WorkflowService.ListTaskListPartitions_args._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(WorkflowService.ListTaskListPartitions_args._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<WorkflowService.ListTaskListPartitions_args,WorkflowService.ListTaskListPartitions_args._Fields>
-
isSet
public boolean isSet(WorkflowService.ListTaskListPartitions_args._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<WorkflowService.ListTaskListPartitions_args,WorkflowService.ListTaskListPartitions_args._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(WorkflowService.ListTaskListPartitions_args that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(WorkflowService.ListTaskListPartitions_args other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<WorkflowService.ListTaskListPartitions_args>
-
fieldForId
public WorkflowService.ListTaskListPartitions_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<WorkflowService.ListTaskListPartitions_args,WorkflowService.ListTaskListPartitions_args._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<WorkflowService.ListTaskListPartitions_args,WorkflowService.ListTaskListPartitions_args._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<WorkflowService.ListTaskListPartitions_args,WorkflowService.ListTaskListPartitions_args._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
-
-