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