@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2021-08-14") public class StartChildWorkflowExecutionFailedEventAttributes extends java.lang.Object implements org.apache.thrift.TBase<StartChildWorkflowExecutionFailedEventAttributes,StartChildWorkflowExecutionFailedEventAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<StartChildWorkflowExecutionFailedEventAttributes>
Modifier and Type | Class and Description |
---|---|
static class |
StartChildWorkflowExecutionFailedEventAttributes._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
ChildWorkflowExecutionFailedCause |
cause |
java.nio.ByteBuffer |
control |
long |
decisionTaskCompletedEventId |
java.lang.String |
domain |
long |
initiatedEventId |
static java.util.Map<StartChildWorkflowExecutionFailedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
java.lang.String |
workflowId |
WorkflowType |
workflowType |
Constructor and Description |
---|
StartChildWorkflowExecutionFailedEventAttributes() |
StartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
bufferForControl() |
void |
clear() |
int |
compareTo(StartChildWorkflowExecutionFailedEventAttributes other) |
StartChildWorkflowExecutionFailedEventAttributes |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(StartChildWorkflowExecutionFailedEventAttributes that) |
StartChildWorkflowExecutionFailedEventAttributes._Fields |
fieldForId(int fieldId) |
ChildWorkflowExecutionFailedCause |
getCause() |
byte[] |
getControl() |
long |
getDecisionTaskCompletedEventId() |
java.lang.String |
getDomain() |
java.lang.Object |
getFieldValue(StartChildWorkflowExecutionFailedEventAttributes._Fields field) |
long |
getInitiatedEventId() |
java.lang.String |
getWorkflowId() |
WorkflowType |
getWorkflowType() |
int |
hashCode() |
boolean |
isSet(StartChildWorkflowExecutionFailedEventAttributes._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetCause()
Returns true if field cause is set (has been assigned a value) and false otherwise
|
boolean |
isSetControl()
Returns true if field control 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 |
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 |
isSetWorkflowId()
Returns true if field workflowId 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) |
StartChildWorkflowExecutionFailedEventAttributes |
setCause(ChildWorkflowExecutionFailedCause cause) |
void |
setCauseIsSet(boolean value) |
StartChildWorkflowExecutionFailedEventAttributes |
setControl(byte[] control) |
StartChildWorkflowExecutionFailedEventAttributes |
setControl(java.nio.ByteBuffer control) |
void |
setControlIsSet(boolean value) |
StartChildWorkflowExecutionFailedEventAttributes |
setDecisionTaskCompletedEventId(long decisionTaskCompletedEventId) |
void |
setDecisionTaskCompletedEventIdIsSet(boolean value) |
StartChildWorkflowExecutionFailedEventAttributes |
setDomain(java.lang.String domain) |
void |
setDomainIsSet(boolean value) |
void |
setFieldValue(StartChildWorkflowExecutionFailedEventAttributes._Fields field,
java.lang.Object value) |
StartChildWorkflowExecutionFailedEventAttributes |
setInitiatedEventId(long initiatedEventId) |
void |
setInitiatedEventIdIsSet(boolean value) |
StartChildWorkflowExecutionFailedEventAttributes |
setWorkflowId(java.lang.String workflowId) |
void |
setWorkflowIdIsSet(boolean value) |
StartChildWorkflowExecutionFailedEventAttributes |
setWorkflowType(WorkflowType workflowType) |
void |
setWorkflowTypeIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetCause() |
void |
unsetControl() |
void |
unsetDecisionTaskCompletedEventId() |
void |
unsetDomain() |
void |
unsetInitiatedEventId() |
void |
unsetWorkflowId() |
void |
unsetWorkflowType() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public java.lang.String domain
public java.lang.String workflowId
public WorkflowType workflowType
public ChildWorkflowExecutionFailedCause cause
ChildWorkflowExecutionFailedCause
public java.nio.ByteBuffer control
public long initiatedEventId
public long decisionTaskCompletedEventId
public static final java.util.Map<StartChildWorkflowExecutionFailedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public StartChildWorkflowExecutionFailedEventAttributes()
public StartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes other)
public StartChildWorkflowExecutionFailedEventAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionFailedEventAttributes,StartChildWorkflowExecutionFailedEventAttributes._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionFailedEventAttributes,StartChildWorkflowExecutionFailedEventAttributes._Fields>
public java.lang.String getDomain()
public StartChildWorkflowExecutionFailedEventAttributes setDomain(java.lang.String domain)
public void unsetDomain()
public boolean isSetDomain()
public void setDomainIsSet(boolean value)
public java.lang.String getWorkflowId()
public StartChildWorkflowExecutionFailedEventAttributes setWorkflowId(java.lang.String workflowId)
public void unsetWorkflowId()
public boolean isSetWorkflowId()
public void setWorkflowIdIsSet(boolean value)
public WorkflowType getWorkflowType()
public StartChildWorkflowExecutionFailedEventAttributes setWorkflowType(WorkflowType workflowType)
public void unsetWorkflowType()
public boolean isSetWorkflowType()
public void setWorkflowTypeIsSet(boolean value)
public ChildWorkflowExecutionFailedCause getCause()
ChildWorkflowExecutionFailedCause
public StartChildWorkflowExecutionFailedEventAttributes setCause(ChildWorkflowExecutionFailedCause cause)
ChildWorkflowExecutionFailedCause
public void unsetCause()
public boolean isSetCause()
public void setCauseIsSet(boolean value)
public byte[] getControl()
public java.nio.ByteBuffer bufferForControl()
public StartChildWorkflowExecutionFailedEventAttributes setControl(byte[] control)
public StartChildWorkflowExecutionFailedEventAttributes setControl(java.nio.ByteBuffer control)
public void unsetControl()
public boolean isSetControl()
public void setControlIsSet(boolean value)
public long getInitiatedEventId()
public StartChildWorkflowExecutionFailedEventAttributes setInitiatedEventId(long initiatedEventId)
public void unsetInitiatedEventId()
public boolean isSetInitiatedEventId()
public void setInitiatedEventIdIsSet(boolean value)
public long getDecisionTaskCompletedEventId()
public StartChildWorkflowExecutionFailedEventAttributes setDecisionTaskCompletedEventId(long decisionTaskCompletedEventId)
public void unsetDecisionTaskCompletedEventId()
public boolean isSetDecisionTaskCompletedEventId()
public void setDecisionTaskCompletedEventIdIsSet(boolean value)
public void setFieldValue(StartChildWorkflowExecutionFailedEventAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionFailedEventAttributes,StartChildWorkflowExecutionFailedEventAttributes._Fields>
public java.lang.Object getFieldValue(StartChildWorkflowExecutionFailedEventAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionFailedEventAttributes,StartChildWorkflowExecutionFailedEventAttributes._Fields>
public boolean isSet(StartChildWorkflowExecutionFailedEventAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionFailedEventAttributes,StartChildWorkflowExecutionFailedEventAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(StartChildWorkflowExecutionFailedEventAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(StartChildWorkflowExecutionFailedEventAttributes other)
compareTo
in interface java.lang.Comparable<StartChildWorkflowExecutionFailedEventAttributes>
public StartChildWorkflowExecutionFailedEventAttributes._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionFailedEventAttributes,StartChildWorkflowExecutionFailedEventAttributes._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<StartChildWorkflowExecutionFailedEventAttributes,StartChildWorkflowExecutionFailedEventAttributes._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<StartChildWorkflowExecutionFailedEventAttributes,StartChildWorkflowExecutionFailedEventAttributes._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