@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2019-08-15") public class SignalExternalWorkflowExecutionFailedEventAttributes extends java.lang.Object implements org.apache.thrift.TBase<SignalExternalWorkflowExecutionFailedEventAttributes,SignalExternalWorkflowExecutionFailedEventAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<SignalExternalWorkflowExecutionFailedEventAttributes>
Modifier and Type | Class and Description |
---|---|
static class |
SignalExternalWorkflowExecutionFailedEventAttributes._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
SignalExternalWorkflowExecutionFailedCause |
cause |
java.nio.ByteBuffer |
control |
long |
decisionTaskCompletedEventId |
java.lang.String |
domain |
long |
initiatedEventId |
static java.util.Map<SignalExternalWorkflowExecutionFailedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
WorkflowExecution |
workflowExecution |
Constructor and Description |
---|
SignalExternalWorkflowExecutionFailedEventAttributes() |
SignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes other)
Performs a deep copy on other.
|
public SignalExternalWorkflowExecutionFailedCause cause
public long decisionTaskCompletedEventId
public java.lang.String domain
public WorkflowExecution workflowExecution
public long initiatedEventId
public java.nio.ByteBuffer control
public static final java.util.Map<SignalExternalWorkflowExecutionFailedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public SignalExternalWorkflowExecutionFailedEventAttributes()
public SignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes other)
public SignalExternalWorkflowExecutionFailedEventAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<SignalExternalWorkflowExecutionFailedEventAttributes,SignalExternalWorkflowExecutionFailedEventAttributes._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<SignalExternalWorkflowExecutionFailedEventAttributes,SignalExternalWorkflowExecutionFailedEventAttributes._Fields>
public SignalExternalWorkflowExecutionFailedCause getCause()
public SignalExternalWorkflowExecutionFailedEventAttributes setCause(SignalExternalWorkflowExecutionFailedCause cause)
public void unsetCause()
public boolean isSetCause()
public void setCauseIsSet(boolean value)
public long getDecisionTaskCompletedEventId()
public SignalExternalWorkflowExecutionFailedEventAttributes setDecisionTaskCompletedEventId(long decisionTaskCompletedEventId)
public void unsetDecisionTaskCompletedEventId()
public boolean isSetDecisionTaskCompletedEventId()
public void setDecisionTaskCompletedEventIdIsSet(boolean value)
public java.lang.String getDomain()
public SignalExternalWorkflowExecutionFailedEventAttributes setDomain(java.lang.String domain)
public void unsetDomain()
public boolean isSetDomain()
public void setDomainIsSet(boolean value)
public WorkflowExecution getWorkflowExecution()
public SignalExternalWorkflowExecutionFailedEventAttributes setWorkflowExecution(WorkflowExecution workflowExecution)
public void unsetWorkflowExecution()
public boolean isSetWorkflowExecution()
public void setWorkflowExecutionIsSet(boolean value)
public long getInitiatedEventId()
public SignalExternalWorkflowExecutionFailedEventAttributes setInitiatedEventId(long initiatedEventId)
public void unsetInitiatedEventId()
public boolean isSetInitiatedEventId()
public void setInitiatedEventIdIsSet(boolean value)
public byte[] getControl()
public java.nio.ByteBuffer bufferForControl()
public SignalExternalWorkflowExecutionFailedEventAttributes setControl(byte[] control)
public SignalExternalWorkflowExecutionFailedEventAttributes setControl(java.nio.ByteBuffer control)
public void unsetControl()
public boolean isSetControl()
public void setControlIsSet(boolean value)
public void setFieldValue(SignalExternalWorkflowExecutionFailedEventAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<SignalExternalWorkflowExecutionFailedEventAttributes,SignalExternalWorkflowExecutionFailedEventAttributes._Fields>
public java.lang.Object getFieldValue(SignalExternalWorkflowExecutionFailedEventAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<SignalExternalWorkflowExecutionFailedEventAttributes,SignalExternalWorkflowExecutionFailedEventAttributes._Fields>
public boolean isSet(SignalExternalWorkflowExecutionFailedEventAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<SignalExternalWorkflowExecutionFailedEventAttributes,SignalExternalWorkflowExecutionFailedEventAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(SignalExternalWorkflowExecutionFailedEventAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(SignalExternalWorkflowExecutionFailedEventAttributes other)
compareTo
in interface java.lang.Comparable<SignalExternalWorkflowExecutionFailedEventAttributes>
public SignalExternalWorkflowExecutionFailedEventAttributes._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<SignalExternalWorkflowExecutionFailedEventAttributes,SignalExternalWorkflowExecutionFailedEventAttributes._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<SignalExternalWorkflowExecutionFailedEventAttributes,SignalExternalWorkflowExecutionFailedEventAttributes._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<SignalExternalWorkflowExecutionFailedEventAttributes,SignalExternalWorkflowExecutionFailedEventAttributes._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