Package com.uber.cadence
Class ActivityTaskCanceledEventAttributes
- java.lang.Object
-
- com.uber.cadence.ActivityTaskCanceledEventAttributes
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<ActivityTaskCanceledEventAttributes>
,org.apache.thrift.TBase<ActivityTaskCanceledEventAttributes,ActivityTaskCanceledEventAttributes._Fields>
@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2023-08-08") public class ActivityTaskCanceledEventAttributes extends java.lang.Object implements org.apache.thrift.TBase<ActivityTaskCanceledEventAttributes,ActivityTaskCanceledEventAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ActivityTaskCanceledEventAttributes>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ActivityTaskCanceledEventAttributes._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 java.nio.ByteBuffer
details
java.lang.String
identity
long
latestCancelRequestedEventId
static java.util.Map<ActivityTaskCanceledEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
long
scheduledEventId
long
startedEventId
-
Constructor Summary
Constructors Constructor Description ActivityTaskCanceledEventAttributes()
ActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBuffer
bufferForDetails()
void
clear()
int
compareTo(ActivityTaskCanceledEventAttributes other)
ActivityTaskCanceledEventAttributes
deepCopy()
boolean
equals(ActivityTaskCanceledEventAttributes that)
boolean
equals(java.lang.Object that)
ActivityTaskCanceledEventAttributes._Fields
fieldForId(int fieldId)
byte[]
getDetails()
java.lang.Object
getFieldValue(ActivityTaskCanceledEventAttributes._Fields field)
java.lang.String
getIdentity()
long
getLatestCancelRequestedEventId()
long
getScheduledEventId()
long
getStartedEventId()
int
hashCode()
boolean
isSet(ActivityTaskCanceledEventAttributes._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
isSetDetails()
Returns true if field details is set (has been assigned a value) and false otherwiseboolean
isSetIdentity()
Returns true if field identity is set (has been assigned a value) and false otherwiseboolean
isSetLatestCancelRequestedEventId()
Returns true if field latestCancelRequestedEventId is set (has been assigned a value) and false otherwiseboolean
isSetScheduledEventId()
Returns true if field scheduledEventId is set (has been assigned a value) and false otherwiseboolean
isSetStartedEventId()
Returns true if field startedEventId is set (has been assigned a value) and false otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
ActivityTaskCanceledEventAttributes
setDetails(byte[] details)
ActivityTaskCanceledEventAttributes
setDetails(java.nio.ByteBuffer details)
void
setDetailsIsSet(boolean value)
void
setFieldValue(ActivityTaskCanceledEventAttributes._Fields field, java.lang.Object value)
ActivityTaskCanceledEventAttributes
setIdentity(java.lang.String identity)
void
setIdentityIsSet(boolean value)
ActivityTaskCanceledEventAttributes
setLatestCancelRequestedEventId(long latestCancelRequestedEventId)
void
setLatestCancelRequestedEventIdIsSet(boolean value)
ActivityTaskCanceledEventAttributes
setScheduledEventId(long scheduledEventId)
void
setScheduledEventIdIsSet(boolean value)
ActivityTaskCanceledEventAttributes
setStartedEventId(long startedEventId)
void
setStartedEventIdIsSet(boolean value)
java.lang.String
toString()
void
unsetDetails()
void
unsetIdentity()
void
unsetLatestCancelRequestedEventId()
void
unsetScheduledEventId()
void
unsetStartedEventId()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
details
public java.nio.ByteBuffer details
-
latestCancelRequestedEventId
public long latestCancelRequestedEventId
-
scheduledEventId
public long scheduledEventId
-
startedEventId
public long startedEventId
-
identity
public java.lang.String identity
-
metaDataMap
public static final java.util.Map<ActivityTaskCanceledEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
ActivityTaskCanceledEventAttributes
public ActivityTaskCanceledEventAttributes()
-
ActivityTaskCanceledEventAttributes
public ActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public ActivityTaskCanceledEventAttributes deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<ActivityTaskCanceledEventAttributes,ActivityTaskCanceledEventAttributes._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<ActivityTaskCanceledEventAttributes,ActivityTaskCanceledEventAttributes._Fields>
-
getDetails
public byte[] getDetails()
-
bufferForDetails
public java.nio.ByteBuffer bufferForDetails()
-
setDetails
public ActivityTaskCanceledEventAttributes setDetails(byte[] details)
-
setDetails
public ActivityTaskCanceledEventAttributes setDetails(java.nio.ByteBuffer details)
-
unsetDetails
public void unsetDetails()
-
isSetDetails
public boolean isSetDetails()
Returns true if field details is set (has been assigned a value) and false otherwise
-
setDetailsIsSet
public void setDetailsIsSet(boolean value)
-
getLatestCancelRequestedEventId
public long getLatestCancelRequestedEventId()
-
setLatestCancelRequestedEventId
public ActivityTaskCanceledEventAttributes setLatestCancelRequestedEventId(long latestCancelRequestedEventId)
-
unsetLatestCancelRequestedEventId
public void unsetLatestCancelRequestedEventId()
-
isSetLatestCancelRequestedEventId
public boolean isSetLatestCancelRequestedEventId()
Returns true if field latestCancelRequestedEventId is set (has been assigned a value) and false otherwise
-
setLatestCancelRequestedEventIdIsSet
public void setLatestCancelRequestedEventIdIsSet(boolean value)
-
getScheduledEventId
public long getScheduledEventId()
-
setScheduledEventId
public ActivityTaskCanceledEventAttributes setScheduledEventId(long scheduledEventId)
-
unsetScheduledEventId
public void unsetScheduledEventId()
-
isSetScheduledEventId
public boolean isSetScheduledEventId()
Returns true if field scheduledEventId is set (has been assigned a value) and false otherwise
-
setScheduledEventIdIsSet
public void setScheduledEventIdIsSet(boolean value)
-
getStartedEventId
public long getStartedEventId()
-
setStartedEventId
public ActivityTaskCanceledEventAttributes setStartedEventId(long startedEventId)
-
unsetStartedEventId
public void unsetStartedEventId()
-
isSetStartedEventId
public boolean isSetStartedEventId()
Returns true if field startedEventId is set (has been assigned a value) and false otherwise
-
setStartedEventIdIsSet
public void setStartedEventIdIsSet(boolean value)
-
getIdentity
public java.lang.String getIdentity()
-
setIdentity
public ActivityTaskCanceledEventAttributes setIdentity(java.lang.String identity)
-
unsetIdentity
public void unsetIdentity()
-
isSetIdentity
public boolean isSetIdentity()
Returns true if field identity is set (has been assigned a value) and false otherwise
-
setIdentityIsSet
public void setIdentityIsSet(boolean value)
-
setFieldValue
public void setFieldValue(ActivityTaskCanceledEventAttributes._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<ActivityTaskCanceledEventAttributes,ActivityTaskCanceledEventAttributes._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(ActivityTaskCanceledEventAttributes._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<ActivityTaskCanceledEventAttributes,ActivityTaskCanceledEventAttributes._Fields>
-
isSet
public boolean isSet(ActivityTaskCanceledEventAttributes._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<ActivityTaskCanceledEventAttributes,ActivityTaskCanceledEventAttributes._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(ActivityTaskCanceledEventAttributes that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(ActivityTaskCanceledEventAttributes other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<ActivityTaskCanceledEventAttributes>
-
fieldForId
public ActivityTaskCanceledEventAttributes._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<ActivityTaskCanceledEventAttributes,ActivityTaskCanceledEventAttributes._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<ActivityTaskCanceledEventAttributes,ActivityTaskCanceledEventAttributes._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<ActivityTaskCanceledEventAttributes,ActivityTaskCanceledEventAttributes._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
-
-