@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2019-08-15") public class RequestCancelExternalWorkflowExecutionDecisionAttributes extends java.lang.Object implements org.apache.thrift.TBase<RequestCancelExternalWorkflowExecutionDecisionAttributes,RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<RequestCancelExternalWorkflowExecutionDecisionAttributes>
Modifier and Type | Class and Description |
---|---|
static class |
RequestCancelExternalWorkflowExecutionDecisionAttributes._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 |
java.lang.String |
domain |
static java.util.Map<RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
java.lang.String |
runId |
java.lang.String |
workflowId |
Constructor and Description |
---|
RequestCancelExternalWorkflowExecutionDecisionAttributes() |
RequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
bufferForControl() |
void |
clear() |
int |
compareTo(RequestCancelExternalWorkflowExecutionDecisionAttributes other) |
RequestCancelExternalWorkflowExecutionDecisionAttributes |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(RequestCancelExternalWorkflowExecutionDecisionAttributes that) |
RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields |
fieldForId(int fieldId) |
byte[] |
getControl() |
java.lang.String |
getDomain() |
java.lang.Object |
getFieldValue(RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields field) |
java.lang.String |
getRunId() |
java.lang.String |
getWorkflowId() |
int |
hashCode() |
boolean |
isChildWorkflowOnly() |
boolean |
isSet(RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetChildWorkflowOnly()
Returns true if field childWorkflowOnly 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 |
isSetDomain()
Returns true if field domain is set (has been assigned a value) and false otherwise
|
boolean |
isSetRunId()
Returns true if field runId 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
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
RequestCancelExternalWorkflowExecutionDecisionAttributes |
setChildWorkflowOnly(boolean childWorkflowOnly) |
void |
setChildWorkflowOnlyIsSet(boolean value) |
RequestCancelExternalWorkflowExecutionDecisionAttributes |
setControl(byte[] control) |
RequestCancelExternalWorkflowExecutionDecisionAttributes |
setControl(java.nio.ByteBuffer control) |
void |
setControlIsSet(boolean value) |
RequestCancelExternalWorkflowExecutionDecisionAttributes |
setDomain(java.lang.String domain) |
void |
setDomainIsSet(boolean value) |
void |
setFieldValue(RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields field,
java.lang.Object value) |
RequestCancelExternalWorkflowExecutionDecisionAttributes |
setRunId(java.lang.String runId) |
void |
setRunIdIsSet(boolean value) |
RequestCancelExternalWorkflowExecutionDecisionAttributes |
setWorkflowId(java.lang.String workflowId) |
void |
setWorkflowIdIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetChildWorkflowOnly() |
void |
unsetControl() |
void |
unsetDomain() |
void |
unsetRunId() |
void |
unsetWorkflowId() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public java.lang.String domain
public java.lang.String workflowId
public java.lang.String runId
public java.nio.ByteBuffer control
public boolean childWorkflowOnly
public static final java.util.Map<RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public RequestCancelExternalWorkflowExecutionDecisionAttributes()
public RequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes other)
public RequestCancelExternalWorkflowExecutionDecisionAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<RequestCancelExternalWorkflowExecutionDecisionAttributes,RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<RequestCancelExternalWorkflowExecutionDecisionAttributes,RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields>
public java.lang.String getDomain()
public RequestCancelExternalWorkflowExecutionDecisionAttributes setDomain(java.lang.String domain)
public void unsetDomain()
public boolean isSetDomain()
public void setDomainIsSet(boolean value)
public java.lang.String getWorkflowId()
public RequestCancelExternalWorkflowExecutionDecisionAttributes setWorkflowId(java.lang.String workflowId)
public void unsetWorkflowId()
public boolean isSetWorkflowId()
public void setWorkflowIdIsSet(boolean value)
public java.lang.String getRunId()
public RequestCancelExternalWorkflowExecutionDecisionAttributes setRunId(java.lang.String runId)
public void unsetRunId()
public boolean isSetRunId()
public void setRunIdIsSet(boolean value)
public byte[] getControl()
public java.nio.ByteBuffer bufferForControl()
public RequestCancelExternalWorkflowExecutionDecisionAttributes setControl(byte[] control)
public RequestCancelExternalWorkflowExecutionDecisionAttributes setControl(java.nio.ByteBuffer control)
public void unsetControl()
public boolean isSetControl()
public void setControlIsSet(boolean value)
public boolean isChildWorkflowOnly()
public RequestCancelExternalWorkflowExecutionDecisionAttributes setChildWorkflowOnly(boolean childWorkflowOnly)
public void unsetChildWorkflowOnly()
public boolean isSetChildWorkflowOnly()
public void setChildWorkflowOnlyIsSet(boolean value)
public void setFieldValue(RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<RequestCancelExternalWorkflowExecutionDecisionAttributes,RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields>
public java.lang.Object getFieldValue(RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<RequestCancelExternalWorkflowExecutionDecisionAttributes,RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields>
public boolean isSet(RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<RequestCancelExternalWorkflowExecutionDecisionAttributes,RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(RequestCancelExternalWorkflowExecutionDecisionAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(RequestCancelExternalWorkflowExecutionDecisionAttributes other)
compareTo
in interface java.lang.Comparable<RequestCancelExternalWorkflowExecutionDecisionAttributes>
public RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<RequestCancelExternalWorkflowExecutionDecisionAttributes,RequestCancelExternalWorkflowExecutionDecisionAttributes._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<RequestCancelExternalWorkflowExecutionDecisionAttributes,RequestCancelExternalWorkflowExecutionDecisionAttributes._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<RequestCancelExternalWorkflowExecutionDecisionAttributes,RequestCancelExternalWorkflowExecutionDecisionAttributes._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