@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2018-05-14") public class ContinueAsNewWorkflowExecutionDecisionAttributes extends java.lang.Object implements org.apache.thrift.TBase<ContinueAsNewWorkflowExecutionDecisionAttributes,ContinueAsNewWorkflowExecutionDecisionAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ContinueAsNewWorkflowExecutionDecisionAttributes>
Modifier and Type | Class and Description |
---|---|
static class |
ContinueAsNewWorkflowExecutionDecisionAttributes._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
int |
executionStartToCloseTimeoutSeconds |
java.nio.ByteBuffer |
input |
static java.util.Map<ContinueAsNewWorkflowExecutionDecisionAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
TaskList |
taskList |
int |
taskStartToCloseTimeoutSeconds |
WorkflowType |
workflowType |
Constructor and Description |
---|
ContinueAsNewWorkflowExecutionDecisionAttributes() |
ContinueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes other)
Performs a deep copy on other.
|
public WorkflowType workflowType
public TaskList taskList
public java.nio.ByteBuffer input
public int executionStartToCloseTimeoutSeconds
public int taskStartToCloseTimeoutSeconds
public static final java.util.Map<ContinueAsNewWorkflowExecutionDecisionAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ContinueAsNewWorkflowExecutionDecisionAttributes()
public ContinueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes other)
public ContinueAsNewWorkflowExecutionDecisionAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ContinueAsNewWorkflowExecutionDecisionAttributes,ContinueAsNewWorkflowExecutionDecisionAttributes._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ContinueAsNewWorkflowExecutionDecisionAttributes,ContinueAsNewWorkflowExecutionDecisionAttributes._Fields>
public WorkflowType getWorkflowType()
public ContinueAsNewWorkflowExecutionDecisionAttributes setWorkflowType(WorkflowType workflowType)
public void unsetWorkflowType()
public boolean isSetWorkflowType()
public void setWorkflowTypeIsSet(boolean value)
public TaskList getTaskList()
public ContinueAsNewWorkflowExecutionDecisionAttributes setTaskList(TaskList taskList)
public void unsetTaskList()
public boolean isSetTaskList()
public void setTaskListIsSet(boolean value)
public byte[] getInput()
public java.nio.ByteBuffer bufferForInput()
public ContinueAsNewWorkflowExecutionDecisionAttributes setInput(byte[] input)
public ContinueAsNewWorkflowExecutionDecisionAttributes setInput(java.nio.ByteBuffer input)
public void unsetInput()
public boolean isSetInput()
public void setInputIsSet(boolean value)
public int getExecutionStartToCloseTimeoutSeconds()
public ContinueAsNewWorkflowExecutionDecisionAttributes setExecutionStartToCloseTimeoutSeconds(int executionStartToCloseTimeoutSeconds)
public void unsetExecutionStartToCloseTimeoutSeconds()
public boolean isSetExecutionStartToCloseTimeoutSeconds()
public void setExecutionStartToCloseTimeoutSecondsIsSet(boolean value)
public int getTaskStartToCloseTimeoutSeconds()
public ContinueAsNewWorkflowExecutionDecisionAttributes setTaskStartToCloseTimeoutSeconds(int taskStartToCloseTimeoutSeconds)
public void unsetTaskStartToCloseTimeoutSeconds()
public boolean isSetTaskStartToCloseTimeoutSeconds()
public void setTaskStartToCloseTimeoutSecondsIsSet(boolean value)
public void setFieldValue(ContinueAsNewWorkflowExecutionDecisionAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<ContinueAsNewWorkflowExecutionDecisionAttributes,ContinueAsNewWorkflowExecutionDecisionAttributes._Fields>
public java.lang.Object getFieldValue(ContinueAsNewWorkflowExecutionDecisionAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ContinueAsNewWorkflowExecutionDecisionAttributes,ContinueAsNewWorkflowExecutionDecisionAttributes._Fields>
public boolean isSet(ContinueAsNewWorkflowExecutionDecisionAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<ContinueAsNewWorkflowExecutionDecisionAttributes,ContinueAsNewWorkflowExecutionDecisionAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(ContinueAsNewWorkflowExecutionDecisionAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(ContinueAsNewWorkflowExecutionDecisionAttributes other)
compareTo
in interface java.lang.Comparable<ContinueAsNewWorkflowExecutionDecisionAttributes>
public ContinueAsNewWorkflowExecutionDecisionAttributes._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ContinueAsNewWorkflowExecutionDecisionAttributes,ContinueAsNewWorkflowExecutionDecisionAttributes._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ContinueAsNewWorkflowExecutionDecisionAttributes,ContinueAsNewWorkflowExecutionDecisionAttributes._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<ContinueAsNewWorkflowExecutionDecisionAttributes,ContinueAsNewWorkflowExecutionDecisionAttributes._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