@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2021-08-14") public class ChildWorkflowExecutionCanceledEventAttributes extends java.lang.Object implements org.apache.thrift.TBase<ChildWorkflowExecutionCanceledEventAttributes,ChildWorkflowExecutionCanceledEventAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ChildWorkflowExecutionCanceledEventAttributes>
Modifier and Type | Class and Description |
---|---|
static class |
ChildWorkflowExecutionCanceledEventAttributes._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
java.nio.ByteBuffer |
details |
java.lang.String |
domain |
long |
initiatedEventId |
static java.util.Map<ChildWorkflowExecutionCanceledEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
long |
startedEventId |
WorkflowExecution |
workflowExecution |
WorkflowType |
workflowType |
Constructor and Description |
---|
ChildWorkflowExecutionCanceledEventAttributes() |
ChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
bufferForDetails() |
void |
clear() |
int |
compareTo(ChildWorkflowExecutionCanceledEventAttributes other) |
ChildWorkflowExecutionCanceledEventAttributes |
deepCopy() |
boolean |
equals(ChildWorkflowExecutionCanceledEventAttributes that) |
boolean |
equals(java.lang.Object that) |
ChildWorkflowExecutionCanceledEventAttributes._Fields |
fieldForId(int fieldId) |
byte[] |
getDetails() |
java.lang.String |
getDomain() |
java.lang.Object |
getFieldValue(ChildWorkflowExecutionCanceledEventAttributes._Fields field) |
long |
getInitiatedEventId() |
long |
getStartedEventId() |
WorkflowExecution |
getWorkflowExecution() |
WorkflowType |
getWorkflowType() |
int |
hashCode() |
boolean |
isSet(ChildWorkflowExecutionCanceledEventAttributes._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetDetails()
Returns true if field details is set (has been assigned a value) and false otherwise
|
boolean |
isSetDomain()
Returns true if field domain is set (has been assigned a value) and false otherwise
|
boolean |
isSetInitiatedEventId()
Returns true if field initiatedEventId 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
|
boolean |
isSetWorkflowExecution()
Returns true if field workflowExecution is set (has been assigned a value) and false otherwise
|
boolean |
isSetWorkflowType()
Returns true if field workflowType is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
ChildWorkflowExecutionCanceledEventAttributes |
setDetails(byte[] details) |
ChildWorkflowExecutionCanceledEventAttributes |
setDetails(java.nio.ByteBuffer details) |
void |
setDetailsIsSet(boolean value) |
ChildWorkflowExecutionCanceledEventAttributes |
setDomain(java.lang.String domain) |
void |
setDomainIsSet(boolean value) |
void |
setFieldValue(ChildWorkflowExecutionCanceledEventAttributes._Fields field,
java.lang.Object value) |
ChildWorkflowExecutionCanceledEventAttributes |
setInitiatedEventId(long initiatedEventId) |
void |
setInitiatedEventIdIsSet(boolean value) |
ChildWorkflowExecutionCanceledEventAttributes |
setStartedEventId(long startedEventId) |
void |
setStartedEventIdIsSet(boolean value) |
ChildWorkflowExecutionCanceledEventAttributes |
setWorkflowExecution(WorkflowExecution workflowExecution) |
void |
setWorkflowExecutionIsSet(boolean value) |
ChildWorkflowExecutionCanceledEventAttributes |
setWorkflowType(WorkflowType workflowType) |
void |
setWorkflowTypeIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetDetails() |
void |
unsetDomain() |
void |
unsetInitiatedEventId() |
void |
unsetStartedEventId() |
void |
unsetWorkflowExecution() |
void |
unsetWorkflowType() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public java.nio.ByteBuffer details
public java.lang.String domain
public WorkflowExecution workflowExecution
public WorkflowType workflowType
public long initiatedEventId
public long startedEventId
public static final java.util.Map<ChildWorkflowExecutionCanceledEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ChildWorkflowExecutionCanceledEventAttributes()
public ChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes other)
public ChildWorkflowExecutionCanceledEventAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ChildWorkflowExecutionCanceledEventAttributes,ChildWorkflowExecutionCanceledEventAttributes._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ChildWorkflowExecutionCanceledEventAttributes,ChildWorkflowExecutionCanceledEventAttributes._Fields>
public byte[] getDetails()
public java.nio.ByteBuffer bufferForDetails()
public ChildWorkflowExecutionCanceledEventAttributes setDetails(byte[] details)
public ChildWorkflowExecutionCanceledEventAttributes setDetails(java.nio.ByteBuffer details)
public void unsetDetails()
public boolean isSetDetails()
public void setDetailsIsSet(boolean value)
public java.lang.String getDomain()
public ChildWorkflowExecutionCanceledEventAttributes setDomain(java.lang.String domain)
public void unsetDomain()
public boolean isSetDomain()
public void setDomainIsSet(boolean value)
public WorkflowExecution getWorkflowExecution()
public ChildWorkflowExecutionCanceledEventAttributes setWorkflowExecution(WorkflowExecution workflowExecution)
public void unsetWorkflowExecution()
public boolean isSetWorkflowExecution()
public void setWorkflowExecutionIsSet(boolean value)
public WorkflowType getWorkflowType()
public ChildWorkflowExecutionCanceledEventAttributes setWorkflowType(WorkflowType workflowType)
public void unsetWorkflowType()
public boolean isSetWorkflowType()
public void setWorkflowTypeIsSet(boolean value)
public long getInitiatedEventId()
public ChildWorkflowExecutionCanceledEventAttributes setInitiatedEventId(long initiatedEventId)
public void unsetInitiatedEventId()
public boolean isSetInitiatedEventId()
public void setInitiatedEventIdIsSet(boolean value)
public long getStartedEventId()
public ChildWorkflowExecutionCanceledEventAttributes setStartedEventId(long startedEventId)
public void unsetStartedEventId()
public boolean isSetStartedEventId()
public void setStartedEventIdIsSet(boolean value)
public void setFieldValue(ChildWorkflowExecutionCanceledEventAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<ChildWorkflowExecutionCanceledEventAttributes,ChildWorkflowExecutionCanceledEventAttributes._Fields>
public java.lang.Object getFieldValue(ChildWorkflowExecutionCanceledEventAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ChildWorkflowExecutionCanceledEventAttributes,ChildWorkflowExecutionCanceledEventAttributes._Fields>
public boolean isSet(ChildWorkflowExecutionCanceledEventAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<ChildWorkflowExecutionCanceledEventAttributes,ChildWorkflowExecutionCanceledEventAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(ChildWorkflowExecutionCanceledEventAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(ChildWorkflowExecutionCanceledEventAttributes other)
compareTo
in interface java.lang.Comparable<ChildWorkflowExecutionCanceledEventAttributes>
public ChildWorkflowExecutionCanceledEventAttributes._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ChildWorkflowExecutionCanceledEventAttributes,ChildWorkflowExecutionCanceledEventAttributes._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ChildWorkflowExecutionCanceledEventAttributes,ChildWorkflowExecutionCanceledEventAttributes._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<ChildWorkflowExecutionCanceledEventAttributes,ChildWorkflowExecutionCanceledEventAttributes._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