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