@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2020-06-01") public class DecisionTaskCompletedEventAttributes extends java.lang.Object implements org.apache.thrift.TBase<DecisionTaskCompletedEventAttributes,DecisionTaskCompletedEventAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<DecisionTaskCompletedEventAttributes>
Modifier and Type | Class and Description |
---|---|
static class |
DecisionTaskCompletedEventAttributes._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 |
binaryChecksum |
java.nio.ByteBuffer |
executionContext |
java.lang.String |
identity |
static java.util.Map<DecisionTaskCompletedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
long |
scheduledEventId |
long |
startedEventId |
Constructor and Description |
---|
DecisionTaskCompletedEventAttributes() |
DecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
bufferForExecutionContext() |
void |
clear() |
int |
compareTo(DecisionTaskCompletedEventAttributes other) |
DecisionTaskCompletedEventAttributes |
deepCopy() |
boolean |
equals(DecisionTaskCompletedEventAttributes that) |
boolean |
equals(java.lang.Object that) |
DecisionTaskCompletedEventAttributes._Fields |
fieldForId(int fieldId) |
java.lang.String |
getBinaryChecksum() |
byte[] |
getExecutionContext() |
java.lang.Object |
getFieldValue(DecisionTaskCompletedEventAttributes._Fields field) |
java.lang.String |
getIdentity() |
long |
getScheduledEventId() |
long |
getStartedEventId() |
int |
hashCode() |
boolean |
isSet(DecisionTaskCompletedEventAttributes._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetBinaryChecksum()
Returns true if field binaryChecksum is set (has been assigned a value) and false otherwise
|
boolean |
isSetExecutionContext()
Returns true if field executionContext 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 |
isSetScheduledEventId()
Returns true if field scheduledEventId is set (has been assigned a value) and false otherwise
|
boolean |
isSetStartedEventId()
Returns true if field startedEventId is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
DecisionTaskCompletedEventAttributes |
setBinaryChecksum(java.lang.String binaryChecksum) |
void |
setBinaryChecksumIsSet(boolean value) |
DecisionTaskCompletedEventAttributes |
setExecutionContext(byte[] executionContext) |
DecisionTaskCompletedEventAttributes |
setExecutionContext(java.nio.ByteBuffer executionContext) |
void |
setExecutionContextIsSet(boolean value) |
void |
setFieldValue(DecisionTaskCompletedEventAttributes._Fields field,
java.lang.Object value) |
DecisionTaskCompletedEventAttributes |
setIdentity(java.lang.String identity) |
void |
setIdentityIsSet(boolean value) |
DecisionTaskCompletedEventAttributes |
setScheduledEventId(long scheduledEventId) |
void |
setScheduledEventIdIsSet(boolean value) |
DecisionTaskCompletedEventAttributes |
setStartedEventId(long startedEventId) |
void |
setStartedEventIdIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetBinaryChecksum() |
void |
unsetExecutionContext() |
void |
unsetIdentity() |
void |
unsetScheduledEventId() |
void |
unsetStartedEventId() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public java.nio.ByteBuffer executionContext
public long scheduledEventId
public long startedEventId
public java.lang.String identity
public java.lang.String binaryChecksum
public static final java.util.Map<DecisionTaskCompletedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public DecisionTaskCompletedEventAttributes()
public DecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes other)
public DecisionTaskCompletedEventAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<DecisionTaskCompletedEventAttributes,DecisionTaskCompletedEventAttributes._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<DecisionTaskCompletedEventAttributes,DecisionTaskCompletedEventAttributes._Fields>
public byte[] getExecutionContext()
public java.nio.ByteBuffer bufferForExecutionContext()
public DecisionTaskCompletedEventAttributes setExecutionContext(byte[] executionContext)
public DecisionTaskCompletedEventAttributes setExecutionContext(java.nio.ByteBuffer executionContext)
public void unsetExecutionContext()
public boolean isSetExecutionContext()
public void setExecutionContextIsSet(boolean value)
public long getScheduledEventId()
public DecisionTaskCompletedEventAttributes setScheduledEventId(long scheduledEventId)
public void unsetScheduledEventId()
public boolean isSetScheduledEventId()
public void setScheduledEventIdIsSet(boolean value)
public long getStartedEventId()
public DecisionTaskCompletedEventAttributes setStartedEventId(long startedEventId)
public void unsetStartedEventId()
public boolean isSetStartedEventId()
public void setStartedEventIdIsSet(boolean value)
public java.lang.String getIdentity()
public DecisionTaskCompletedEventAttributes setIdentity(java.lang.String identity)
public void unsetIdentity()
public boolean isSetIdentity()
public void setIdentityIsSet(boolean value)
public java.lang.String getBinaryChecksum()
public DecisionTaskCompletedEventAttributes setBinaryChecksum(java.lang.String binaryChecksum)
public void unsetBinaryChecksum()
public boolean isSetBinaryChecksum()
public void setBinaryChecksumIsSet(boolean value)
public void setFieldValue(DecisionTaskCompletedEventAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<DecisionTaskCompletedEventAttributes,DecisionTaskCompletedEventAttributes._Fields>
public java.lang.Object getFieldValue(DecisionTaskCompletedEventAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<DecisionTaskCompletedEventAttributes,DecisionTaskCompletedEventAttributes._Fields>
public boolean isSet(DecisionTaskCompletedEventAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<DecisionTaskCompletedEventAttributes,DecisionTaskCompletedEventAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(DecisionTaskCompletedEventAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(DecisionTaskCompletedEventAttributes other)
compareTo
in interface java.lang.Comparable<DecisionTaskCompletedEventAttributes>
public DecisionTaskCompletedEventAttributes._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<DecisionTaskCompletedEventAttributes,DecisionTaskCompletedEventAttributes._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<DecisionTaskCompletedEventAttributes,DecisionTaskCompletedEventAttributes._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<DecisionTaskCompletedEventAttributes,DecisionTaskCompletedEventAttributes._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