Package com.uber.cadence
Class WorkflowExecutionConfiguration
- java.lang.Object
-
- com.uber.cadence.WorkflowExecutionConfiguration
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<WorkflowExecutionConfiguration>
,org.apache.thrift.TBase<WorkflowExecutionConfiguration,WorkflowExecutionConfiguration._Fields>
@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2022-12-02") public class WorkflowExecutionConfiguration extends java.lang.Object implements org.apache.thrift.TBase<WorkflowExecutionConfiguration,WorkflowExecutionConfiguration._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<WorkflowExecutionConfiguration>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkflowExecutionConfiguration._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description int
executionStartToCloseTimeoutSeconds
static java.util.Map<WorkflowExecutionConfiguration._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
TaskList
taskList
int
taskStartToCloseTimeoutSeconds
-
Constructor Summary
Constructors Constructor Description WorkflowExecutionConfiguration()
WorkflowExecutionConfiguration(WorkflowExecutionConfiguration other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(WorkflowExecutionConfiguration other)
WorkflowExecutionConfiguration
deepCopy()
boolean
equals(WorkflowExecutionConfiguration that)
boolean
equals(java.lang.Object that)
WorkflowExecutionConfiguration._Fields
fieldForId(int fieldId)
int
getExecutionStartToCloseTimeoutSeconds()
java.lang.Object
getFieldValue(WorkflowExecutionConfiguration._Fields field)
TaskList
getTaskList()
int
getTaskStartToCloseTimeoutSeconds()
int
hashCode()
boolean
isSet(WorkflowExecutionConfiguration._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
isSetExecutionStartToCloseTimeoutSeconds()
Returns true if field executionStartToCloseTimeoutSeconds is set (has been assigned a value) and false otherwiseboolean
isSetTaskList()
Returns true if field taskList is set (has been assigned a value) and false otherwiseboolean
isSetTaskStartToCloseTimeoutSeconds()
Returns true if field taskStartToCloseTimeoutSeconds is set (has been assigned a value) and false otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
WorkflowExecutionConfiguration
setExecutionStartToCloseTimeoutSeconds(int executionStartToCloseTimeoutSeconds)
void
setExecutionStartToCloseTimeoutSecondsIsSet(boolean value)
void
setFieldValue(WorkflowExecutionConfiguration._Fields field, java.lang.Object value)
WorkflowExecutionConfiguration
setTaskList(TaskList taskList)
void
setTaskListIsSet(boolean value)
WorkflowExecutionConfiguration
setTaskStartToCloseTimeoutSeconds(int taskStartToCloseTimeoutSeconds)
void
setTaskStartToCloseTimeoutSecondsIsSet(boolean value)
java.lang.String
toString()
void
unsetExecutionStartToCloseTimeoutSeconds()
void
unsetTaskList()
void
unsetTaskStartToCloseTimeoutSeconds()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
taskList
public TaskList taskList
-
executionStartToCloseTimeoutSeconds
public int executionStartToCloseTimeoutSeconds
-
taskStartToCloseTimeoutSeconds
public int taskStartToCloseTimeoutSeconds
-
metaDataMap
public static final java.util.Map<WorkflowExecutionConfiguration._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
WorkflowExecutionConfiguration
public WorkflowExecutionConfiguration()
-
WorkflowExecutionConfiguration
public WorkflowExecutionConfiguration(WorkflowExecutionConfiguration other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public WorkflowExecutionConfiguration deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<WorkflowExecutionConfiguration,WorkflowExecutionConfiguration._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<WorkflowExecutionConfiguration,WorkflowExecutionConfiguration._Fields>
-
getTaskList
public TaskList getTaskList()
-
setTaskList
public WorkflowExecutionConfiguration setTaskList(TaskList taskList)
-
unsetTaskList
public void unsetTaskList()
-
isSetTaskList
public boolean isSetTaskList()
Returns true if field taskList is set (has been assigned a value) and false otherwise
-
setTaskListIsSet
public void setTaskListIsSet(boolean value)
-
getExecutionStartToCloseTimeoutSeconds
public int getExecutionStartToCloseTimeoutSeconds()
-
setExecutionStartToCloseTimeoutSeconds
public WorkflowExecutionConfiguration setExecutionStartToCloseTimeoutSeconds(int executionStartToCloseTimeoutSeconds)
-
unsetExecutionStartToCloseTimeoutSeconds
public void unsetExecutionStartToCloseTimeoutSeconds()
-
isSetExecutionStartToCloseTimeoutSeconds
public boolean isSetExecutionStartToCloseTimeoutSeconds()
Returns true if field executionStartToCloseTimeoutSeconds is set (has been assigned a value) and false otherwise
-
setExecutionStartToCloseTimeoutSecondsIsSet
public void setExecutionStartToCloseTimeoutSecondsIsSet(boolean value)
-
getTaskStartToCloseTimeoutSeconds
public int getTaskStartToCloseTimeoutSeconds()
-
setTaskStartToCloseTimeoutSeconds
public WorkflowExecutionConfiguration setTaskStartToCloseTimeoutSeconds(int taskStartToCloseTimeoutSeconds)
-
unsetTaskStartToCloseTimeoutSeconds
public void unsetTaskStartToCloseTimeoutSeconds()
-
isSetTaskStartToCloseTimeoutSeconds
public boolean isSetTaskStartToCloseTimeoutSeconds()
Returns true if field taskStartToCloseTimeoutSeconds is set (has been assigned a value) and false otherwise
-
setTaskStartToCloseTimeoutSecondsIsSet
public void setTaskStartToCloseTimeoutSecondsIsSet(boolean value)
-
setFieldValue
public void setFieldValue(WorkflowExecutionConfiguration._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<WorkflowExecutionConfiguration,WorkflowExecutionConfiguration._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(WorkflowExecutionConfiguration._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<WorkflowExecutionConfiguration,WorkflowExecutionConfiguration._Fields>
-
isSet
public boolean isSet(WorkflowExecutionConfiguration._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.thrift.TBase<WorkflowExecutionConfiguration,WorkflowExecutionConfiguration._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(WorkflowExecutionConfiguration that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(WorkflowExecutionConfiguration other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<WorkflowExecutionConfiguration>
-
fieldForId
public WorkflowExecutionConfiguration._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<WorkflowExecutionConfiguration,WorkflowExecutionConfiguration._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<WorkflowExecutionConfiguration,WorkflowExecutionConfiguration._Fields>
- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
- Specified by:
write
in interfaceorg.apache.thrift.TBase<WorkflowExecutionConfiguration,WorkflowExecutionConfiguration._Fields>
- Throws:
org.apache.thrift.TException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
validate
public void validate() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-