@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2022-01-11") public class StartChildWorkflowExecutionDecisionAttributes extends java.lang.Object implements org.apache.thrift.TBase<StartChildWorkflowExecutionDecisionAttributes,StartChildWorkflowExecutionDecisionAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<StartChildWorkflowExecutionDecisionAttributes>
Modifier and Type | Class and Description |
---|---|
static class |
StartChildWorkflowExecutionDecisionAttributes._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
java.nio.ByteBuffer |
control |
java.lang.String |
cronSchedule |
java.lang.String |
domain |
int |
executionStartToCloseTimeoutSeconds |
Header |
header |
java.nio.ByteBuffer |
input |
Memo |
memo |
static java.util.Map<StartChildWorkflowExecutionDecisionAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
ParentClosePolicy |
parentClosePolicy |
RetryPolicy |
retryPolicy |
SearchAttributes |
searchAttributes |
TaskList |
taskList |
int |
taskStartToCloseTimeoutSeconds |
java.lang.String |
workflowId |
WorkflowIdReusePolicy |
workflowIdReusePolicy |
WorkflowType |
workflowType |
Constructor and Description |
---|
StartChildWorkflowExecutionDecisionAttributes() |
StartChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
bufferForControl() |
java.nio.ByteBuffer |
bufferForInput() |
void |
clear() |
int |
compareTo(StartChildWorkflowExecutionDecisionAttributes other) |
StartChildWorkflowExecutionDecisionAttributes |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(StartChildWorkflowExecutionDecisionAttributes that) |
StartChildWorkflowExecutionDecisionAttributes._Fields |
fieldForId(int fieldId) |
byte[] |
getControl() |
java.lang.String |
getCronSchedule() |
java.lang.String |
getDomain() |
int |
getExecutionStartToCloseTimeoutSeconds() |
java.lang.Object |
getFieldValue(StartChildWorkflowExecutionDecisionAttributes._Fields field) |
Header |
getHeader() |
byte[] |
getInput() |
Memo |
getMemo() |
ParentClosePolicy |
getParentClosePolicy() |
RetryPolicy |
getRetryPolicy() |
SearchAttributes |
getSearchAttributes() |
TaskList |
getTaskList() |
int |
getTaskStartToCloseTimeoutSeconds() |
java.lang.String |
getWorkflowId() |
WorkflowIdReusePolicy |
getWorkflowIdReusePolicy() |
WorkflowType |
getWorkflowType() |
int |
hashCode() |
boolean |
isSet(StartChildWorkflowExecutionDecisionAttributes._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetControl()
Returns true if field control is set (has been assigned a value) and false otherwise
|
boolean |
isSetCronSchedule()
Returns true if field cronSchedule is set (has been assigned a value) and false otherwise
|
boolean |
isSetDomain()
Returns true if field domain is set (has been assigned a value) and false otherwise
|
boolean |
isSetExecutionStartToCloseTimeoutSeconds()
Returns true if field executionStartToCloseTimeoutSeconds is set (has been assigned a value) and false otherwise
|
boolean |
isSetHeader()
Returns true if field header is set (has been assigned a value) and false otherwise
|
boolean |
isSetInput()
Returns true if field input is set (has been assigned a value) and false otherwise
|
boolean |
isSetMemo()
Returns true if field memo is set (has been assigned a value) and false otherwise
|
boolean |
isSetParentClosePolicy()
Returns true if field parentClosePolicy is set (has been assigned a value) and false otherwise
|
boolean |
isSetRetryPolicy()
Returns true if field retryPolicy is set (has been assigned a value) and false otherwise
|
boolean |
isSetSearchAttributes()
Returns true if field searchAttributes is set (has been assigned a value) and false otherwise
|
boolean |
isSetTaskList()
Returns true if field taskList is set (has been assigned a value) and false otherwise
|
boolean |
isSetTaskStartToCloseTimeoutSeconds()
Returns true if field taskStartToCloseTimeoutSeconds is set (has been assigned a value) and false otherwise
|
boolean |
isSetWorkflowId()
Returns true if field workflowId is set (has been assigned a value) and false otherwise
|
boolean |
isSetWorkflowIdReusePolicy()
Returns true if field workflowIdReusePolicy is set (has been assigned a value) and false otherwise
|
boolean |
isSetWorkflowType()
Returns true if field workflowType is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
StartChildWorkflowExecutionDecisionAttributes |
setControl(byte[] control) |
StartChildWorkflowExecutionDecisionAttributes |
setControl(java.nio.ByteBuffer control) |
void |
setControlIsSet(boolean value) |
StartChildWorkflowExecutionDecisionAttributes |
setCronSchedule(java.lang.String cronSchedule) |
void |
setCronScheduleIsSet(boolean value) |
StartChildWorkflowExecutionDecisionAttributes |
setDomain(java.lang.String domain) |
void |
setDomainIsSet(boolean value) |
StartChildWorkflowExecutionDecisionAttributes |
setExecutionStartToCloseTimeoutSeconds(int executionStartToCloseTimeoutSeconds) |
void |
setExecutionStartToCloseTimeoutSecondsIsSet(boolean value) |
void |
setFieldValue(StartChildWorkflowExecutionDecisionAttributes._Fields field,
java.lang.Object value) |
StartChildWorkflowExecutionDecisionAttributes |
setHeader(Header header) |
void |
setHeaderIsSet(boolean value) |
StartChildWorkflowExecutionDecisionAttributes |
setInput(byte[] input) |
StartChildWorkflowExecutionDecisionAttributes |
setInput(java.nio.ByteBuffer input) |
void |
setInputIsSet(boolean value) |
StartChildWorkflowExecutionDecisionAttributes |
setMemo(Memo memo) |
void |
setMemoIsSet(boolean value) |
StartChildWorkflowExecutionDecisionAttributes |
setParentClosePolicy(ParentClosePolicy parentClosePolicy) |
void |
setParentClosePolicyIsSet(boolean value) |
StartChildWorkflowExecutionDecisionAttributes |
setRetryPolicy(RetryPolicy retryPolicy) |
void |
setRetryPolicyIsSet(boolean value) |
StartChildWorkflowExecutionDecisionAttributes |
setSearchAttributes(SearchAttributes searchAttributes) |
void |
setSearchAttributesIsSet(boolean value) |
StartChildWorkflowExecutionDecisionAttributes |
setTaskList(TaskList taskList) |
void |
setTaskListIsSet(boolean value) |
StartChildWorkflowExecutionDecisionAttributes |
setTaskStartToCloseTimeoutSeconds(int taskStartToCloseTimeoutSeconds) |
void |
setTaskStartToCloseTimeoutSecondsIsSet(boolean value) |
StartChildWorkflowExecutionDecisionAttributes |
setWorkflowId(java.lang.String workflowId) |
void |
setWorkflowIdIsSet(boolean value) |
StartChildWorkflowExecutionDecisionAttributes |
setWorkflowIdReusePolicy(WorkflowIdReusePolicy workflowIdReusePolicy) |
void |
setWorkflowIdReusePolicyIsSet(boolean value) |
StartChildWorkflowExecutionDecisionAttributes |
setWorkflowType(WorkflowType workflowType) |
void |
setWorkflowTypeIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetControl() |
void |
unsetCronSchedule() |
void |
unsetDomain() |
void |
unsetExecutionStartToCloseTimeoutSeconds() |
void |
unsetHeader() |
void |
unsetInput() |
void |
unsetMemo() |
void |
unsetParentClosePolicy() |
void |
unsetRetryPolicy() |
void |
unsetSearchAttributes() |
void |
unsetTaskList() |
void |
unsetTaskStartToCloseTimeoutSeconds() |
void |
unsetWorkflowId() |
void |
unsetWorkflowIdReusePolicy() |
void |
unsetWorkflowType() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
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 ParentClosePolicy parentClosePolicy
ParentClosePolicy
public java.nio.ByteBuffer control
public WorkflowIdReusePolicy workflowIdReusePolicy
WorkflowIdReusePolicy
public RetryPolicy retryPolicy
public java.lang.String cronSchedule
public Header header
public Memo memo
public SearchAttributes searchAttributes
public static final java.util.Map<StartChildWorkflowExecutionDecisionAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public StartChildWorkflowExecutionDecisionAttributes()
public StartChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes other)
public StartChildWorkflowExecutionDecisionAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionDecisionAttributes,StartChildWorkflowExecutionDecisionAttributes._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionDecisionAttributes,StartChildWorkflowExecutionDecisionAttributes._Fields>
public java.lang.String getDomain()
public StartChildWorkflowExecutionDecisionAttributes setDomain(java.lang.String domain)
public void unsetDomain()
public boolean isSetDomain()
public void setDomainIsSet(boolean value)
public java.lang.String getWorkflowId()
public StartChildWorkflowExecutionDecisionAttributes setWorkflowId(java.lang.String workflowId)
public void unsetWorkflowId()
public boolean isSetWorkflowId()
public void setWorkflowIdIsSet(boolean value)
public WorkflowType getWorkflowType()
public StartChildWorkflowExecutionDecisionAttributes setWorkflowType(WorkflowType workflowType)
public void unsetWorkflowType()
public boolean isSetWorkflowType()
public void setWorkflowTypeIsSet(boolean value)
public TaskList getTaskList()
public StartChildWorkflowExecutionDecisionAttributes setTaskList(TaskList taskList)
public void unsetTaskList()
public boolean isSetTaskList()
public void setTaskListIsSet(boolean value)
public byte[] getInput()
public java.nio.ByteBuffer bufferForInput()
public StartChildWorkflowExecutionDecisionAttributes setInput(byte[] input)
public StartChildWorkflowExecutionDecisionAttributes setInput(java.nio.ByteBuffer input)
public void unsetInput()
public boolean isSetInput()
public void setInputIsSet(boolean value)
public int getExecutionStartToCloseTimeoutSeconds()
public StartChildWorkflowExecutionDecisionAttributes setExecutionStartToCloseTimeoutSeconds(int executionStartToCloseTimeoutSeconds)
public void unsetExecutionStartToCloseTimeoutSeconds()
public boolean isSetExecutionStartToCloseTimeoutSeconds()
public void setExecutionStartToCloseTimeoutSecondsIsSet(boolean value)
public int getTaskStartToCloseTimeoutSeconds()
public StartChildWorkflowExecutionDecisionAttributes setTaskStartToCloseTimeoutSeconds(int taskStartToCloseTimeoutSeconds)
public void unsetTaskStartToCloseTimeoutSeconds()
public boolean isSetTaskStartToCloseTimeoutSeconds()
public void setTaskStartToCloseTimeoutSecondsIsSet(boolean value)
public ParentClosePolicy getParentClosePolicy()
ParentClosePolicy
public StartChildWorkflowExecutionDecisionAttributes setParentClosePolicy(ParentClosePolicy parentClosePolicy)
ParentClosePolicy
public void unsetParentClosePolicy()
public boolean isSetParentClosePolicy()
public void setParentClosePolicyIsSet(boolean value)
public byte[] getControl()
public java.nio.ByteBuffer bufferForControl()
public StartChildWorkflowExecutionDecisionAttributes setControl(byte[] control)
public StartChildWorkflowExecutionDecisionAttributes setControl(java.nio.ByteBuffer control)
public void unsetControl()
public boolean isSetControl()
public void setControlIsSet(boolean value)
public WorkflowIdReusePolicy getWorkflowIdReusePolicy()
WorkflowIdReusePolicy
public StartChildWorkflowExecutionDecisionAttributes setWorkflowIdReusePolicy(WorkflowIdReusePolicy workflowIdReusePolicy)
WorkflowIdReusePolicy
public void unsetWorkflowIdReusePolicy()
public boolean isSetWorkflowIdReusePolicy()
public void setWorkflowIdReusePolicyIsSet(boolean value)
public RetryPolicy getRetryPolicy()
public StartChildWorkflowExecutionDecisionAttributes setRetryPolicy(RetryPolicy retryPolicy)
public void unsetRetryPolicy()
public boolean isSetRetryPolicy()
public void setRetryPolicyIsSet(boolean value)
public java.lang.String getCronSchedule()
public StartChildWorkflowExecutionDecisionAttributes setCronSchedule(java.lang.String cronSchedule)
public void unsetCronSchedule()
public boolean isSetCronSchedule()
public void setCronScheduleIsSet(boolean value)
public Header getHeader()
public StartChildWorkflowExecutionDecisionAttributes setHeader(Header header)
public void unsetHeader()
public boolean isSetHeader()
public void setHeaderIsSet(boolean value)
public Memo getMemo()
public StartChildWorkflowExecutionDecisionAttributes setMemo(Memo memo)
public void unsetMemo()
public boolean isSetMemo()
public void setMemoIsSet(boolean value)
public SearchAttributes getSearchAttributes()
public StartChildWorkflowExecutionDecisionAttributes setSearchAttributes(SearchAttributes searchAttributes)
public void unsetSearchAttributes()
public boolean isSetSearchAttributes()
public void setSearchAttributesIsSet(boolean value)
public void setFieldValue(StartChildWorkflowExecutionDecisionAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionDecisionAttributes,StartChildWorkflowExecutionDecisionAttributes._Fields>
public java.lang.Object getFieldValue(StartChildWorkflowExecutionDecisionAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionDecisionAttributes,StartChildWorkflowExecutionDecisionAttributes._Fields>
public boolean isSet(StartChildWorkflowExecutionDecisionAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionDecisionAttributes,StartChildWorkflowExecutionDecisionAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(StartChildWorkflowExecutionDecisionAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(StartChildWorkflowExecutionDecisionAttributes other)
compareTo
in interface java.lang.Comparable<StartChildWorkflowExecutionDecisionAttributes>
public StartChildWorkflowExecutionDecisionAttributes._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionDecisionAttributes,StartChildWorkflowExecutionDecisionAttributes._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionDecisionAttributes,StartChildWorkflowExecutionDecisionAttributes._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<StartChildWorkflowExecutionDecisionAttributes,StartChildWorkflowExecutionDecisionAttributes._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