Package com.uber.cadence
Class SignalExternalWorkflowExecutionInitiatedEventAttributes
- java.lang.Object
-
- com.uber.cadence.SignalExternalWorkflowExecutionInitiatedEventAttributes
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<SignalExternalWorkflowExecutionInitiatedEventAttributes>
,org.apache.thrift.TBase<SignalExternalWorkflowExecutionInitiatedEventAttributes,SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields>
@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2023-08-08") public class SignalExternalWorkflowExecutionInitiatedEventAttributes extends java.lang.Object implements org.apache.thrift.TBase<SignalExternalWorkflowExecutionInitiatedEventAttributes,SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<SignalExternalWorkflowExecutionInitiatedEventAttributes>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description boolean
childWorkflowOnly
java.nio.ByteBuffer
control
long
decisionTaskCompletedEventId
java.lang.String
domain
java.nio.ByteBuffer
input
static java.util.Map<SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
java.lang.String
signalName
WorkflowExecution
workflowExecution
-
Constructor Summary
Constructors Constructor Description SignalExternalWorkflowExecutionInitiatedEventAttributes()
SignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBuffer
bufferForControl()
java.nio.ByteBuffer
bufferForInput()
void
clear()
int
compareTo(SignalExternalWorkflowExecutionInitiatedEventAttributes other)
SignalExternalWorkflowExecutionInitiatedEventAttributes
deepCopy()
boolean
equals(SignalExternalWorkflowExecutionInitiatedEventAttributes that)
boolean
equals(java.lang.Object that)
SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields
fieldForId(int fieldId)
byte[]
getControl()
long
getDecisionTaskCompletedEventId()
java.lang.String
getDomain()
java.lang.Object
getFieldValue(SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields field)
byte[]
getInput()
java.lang.String
getSignalName()
WorkflowExecution
getWorkflowExecution()
int
hashCode()
boolean
isChildWorkflowOnly()
boolean
isSet(SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
isSetChildWorkflowOnly()
Returns true if field childWorkflowOnly is set (has been assigned a value) and false otherwiseboolean
isSetControl()
Returns true if field control is set (has been assigned a value) and false otherwiseboolean
isSetDecisionTaskCompletedEventId()
Returns true if field decisionTaskCompletedEventId is set (has been assigned a value) and false otherwiseboolean
isSetDomain()
Returns true if field domain is set (has been assigned a value) and false otherwiseboolean
isSetInput()
Returns true if field input is set (has been assigned a value) and false otherwiseboolean
isSetSignalName()
Returns true if field signalName is set (has been assigned a value) and false otherwiseboolean
isSetWorkflowExecution()
Returns true if field workflowExecution is set (has been assigned a value) and false otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
SignalExternalWorkflowExecutionInitiatedEventAttributes
setChildWorkflowOnly(boolean childWorkflowOnly)
void
setChildWorkflowOnlyIsSet(boolean value)
SignalExternalWorkflowExecutionInitiatedEventAttributes
setControl(byte[] control)
SignalExternalWorkflowExecutionInitiatedEventAttributes
setControl(java.nio.ByteBuffer control)
void
setControlIsSet(boolean value)
SignalExternalWorkflowExecutionInitiatedEventAttributes
setDecisionTaskCompletedEventId(long decisionTaskCompletedEventId)
void
setDecisionTaskCompletedEventIdIsSet(boolean value)
SignalExternalWorkflowExecutionInitiatedEventAttributes
setDomain(java.lang.String domain)
void
setDomainIsSet(boolean value)
void
setFieldValue(SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields field, java.lang.Object value)
SignalExternalWorkflowExecutionInitiatedEventAttributes
setInput(byte[] input)
SignalExternalWorkflowExecutionInitiatedEventAttributes
setInput(java.nio.ByteBuffer input)
void
setInputIsSet(boolean value)
SignalExternalWorkflowExecutionInitiatedEventAttributes
setSignalName(java.lang.String signalName)
void
setSignalNameIsSet(boolean value)
SignalExternalWorkflowExecutionInitiatedEventAttributes
setWorkflowExecution(WorkflowExecution workflowExecution)
void
setWorkflowExecutionIsSet(boolean value)
java.lang.String
toString()
void
unsetChildWorkflowOnly()
void
unsetControl()
void
unsetDecisionTaskCompletedEventId()
void
unsetDomain()
void
unsetInput()
void
unsetSignalName()
void
unsetWorkflowExecution()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
decisionTaskCompletedEventId
public long decisionTaskCompletedEventId
-
domain
public java.lang.String domain
-
workflowExecution
public WorkflowExecution workflowExecution
-
signalName
public java.lang.String signalName
-
input
public java.nio.ByteBuffer input
-
control
public java.nio.ByteBuffer control
-
childWorkflowOnly
public boolean childWorkflowOnly
-
metaDataMap
public static final java.util.Map<SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
SignalExternalWorkflowExecutionInitiatedEventAttributes
public SignalExternalWorkflowExecutionInitiatedEventAttributes()
-
SignalExternalWorkflowExecutionInitiatedEventAttributes
public SignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public SignalExternalWorkflowExecutionInitiatedEventAttributes deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<SignalExternalWorkflowExecutionInitiatedEventAttributes,SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<SignalExternalWorkflowExecutionInitiatedEventAttributes,SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields>
-
getDecisionTaskCompletedEventId
public long getDecisionTaskCompletedEventId()
-
setDecisionTaskCompletedEventId
public SignalExternalWorkflowExecutionInitiatedEventAttributes setDecisionTaskCompletedEventId(long decisionTaskCompletedEventId)
-
unsetDecisionTaskCompletedEventId
public void unsetDecisionTaskCompletedEventId()
-
isSetDecisionTaskCompletedEventId
public boolean isSetDecisionTaskCompletedEventId()
Returns true if field decisionTaskCompletedEventId is set (has been assigned a value) and false otherwise
-
setDecisionTaskCompletedEventIdIsSet
public void setDecisionTaskCompletedEventIdIsSet(boolean value)
-
getDomain
public java.lang.String getDomain()
-
setDomain
public SignalExternalWorkflowExecutionInitiatedEventAttributes setDomain(java.lang.String domain)
-
unsetDomain
public void unsetDomain()
-
isSetDomain
public boolean isSetDomain()
Returns true if field domain is set (has been assigned a value) and false otherwise
-
setDomainIsSet
public void setDomainIsSet(boolean value)
-
getWorkflowExecution
public WorkflowExecution getWorkflowExecution()
-
setWorkflowExecution
public SignalExternalWorkflowExecutionInitiatedEventAttributes setWorkflowExecution(WorkflowExecution workflowExecution)
-
unsetWorkflowExecution
public void unsetWorkflowExecution()
-
isSetWorkflowExecution
public boolean isSetWorkflowExecution()
Returns true if field workflowExecution is set (has been assigned a value) and false otherwise
-
setWorkflowExecutionIsSet
public void setWorkflowExecutionIsSet(boolean value)
-
getSignalName
public java.lang.String getSignalName()
-
setSignalName
public SignalExternalWorkflowExecutionInitiatedEventAttributes setSignalName(java.lang.String signalName)
-
unsetSignalName
public void unsetSignalName()
-
isSetSignalName
public boolean isSetSignalName()
Returns true if field signalName is set (has been assigned a value) and false otherwise
-
setSignalNameIsSet
public void setSignalNameIsSet(boolean value)
-
getInput
public byte[] getInput()
-
bufferForInput
public java.nio.ByteBuffer bufferForInput()
-
setInput
public SignalExternalWorkflowExecutionInitiatedEventAttributes setInput(byte[] input)
-
setInput
public SignalExternalWorkflowExecutionInitiatedEventAttributes setInput(java.nio.ByteBuffer input)
-
unsetInput
public void unsetInput()
-
isSetInput
public boolean isSetInput()
Returns true if field input is set (has been assigned a value) and false otherwise
-
setInputIsSet
public void setInputIsSet(boolean value)
-
getControl
public byte[] getControl()
-
bufferForControl
public java.nio.ByteBuffer bufferForControl()
-
setControl
public SignalExternalWorkflowExecutionInitiatedEventAttributes setControl(byte[] control)
-
setControl
public SignalExternalWorkflowExecutionInitiatedEventAttributes setControl(java.nio.ByteBuffer control)
-
unsetControl
public void unsetControl()
-
isSetControl
public boolean isSetControl()
Returns true if field control is set (has been assigned a value) and false otherwise
-
setControlIsSet
public void setControlIsSet(boolean value)
-
isChildWorkflowOnly
public boolean isChildWorkflowOnly()
-
setChildWorkflowOnly
public SignalExternalWorkflowExecutionInitiatedEventAttributes setChildWorkflowOnly(boolean childWorkflowOnly)
-
unsetChildWorkflowOnly
public void unsetChildWorkflowOnly()
-
isSetChildWorkflowOnly
public boolean isSetChildWorkflowOnly()
Returns true if field childWorkflowOnly is set (has been assigned a value) and false otherwise
-
setChildWorkflowOnlyIsSet
public void setChildWorkflowOnlyIsSet(boolean value)
-
setFieldValue
public void setFieldValue(SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<SignalExternalWorkflowExecutionInitiatedEventAttributes,SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<SignalExternalWorkflowExecutionInitiatedEventAttributes,SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields>
-
isSet
public boolean isSet(SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.thrift.TBase<SignalExternalWorkflowExecutionInitiatedEventAttributes,SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(SignalExternalWorkflowExecutionInitiatedEventAttributes that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(SignalExternalWorkflowExecutionInitiatedEventAttributes other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<SignalExternalWorkflowExecutionInitiatedEventAttributes>
-
fieldForId
public SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<SignalExternalWorkflowExecutionInitiatedEventAttributes,SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<SignalExternalWorkflowExecutionInitiatedEventAttributes,SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields>
- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
- Specified by:
write
in interfaceorg.apache.thrift.TBase<SignalExternalWorkflowExecutionInitiatedEventAttributes,SignalExternalWorkflowExecutionInitiatedEventAttributes._Fields>
- Throws:
org.apache.thrift.TException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
validate
public void validate() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-