@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2018-05-14") public class TimerStartedEventAttributes extends java.lang.Object implements org.apache.thrift.TBase<TimerStartedEventAttributes,TimerStartedEventAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<TimerStartedEventAttributes>
Modifier and Type | Class and Description |
---|---|
static class |
TimerStartedEventAttributes._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
long |
decisionTaskCompletedEventId |
static java.util.Map<TimerStartedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
long |
startToFireTimeoutSeconds |
java.lang.String |
timerId |
Constructor and Description |
---|
TimerStartedEventAttributes() |
TimerStartedEventAttributes(TimerStartedEventAttributes other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(TimerStartedEventAttributes other) |
TimerStartedEventAttributes |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(TimerStartedEventAttributes that) |
TimerStartedEventAttributes._Fields |
fieldForId(int fieldId) |
long |
getDecisionTaskCompletedEventId() |
java.lang.Object |
getFieldValue(TimerStartedEventAttributes._Fields field) |
long |
getStartToFireTimeoutSeconds() |
java.lang.String |
getTimerId() |
int |
hashCode() |
boolean |
isSet(TimerStartedEventAttributes._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetDecisionTaskCompletedEventId()
Returns true if field decisionTaskCompletedEventId is set (has been assigned a value) and false otherwise
|
boolean |
isSetStartToFireTimeoutSeconds()
Returns true if field startToFireTimeoutSeconds is set (has been assigned a value) and false otherwise
|
boolean |
isSetTimerId()
Returns true if field timerId is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
TimerStartedEventAttributes |
setDecisionTaskCompletedEventId(long decisionTaskCompletedEventId) |
void |
setDecisionTaskCompletedEventIdIsSet(boolean value) |
void |
setFieldValue(TimerStartedEventAttributes._Fields field,
java.lang.Object value) |
TimerStartedEventAttributes |
setStartToFireTimeoutSeconds(long startToFireTimeoutSeconds) |
void |
setStartToFireTimeoutSecondsIsSet(boolean value) |
TimerStartedEventAttributes |
setTimerId(java.lang.String timerId) |
void |
setTimerIdIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetDecisionTaskCompletedEventId() |
void |
unsetStartToFireTimeoutSeconds() |
void |
unsetTimerId() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public java.lang.String timerId
public long startToFireTimeoutSeconds
public long decisionTaskCompletedEventId
public static final java.util.Map<TimerStartedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TimerStartedEventAttributes()
public TimerStartedEventAttributes(TimerStartedEventAttributes other)
public TimerStartedEventAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<TimerStartedEventAttributes,TimerStartedEventAttributes._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<TimerStartedEventAttributes,TimerStartedEventAttributes._Fields>
public java.lang.String getTimerId()
public TimerStartedEventAttributes setTimerId(java.lang.String timerId)
public void unsetTimerId()
public boolean isSetTimerId()
public void setTimerIdIsSet(boolean value)
public long getStartToFireTimeoutSeconds()
public TimerStartedEventAttributes setStartToFireTimeoutSeconds(long startToFireTimeoutSeconds)
public void unsetStartToFireTimeoutSeconds()
public boolean isSetStartToFireTimeoutSeconds()
public void setStartToFireTimeoutSecondsIsSet(boolean value)
public long getDecisionTaskCompletedEventId()
public TimerStartedEventAttributes setDecisionTaskCompletedEventId(long decisionTaskCompletedEventId)
public void unsetDecisionTaskCompletedEventId()
public boolean isSetDecisionTaskCompletedEventId()
public void setDecisionTaskCompletedEventIdIsSet(boolean value)
public void setFieldValue(TimerStartedEventAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<TimerStartedEventAttributes,TimerStartedEventAttributes._Fields>
public java.lang.Object getFieldValue(TimerStartedEventAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<TimerStartedEventAttributes,TimerStartedEventAttributes._Fields>
public boolean isSet(TimerStartedEventAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<TimerStartedEventAttributes,TimerStartedEventAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(TimerStartedEventAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(TimerStartedEventAttributes other)
compareTo
in interface java.lang.Comparable<TimerStartedEventAttributes>
public TimerStartedEventAttributes._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<TimerStartedEventAttributes,TimerStartedEventAttributes._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<TimerStartedEventAttributes,TimerStartedEventAttributes._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<TimerStartedEventAttributes,TimerStartedEventAttributes._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