@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2018-10-24") 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 |
---|---|
ChildPolicy |
childPolicy |
java.lang.String |
domain |
int |
executionStartToCloseTimeoutSeconds |
java.lang.String |
identity |
java.nio.ByteBuffer |
input |
static java.util.Map<StartWorkflowExecutionRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
java.lang.String |
requestId |
RetryPolicy |
retryPolicy |
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) |
ChildPolicy |
getChildPolicy() |
java.lang.String |
getDomain() |
int |
getExecutionStartToCloseTimeoutSeconds() |
java.lang.Object |
getFieldValue(StartWorkflowExecutionRequest._Fields field) |
java.lang.String |
getIdentity() |
byte[] |
getInput() |
java.lang.String |
getRequestId() |
RetryPolicy |
getRetryPolicy() |
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 |
isSetChildPolicy()
Returns true if field childPolicy 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 |
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 |
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 |
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 |
setChildPolicy(ChildPolicy childPolicy) |
void |
setChildPolicyIsSet(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 |
setIdentity(java.lang.String identity) |
void |
setIdentityIsSet(boolean value) |
StartWorkflowExecutionRequest |
setInput(byte[] input) |
StartWorkflowExecutionRequest |
setInput(java.nio.ByteBuffer input) |
void |
setInputIsSet(boolean value) |
StartWorkflowExecutionRequest |
setRequestId(java.lang.String requestId) |
void |
setRequestIdIsSet(boolean value) |
StartWorkflowExecutionRequest |
setRetryPolicy(RetryPolicy retryPolicy) |
void |
setRetryPolicyIsSet(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 |
unsetChildPolicy() |
void |
unsetDomain() |
void |
unsetExecutionStartToCloseTimeoutSeconds() |
void |
unsetIdentity() |
void |
unsetInput() |
void |
unsetRequestId() |
void |
unsetRetryPolicy() |
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 ChildPolicy childPolicy
ChildPolicy
public RetryPolicy retryPolicy
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 ChildPolicy getChildPolicy()
ChildPolicy
public StartWorkflowExecutionRequest setChildPolicy(ChildPolicy childPolicy)
ChildPolicy
public void unsetChildPolicy()
public boolean isSetChildPolicy()
public void setChildPolicyIsSet(boolean value)
public RetryPolicy getRetryPolicy()
public StartWorkflowExecutionRequest setRetryPolicy(RetryPolicy retryPolicy)
public void unsetRetryPolicy()
public boolean isSetRetryPolicy()
public void setRetryPolicyIsSet(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