@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2021-10-01") public class ChildWorkflowExecutionFailedEventAttributes extends java.lang.Object implements org.apache.thrift.TBase<ChildWorkflowExecutionFailedEventAttributes,ChildWorkflowExecutionFailedEventAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ChildWorkflowExecutionFailedEventAttributes>
Modifier and Type | Class and Description |
---|---|
static class |
ChildWorkflowExecutionFailedEventAttributes._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<ChildWorkflowExecutionFailedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
java.lang.String |
reason |
long |
startedEventId |
WorkflowExecution |
workflowExecution |
WorkflowType |
workflowType |
Constructor and Description |
---|
ChildWorkflowExecutionFailedEventAttributes() |
ChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
bufferForDetails() |
void |
clear() |
int |
compareTo(ChildWorkflowExecutionFailedEventAttributes other) |
ChildWorkflowExecutionFailedEventAttributes |
deepCopy() |
boolean |
equals(ChildWorkflowExecutionFailedEventAttributes that) |
boolean |
equals(java.lang.Object that) |
ChildWorkflowExecutionFailedEventAttributes._Fields |
fieldForId(int fieldId) |
byte[] |
getDetails() |
java.lang.String |
getDomain() |
java.lang.Object |
getFieldValue(ChildWorkflowExecutionFailedEventAttributes._Fields field) |
long |
getInitiatedEventId() |
java.lang.String |
getReason() |
long |
getStartedEventId() |
WorkflowExecution |
getWorkflowExecution() |
WorkflowType |
getWorkflowType() |
int |
hashCode() |
boolean |
isSet(ChildWorkflowExecutionFailedEventAttributes._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 |
isSetReason()
Returns true if field reason 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) |
ChildWorkflowExecutionFailedEventAttributes |
setDetails(byte[] details) |
ChildWorkflowExecutionFailedEventAttributes |
setDetails(java.nio.ByteBuffer details) |
void |
setDetailsIsSet(boolean value) |
ChildWorkflowExecutionFailedEventAttributes |
setDomain(java.lang.String domain) |
void |
setDomainIsSet(boolean value) |
void |
setFieldValue(ChildWorkflowExecutionFailedEventAttributes._Fields field,
java.lang.Object value) |
ChildWorkflowExecutionFailedEventAttributes |
setInitiatedEventId(long initiatedEventId) |
void |
setInitiatedEventIdIsSet(boolean value) |
ChildWorkflowExecutionFailedEventAttributes |
setReason(java.lang.String reason) |
void |
setReasonIsSet(boolean value) |
ChildWorkflowExecutionFailedEventAttributes |
setStartedEventId(long startedEventId) |
void |
setStartedEventIdIsSet(boolean value) |
ChildWorkflowExecutionFailedEventAttributes |
setWorkflowExecution(WorkflowExecution workflowExecution) |
void |
setWorkflowExecutionIsSet(boolean value) |
ChildWorkflowExecutionFailedEventAttributes |
setWorkflowType(WorkflowType workflowType) |
void |
setWorkflowTypeIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetDetails() |
void |
unsetDomain() |
void |
unsetInitiatedEventId() |
void |
unsetReason() |
void |
unsetStartedEventId() |
void |
unsetWorkflowExecution() |
void |
unsetWorkflowType() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public java.lang.String reason
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<ChildWorkflowExecutionFailedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ChildWorkflowExecutionFailedEventAttributes()
public ChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes other)
public ChildWorkflowExecutionFailedEventAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ChildWorkflowExecutionFailedEventAttributes,ChildWorkflowExecutionFailedEventAttributes._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ChildWorkflowExecutionFailedEventAttributes,ChildWorkflowExecutionFailedEventAttributes._Fields>
public java.lang.String getReason()
public ChildWorkflowExecutionFailedEventAttributes setReason(java.lang.String reason)
public void unsetReason()
public boolean isSetReason()
public void setReasonIsSet(boolean value)
public byte[] getDetails()
public java.nio.ByteBuffer bufferForDetails()
public ChildWorkflowExecutionFailedEventAttributes setDetails(byte[] details)
public ChildWorkflowExecutionFailedEventAttributes setDetails(java.nio.ByteBuffer details)
public void unsetDetails()
public boolean isSetDetails()
public void setDetailsIsSet(boolean value)
public java.lang.String getDomain()
public ChildWorkflowExecutionFailedEventAttributes setDomain(java.lang.String domain)
public void unsetDomain()
public boolean isSetDomain()
public void setDomainIsSet(boolean value)
public WorkflowExecution getWorkflowExecution()
public ChildWorkflowExecutionFailedEventAttributes setWorkflowExecution(WorkflowExecution workflowExecution)
public void unsetWorkflowExecution()
public boolean isSetWorkflowExecution()
public void setWorkflowExecutionIsSet(boolean value)
public WorkflowType getWorkflowType()
public ChildWorkflowExecutionFailedEventAttributes setWorkflowType(WorkflowType workflowType)
public void unsetWorkflowType()
public boolean isSetWorkflowType()
public void setWorkflowTypeIsSet(boolean value)
public long getInitiatedEventId()
public ChildWorkflowExecutionFailedEventAttributes setInitiatedEventId(long initiatedEventId)
public void unsetInitiatedEventId()
public boolean isSetInitiatedEventId()
public void setInitiatedEventIdIsSet(boolean value)
public long getStartedEventId()
public ChildWorkflowExecutionFailedEventAttributes setStartedEventId(long startedEventId)
public void unsetStartedEventId()
public boolean isSetStartedEventId()
public void setStartedEventIdIsSet(boolean value)
public void setFieldValue(ChildWorkflowExecutionFailedEventAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<ChildWorkflowExecutionFailedEventAttributes,ChildWorkflowExecutionFailedEventAttributes._Fields>
public java.lang.Object getFieldValue(ChildWorkflowExecutionFailedEventAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ChildWorkflowExecutionFailedEventAttributes,ChildWorkflowExecutionFailedEventAttributes._Fields>
public boolean isSet(ChildWorkflowExecutionFailedEventAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<ChildWorkflowExecutionFailedEventAttributes,ChildWorkflowExecutionFailedEventAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(ChildWorkflowExecutionFailedEventAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(ChildWorkflowExecutionFailedEventAttributes other)
compareTo
in interface java.lang.Comparable<ChildWorkflowExecutionFailedEventAttributes>
public ChildWorkflowExecutionFailedEventAttributes._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ChildWorkflowExecutionFailedEventAttributes,ChildWorkflowExecutionFailedEventAttributes._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ChildWorkflowExecutionFailedEventAttributes,ChildWorkflowExecutionFailedEventAttributes._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<ChildWorkflowExecutionFailedEventAttributes,ChildWorkflowExecutionFailedEventAttributes._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