@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2021-10-01") public class DecisionTaskScheduledEventAttributes extends java.lang.Object implements org.apache.thrift.TBase<DecisionTaskScheduledEventAttributes,DecisionTaskScheduledEventAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<DecisionTaskScheduledEventAttributes>
Modifier and Type | Class and Description |
---|---|
static class |
DecisionTaskScheduledEventAttributes._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
long |
attempt |
static java.util.Map<DecisionTaskScheduledEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
int |
startToCloseTimeoutSeconds |
TaskList |
taskList |
Constructor and Description |
---|
DecisionTaskScheduledEventAttributes() |
DecisionTaskScheduledEventAttributes(DecisionTaskScheduledEventAttributes other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(DecisionTaskScheduledEventAttributes other) |
DecisionTaskScheduledEventAttributes |
deepCopy() |
boolean |
equals(DecisionTaskScheduledEventAttributes that) |
boolean |
equals(java.lang.Object that) |
DecisionTaskScheduledEventAttributes._Fields |
fieldForId(int fieldId) |
long |
getAttempt() |
java.lang.Object |
getFieldValue(DecisionTaskScheduledEventAttributes._Fields field) |
int |
getStartToCloseTimeoutSeconds() |
TaskList |
getTaskList() |
int |
hashCode() |
boolean |
isSet(DecisionTaskScheduledEventAttributes._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetAttempt()
Returns true if field attempt is set (has been assigned a value) and false otherwise
|
boolean |
isSetStartToCloseTimeoutSeconds()
Returns true if field startToCloseTimeoutSeconds 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
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
DecisionTaskScheduledEventAttributes |
setAttempt(long attempt) |
void |
setAttemptIsSet(boolean value) |
void |
setFieldValue(DecisionTaskScheduledEventAttributes._Fields field,
java.lang.Object value) |
DecisionTaskScheduledEventAttributes |
setStartToCloseTimeoutSeconds(int startToCloseTimeoutSeconds) |
void |
setStartToCloseTimeoutSecondsIsSet(boolean value) |
DecisionTaskScheduledEventAttributes |
setTaskList(TaskList taskList) |
void |
setTaskListIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetAttempt() |
void |
unsetStartToCloseTimeoutSeconds() |
void |
unsetTaskList() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public TaskList taskList
public int startToCloseTimeoutSeconds
public long attempt
public static final java.util.Map<DecisionTaskScheduledEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public DecisionTaskScheduledEventAttributes()
public DecisionTaskScheduledEventAttributes(DecisionTaskScheduledEventAttributes other)
public DecisionTaskScheduledEventAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<DecisionTaskScheduledEventAttributes,DecisionTaskScheduledEventAttributes._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<DecisionTaskScheduledEventAttributes,DecisionTaskScheduledEventAttributes._Fields>
public TaskList getTaskList()
public DecisionTaskScheduledEventAttributes setTaskList(TaskList taskList)
public void unsetTaskList()
public boolean isSetTaskList()
public void setTaskListIsSet(boolean value)
public int getStartToCloseTimeoutSeconds()
public DecisionTaskScheduledEventAttributes setStartToCloseTimeoutSeconds(int startToCloseTimeoutSeconds)
public void unsetStartToCloseTimeoutSeconds()
public boolean isSetStartToCloseTimeoutSeconds()
public void setStartToCloseTimeoutSecondsIsSet(boolean value)
public long getAttempt()
public DecisionTaskScheduledEventAttributes setAttempt(long attempt)
public void unsetAttempt()
public boolean isSetAttempt()
public void setAttemptIsSet(boolean value)
public void setFieldValue(DecisionTaskScheduledEventAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<DecisionTaskScheduledEventAttributes,DecisionTaskScheduledEventAttributes._Fields>
public java.lang.Object getFieldValue(DecisionTaskScheduledEventAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<DecisionTaskScheduledEventAttributes,DecisionTaskScheduledEventAttributes._Fields>
public boolean isSet(DecisionTaskScheduledEventAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<DecisionTaskScheduledEventAttributes,DecisionTaskScheduledEventAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(DecisionTaskScheduledEventAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(DecisionTaskScheduledEventAttributes other)
compareTo
in interface java.lang.Comparable<DecisionTaskScheduledEventAttributes>
public DecisionTaskScheduledEventAttributes._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<DecisionTaskScheduledEventAttributes,DecisionTaskScheduledEventAttributes._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<DecisionTaskScheduledEventAttributes,DecisionTaskScheduledEventAttributes._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<DecisionTaskScheduledEventAttributes,DecisionTaskScheduledEventAttributes._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