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