@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2018-05-14") public class StartChildWorkflowExecutionInitiatedEventAttributes extends java.lang.Object implements org.apache.thrift.TBase<StartChildWorkflowExecutionInitiatedEventAttributes,StartChildWorkflowExecutionInitiatedEventAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<StartChildWorkflowExecutionInitiatedEventAttributes>
Modifier and Type | Class and Description |
---|---|
static class |
StartChildWorkflowExecutionInitiatedEventAttributes._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
ChildPolicy |
childPolicy |
java.nio.ByteBuffer |
control |
long |
decisionTaskCompletedEventId |
java.lang.String |
domain |
int |
executionStartToCloseTimeoutSeconds |
java.nio.ByteBuffer |
input |
static java.util.Map<StartChildWorkflowExecutionInitiatedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
TaskList |
taskList |
int |
taskStartToCloseTimeoutSeconds |
java.lang.String |
workflowId |
WorkflowIdReusePolicy |
workflowIdReusePolicy |
WorkflowType |
workflowType |
Constructor and Description |
---|
StartChildWorkflowExecutionInitiatedEventAttributes() |
StartChildWorkflowExecutionInitiatedEventAttributes(StartChildWorkflowExecutionInitiatedEventAttributes other)
Performs a deep copy on other.
|
public java.lang.String domain
public java.lang.String workflowId
public WorkflowType workflowType
public TaskList taskList
public java.nio.ByteBuffer input
public int executionStartToCloseTimeoutSeconds
public int taskStartToCloseTimeoutSeconds
public ChildPolicy childPolicy
ChildPolicy
public java.nio.ByteBuffer control
public long decisionTaskCompletedEventId
public WorkflowIdReusePolicy workflowIdReusePolicy
WorkflowIdReusePolicy
public static final java.util.Map<StartChildWorkflowExecutionInitiatedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public StartChildWorkflowExecutionInitiatedEventAttributes()
public StartChildWorkflowExecutionInitiatedEventAttributes(StartChildWorkflowExecutionInitiatedEventAttributes other)
public StartChildWorkflowExecutionInitiatedEventAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionInitiatedEventAttributes,StartChildWorkflowExecutionInitiatedEventAttributes._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionInitiatedEventAttributes,StartChildWorkflowExecutionInitiatedEventAttributes._Fields>
public java.lang.String getDomain()
public StartChildWorkflowExecutionInitiatedEventAttributes setDomain(java.lang.String domain)
public void unsetDomain()
public boolean isSetDomain()
public void setDomainIsSet(boolean value)
public java.lang.String getWorkflowId()
public StartChildWorkflowExecutionInitiatedEventAttributes setWorkflowId(java.lang.String workflowId)
public void unsetWorkflowId()
public boolean isSetWorkflowId()
public void setWorkflowIdIsSet(boolean value)
public WorkflowType getWorkflowType()
public StartChildWorkflowExecutionInitiatedEventAttributes setWorkflowType(WorkflowType workflowType)
public void unsetWorkflowType()
public boolean isSetWorkflowType()
public void setWorkflowTypeIsSet(boolean value)
public TaskList getTaskList()
public StartChildWorkflowExecutionInitiatedEventAttributes setTaskList(TaskList taskList)
public void unsetTaskList()
public boolean isSetTaskList()
public void setTaskListIsSet(boolean value)
public byte[] getInput()
public java.nio.ByteBuffer bufferForInput()
public StartChildWorkflowExecutionInitiatedEventAttributes setInput(byte[] input)
public StartChildWorkflowExecutionInitiatedEventAttributes setInput(java.nio.ByteBuffer input)
public void unsetInput()
public boolean isSetInput()
public void setInputIsSet(boolean value)
public int getExecutionStartToCloseTimeoutSeconds()
public StartChildWorkflowExecutionInitiatedEventAttributes setExecutionStartToCloseTimeoutSeconds(int executionStartToCloseTimeoutSeconds)
public void unsetExecutionStartToCloseTimeoutSeconds()
public boolean isSetExecutionStartToCloseTimeoutSeconds()
public void setExecutionStartToCloseTimeoutSecondsIsSet(boolean value)
public int getTaskStartToCloseTimeoutSeconds()
public StartChildWorkflowExecutionInitiatedEventAttributes setTaskStartToCloseTimeoutSeconds(int taskStartToCloseTimeoutSeconds)
public void unsetTaskStartToCloseTimeoutSeconds()
public boolean isSetTaskStartToCloseTimeoutSeconds()
public void setTaskStartToCloseTimeoutSecondsIsSet(boolean value)
public ChildPolicy getChildPolicy()
ChildPolicy
public StartChildWorkflowExecutionInitiatedEventAttributes setChildPolicy(ChildPolicy childPolicy)
ChildPolicy
public void unsetChildPolicy()
public boolean isSetChildPolicy()
public void setChildPolicyIsSet(boolean value)
public byte[] getControl()
public java.nio.ByteBuffer bufferForControl()
public StartChildWorkflowExecutionInitiatedEventAttributes setControl(byte[] control)
public StartChildWorkflowExecutionInitiatedEventAttributes setControl(java.nio.ByteBuffer control)
public void unsetControl()
public boolean isSetControl()
public void setControlIsSet(boolean value)
public long getDecisionTaskCompletedEventId()
public StartChildWorkflowExecutionInitiatedEventAttributes setDecisionTaskCompletedEventId(long decisionTaskCompletedEventId)
public void unsetDecisionTaskCompletedEventId()
public boolean isSetDecisionTaskCompletedEventId()
public void setDecisionTaskCompletedEventIdIsSet(boolean value)
public WorkflowIdReusePolicy getWorkflowIdReusePolicy()
WorkflowIdReusePolicy
public StartChildWorkflowExecutionInitiatedEventAttributes setWorkflowIdReusePolicy(WorkflowIdReusePolicy workflowIdReusePolicy)
WorkflowIdReusePolicy
public void unsetWorkflowIdReusePolicy()
public boolean isSetWorkflowIdReusePolicy()
public void setWorkflowIdReusePolicyIsSet(boolean value)
public void setFieldValue(StartChildWorkflowExecutionInitiatedEventAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionInitiatedEventAttributes,StartChildWorkflowExecutionInitiatedEventAttributes._Fields>
public java.lang.Object getFieldValue(StartChildWorkflowExecutionInitiatedEventAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionInitiatedEventAttributes,StartChildWorkflowExecutionInitiatedEventAttributes._Fields>
public boolean isSet(StartChildWorkflowExecutionInitiatedEventAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionInitiatedEventAttributes,StartChildWorkflowExecutionInitiatedEventAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(StartChildWorkflowExecutionInitiatedEventAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(StartChildWorkflowExecutionInitiatedEventAttributes other)
compareTo
in interface java.lang.Comparable<StartChildWorkflowExecutionInitiatedEventAttributes>
public StartChildWorkflowExecutionInitiatedEventAttributes._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionInitiatedEventAttributes,StartChildWorkflowExecutionInitiatedEventAttributes._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionInitiatedEventAttributes,StartChildWorkflowExecutionInitiatedEventAttributes._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<StartChildWorkflowExecutionInitiatedEventAttributes,StartChildWorkflowExecutionInitiatedEventAttributes._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