@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2020-11-12") public class SignalExternalWorkflowExecutionDecisionAttributes extends java.lang.Object implements org.apache.thrift.TBase<SignalExternalWorkflowExecutionDecisionAttributes,SignalExternalWorkflowExecutionDecisionAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<SignalExternalWorkflowExecutionDecisionAttributes>
Modifier and Type | Class and Description |
---|---|
static class |
SignalExternalWorkflowExecutionDecisionAttributes._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 |
WorkflowExecution |
execution |
java.nio.ByteBuffer |
input |
static java.util.Map<SignalExternalWorkflowExecutionDecisionAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
java.lang.String |
signalName |
Constructor and Description |
---|
SignalExternalWorkflowExecutionDecisionAttributes() |
SignalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
bufferForControl() |
java.nio.ByteBuffer |
bufferForInput() |
void |
clear() |
int |
compareTo(SignalExternalWorkflowExecutionDecisionAttributes other) |
SignalExternalWorkflowExecutionDecisionAttributes |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(SignalExternalWorkflowExecutionDecisionAttributes that) |
SignalExternalWorkflowExecutionDecisionAttributes._Fields |
fieldForId(int fieldId) |
byte[] |
getControl() |
java.lang.String |
getDomain() |
WorkflowExecution |
getExecution() |
java.lang.Object |
getFieldValue(SignalExternalWorkflowExecutionDecisionAttributes._Fields field) |
byte[] |
getInput() |
java.lang.String |
getSignalName() |
int |
hashCode() |
boolean |
isChildWorkflowOnly() |
boolean |
isSet(SignalExternalWorkflowExecutionDecisionAttributes._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 |
isSetExecution()
Returns true if field execution is set (has been assigned a value) and false otherwise
|
boolean |
isSetInput()
Returns true if field input is set (has been assigned a value) and false otherwise
|
boolean |
isSetSignalName()
Returns true if field signalName is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
SignalExternalWorkflowExecutionDecisionAttributes |
setChildWorkflowOnly(boolean childWorkflowOnly) |
void |
setChildWorkflowOnlyIsSet(boolean value) |
SignalExternalWorkflowExecutionDecisionAttributes |
setControl(byte[] control) |
SignalExternalWorkflowExecutionDecisionAttributes |
setControl(java.nio.ByteBuffer control) |
void |
setControlIsSet(boolean value) |
SignalExternalWorkflowExecutionDecisionAttributes |
setDomain(java.lang.String domain) |
void |
setDomainIsSet(boolean value) |
SignalExternalWorkflowExecutionDecisionAttributes |
setExecution(WorkflowExecution execution) |
void |
setExecutionIsSet(boolean value) |
void |
setFieldValue(SignalExternalWorkflowExecutionDecisionAttributes._Fields field,
java.lang.Object value) |
SignalExternalWorkflowExecutionDecisionAttributes |
setInput(byte[] input) |
SignalExternalWorkflowExecutionDecisionAttributes |
setInput(java.nio.ByteBuffer input) |
void |
setInputIsSet(boolean value) |
SignalExternalWorkflowExecutionDecisionAttributes |
setSignalName(java.lang.String signalName) |
void |
setSignalNameIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetChildWorkflowOnly() |
void |
unsetControl() |
void |
unsetDomain() |
void |
unsetExecution() |
void |
unsetInput() |
void |
unsetSignalName() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public java.lang.String domain
public WorkflowExecution execution
public java.lang.String signalName
public java.nio.ByteBuffer input
public java.nio.ByteBuffer control
public boolean childWorkflowOnly
public static final java.util.Map<SignalExternalWorkflowExecutionDecisionAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public SignalExternalWorkflowExecutionDecisionAttributes()
public SignalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes other)
public SignalExternalWorkflowExecutionDecisionAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<SignalExternalWorkflowExecutionDecisionAttributes,SignalExternalWorkflowExecutionDecisionAttributes._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<SignalExternalWorkflowExecutionDecisionAttributes,SignalExternalWorkflowExecutionDecisionAttributes._Fields>
public java.lang.String getDomain()
public SignalExternalWorkflowExecutionDecisionAttributes setDomain(java.lang.String domain)
public void unsetDomain()
public boolean isSetDomain()
public void setDomainIsSet(boolean value)
public WorkflowExecution getExecution()
public SignalExternalWorkflowExecutionDecisionAttributes setExecution(WorkflowExecution execution)
public void unsetExecution()
public boolean isSetExecution()
public void setExecutionIsSet(boolean value)
public java.lang.String getSignalName()
public SignalExternalWorkflowExecutionDecisionAttributes setSignalName(java.lang.String signalName)
public void unsetSignalName()
public boolean isSetSignalName()
public void setSignalNameIsSet(boolean value)
public byte[] getInput()
public java.nio.ByteBuffer bufferForInput()
public SignalExternalWorkflowExecutionDecisionAttributes setInput(byte[] input)
public SignalExternalWorkflowExecutionDecisionAttributes setInput(java.nio.ByteBuffer input)
public void unsetInput()
public boolean isSetInput()
public void setInputIsSet(boolean value)
public byte[] getControl()
public java.nio.ByteBuffer bufferForControl()
public SignalExternalWorkflowExecutionDecisionAttributes setControl(byte[] control)
public SignalExternalWorkflowExecutionDecisionAttributes setControl(java.nio.ByteBuffer control)
public void unsetControl()
public boolean isSetControl()
public void setControlIsSet(boolean value)
public boolean isChildWorkflowOnly()
public SignalExternalWorkflowExecutionDecisionAttributes setChildWorkflowOnly(boolean childWorkflowOnly)
public void unsetChildWorkflowOnly()
public boolean isSetChildWorkflowOnly()
public void setChildWorkflowOnlyIsSet(boolean value)
public void setFieldValue(SignalExternalWorkflowExecutionDecisionAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<SignalExternalWorkflowExecutionDecisionAttributes,SignalExternalWorkflowExecutionDecisionAttributes._Fields>
public java.lang.Object getFieldValue(SignalExternalWorkflowExecutionDecisionAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<SignalExternalWorkflowExecutionDecisionAttributes,SignalExternalWorkflowExecutionDecisionAttributes._Fields>
public boolean isSet(SignalExternalWorkflowExecutionDecisionAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<SignalExternalWorkflowExecutionDecisionAttributes,SignalExternalWorkflowExecutionDecisionAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(SignalExternalWorkflowExecutionDecisionAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(SignalExternalWorkflowExecutionDecisionAttributes other)
compareTo
in interface java.lang.Comparable<SignalExternalWorkflowExecutionDecisionAttributes>
public SignalExternalWorkflowExecutionDecisionAttributes._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<SignalExternalWorkflowExecutionDecisionAttributes,SignalExternalWorkflowExecutionDecisionAttributes._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<SignalExternalWorkflowExecutionDecisionAttributes,SignalExternalWorkflowExecutionDecisionAttributes._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<SignalExternalWorkflowExecutionDecisionAttributes,SignalExternalWorkflowExecutionDecisionAttributes._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