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