@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2021-08-14") public class DescribeWorkflowExecutionResponse extends java.lang.Object implements org.apache.thrift.TBase<DescribeWorkflowExecutionResponse,DescribeWorkflowExecutionResponse._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<DescribeWorkflowExecutionResponse>
Modifier and Type | Class and Description |
---|---|
static class |
DescribeWorkflowExecutionResponse._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
WorkflowExecutionConfiguration |
executionConfiguration |
static java.util.Map<DescribeWorkflowExecutionResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
java.util.List<PendingActivityInfo> |
pendingActivities |
java.util.List<PendingChildExecutionInfo> |
pendingChildren |
PendingDecisionInfo |
pendingDecision |
WorkflowExecutionInfo |
workflowExecutionInfo |
Constructor and Description |
---|
DescribeWorkflowExecutionResponse() |
DescribeWorkflowExecutionResponse(DescribeWorkflowExecutionResponse other)
Performs a deep copy on other.
|
public WorkflowExecutionConfiguration executionConfiguration
public WorkflowExecutionInfo workflowExecutionInfo
public java.util.List<PendingActivityInfo> pendingActivities
public java.util.List<PendingChildExecutionInfo> pendingChildren
public PendingDecisionInfo pendingDecision
public static final java.util.Map<DescribeWorkflowExecutionResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public DescribeWorkflowExecutionResponse()
public DescribeWorkflowExecutionResponse(DescribeWorkflowExecutionResponse other)
public DescribeWorkflowExecutionResponse deepCopy()
deepCopy
in interface org.apache.thrift.TBase<DescribeWorkflowExecutionResponse,DescribeWorkflowExecutionResponse._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<DescribeWorkflowExecutionResponse,DescribeWorkflowExecutionResponse._Fields>
public WorkflowExecutionConfiguration getExecutionConfiguration()
public DescribeWorkflowExecutionResponse setExecutionConfiguration(WorkflowExecutionConfiguration executionConfiguration)
public void unsetExecutionConfiguration()
public boolean isSetExecutionConfiguration()
public void setExecutionConfigurationIsSet(boolean value)
public WorkflowExecutionInfo getWorkflowExecutionInfo()
public DescribeWorkflowExecutionResponse setWorkflowExecutionInfo(WorkflowExecutionInfo workflowExecutionInfo)
public void unsetWorkflowExecutionInfo()
public boolean isSetWorkflowExecutionInfo()
public void setWorkflowExecutionInfoIsSet(boolean value)
public int getPendingActivitiesSize()
public java.util.Iterator<PendingActivityInfo> getPendingActivitiesIterator()
public void addToPendingActivities(PendingActivityInfo elem)
public java.util.List<PendingActivityInfo> getPendingActivities()
public DescribeWorkflowExecutionResponse setPendingActivities(java.util.List<PendingActivityInfo> pendingActivities)
public void unsetPendingActivities()
public boolean isSetPendingActivities()
public void setPendingActivitiesIsSet(boolean value)
public int getPendingChildrenSize()
public java.util.Iterator<PendingChildExecutionInfo> getPendingChildrenIterator()
public void addToPendingChildren(PendingChildExecutionInfo elem)
public java.util.List<PendingChildExecutionInfo> getPendingChildren()
public DescribeWorkflowExecutionResponse setPendingChildren(java.util.List<PendingChildExecutionInfo> pendingChildren)
public void unsetPendingChildren()
public boolean isSetPendingChildren()
public void setPendingChildrenIsSet(boolean value)
public PendingDecisionInfo getPendingDecision()
public DescribeWorkflowExecutionResponse setPendingDecision(PendingDecisionInfo pendingDecision)
public void unsetPendingDecision()
public boolean isSetPendingDecision()
public void setPendingDecisionIsSet(boolean value)
public void setFieldValue(DescribeWorkflowExecutionResponse._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<DescribeWorkflowExecutionResponse,DescribeWorkflowExecutionResponse._Fields>
public java.lang.Object getFieldValue(DescribeWorkflowExecutionResponse._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<DescribeWorkflowExecutionResponse,DescribeWorkflowExecutionResponse._Fields>
public boolean isSet(DescribeWorkflowExecutionResponse._Fields field)
isSet
in interface org.apache.thrift.TBase<DescribeWorkflowExecutionResponse,DescribeWorkflowExecutionResponse._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(DescribeWorkflowExecutionResponse that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(DescribeWorkflowExecutionResponse other)
compareTo
in interface java.lang.Comparable<DescribeWorkflowExecutionResponse>
public DescribeWorkflowExecutionResponse._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<DescribeWorkflowExecutionResponse,DescribeWorkflowExecutionResponse._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<DescribeWorkflowExecutionResponse,DescribeWorkflowExecutionResponse._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<DescribeWorkflowExecutionResponse,DescribeWorkflowExecutionResponse._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