Package com.uber.cadence
Class SignalWorkflowExecutionRequest
- java.lang.Object
-
- com.uber.cadence.SignalWorkflowExecutionRequest
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<SignalWorkflowExecutionRequest>
,org.apache.thrift.TBase<SignalWorkflowExecutionRequest,SignalWorkflowExecutionRequest._Fields>
@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2023-01-06") public class SignalWorkflowExecutionRequest extends java.lang.Object implements org.apache.thrift.TBase<SignalWorkflowExecutionRequest,SignalWorkflowExecutionRequest._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<SignalWorkflowExecutionRequest>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SignalWorkflowExecutionRequest._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 java.nio.ByteBuffer
control
java.lang.String
domain
java.lang.String
identity
java.nio.ByteBuffer
input
static java.util.Map<SignalWorkflowExecutionRequest._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
java.lang.String
requestId
java.lang.String
signalName
WorkflowExecution
workflowExecution
-
Constructor Summary
Constructors Constructor Description SignalWorkflowExecutionRequest()
SignalWorkflowExecutionRequest(SignalWorkflowExecutionRequest 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(SignalWorkflowExecutionRequest other)
SignalWorkflowExecutionRequest
deepCopy()
boolean
equals(SignalWorkflowExecutionRequest that)
boolean
equals(java.lang.Object that)
SignalWorkflowExecutionRequest._Fields
fieldForId(int fieldId)
byte[]
getControl()
java.lang.String
getDomain()
java.lang.Object
getFieldValue(SignalWorkflowExecutionRequest._Fields field)
java.lang.String
getIdentity()
byte[]
getInput()
java.lang.String
getRequestId()
java.lang.String
getSignalName()
WorkflowExecution
getWorkflowExecution()
int
hashCode()
boolean
isSet(SignalWorkflowExecutionRequest._Fields field)
Returns true if field corresponding to fieldID 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
isSetDomain()
Returns true if field domain is set (has been assigned a value) and false otherwiseboolean
isSetIdentity()
Returns true if field identity 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
isSetRequestId()
Returns true if field requestId 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)
SignalWorkflowExecutionRequest
setControl(byte[] control)
SignalWorkflowExecutionRequest
setControl(java.nio.ByteBuffer control)
void
setControlIsSet(boolean value)
SignalWorkflowExecutionRequest
setDomain(java.lang.String domain)
void
setDomainIsSet(boolean value)
void
setFieldValue(SignalWorkflowExecutionRequest._Fields field, java.lang.Object value)
SignalWorkflowExecutionRequest
setIdentity(java.lang.String identity)
void
setIdentityIsSet(boolean value)
SignalWorkflowExecutionRequest
setInput(byte[] input)
SignalWorkflowExecutionRequest
setInput(java.nio.ByteBuffer input)
void
setInputIsSet(boolean value)
SignalWorkflowExecutionRequest
setRequestId(java.lang.String requestId)
void
setRequestIdIsSet(boolean value)
SignalWorkflowExecutionRequest
setSignalName(java.lang.String signalName)
void
setSignalNameIsSet(boolean value)
SignalWorkflowExecutionRequest
setWorkflowExecution(WorkflowExecution workflowExecution)
void
setWorkflowExecutionIsSet(boolean value)
java.lang.String
toString()
void
unsetControl()
void
unsetDomain()
void
unsetIdentity()
void
unsetInput()
void
unsetRequestId()
void
unsetSignalName()
void
unsetWorkflowExecution()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
domain
public java.lang.String domain
-
workflowExecution
public WorkflowExecution workflowExecution
-
signalName
public java.lang.String signalName
-
input
public java.nio.ByteBuffer input
-
identity
public java.lang.String identity
-
requestId
public java.lang.String requestId
-
control
public java.nio.ByteBuffer control
-
metaDataMap
public static final java.util.Map<SignalWorkflowExecutionRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
SignalWorkflowExecutionRequest
public SignalWorkflowExecutionRequest()
-
SignalWorkflowExecutionRequest
public SignalWorkflowExecutionRequest(SignalWorkflowExecutionRequest other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public SignalWorkflowExecutionRequest deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<SignalWorkflowExecutionRequest,SignalWorkflowExecutionRequest._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<SignalWorkflowExecutionRequest,SignalWorkflowExecutionRequest._Fields>
-
getDomain
public java.lang.String getDomain()
-
setDomain
public SignalWorkflowExecutionRequest 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 SignalWorkflowExecutionRequest 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 SignalWorkflowExecutionRequest 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 SignalWorkflowExecutionRequest setInput(byte[] input)
-
setInput
public SignalWorkflowExecutionRequest 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)
-
getIdentity
public java.lang.String getIdentity()
-
setIdentity
public SignalWorkflowExecutionRequest setIdentity(java.lang.String identity)
-
unsetIdentity
public void unsetIdentity()
-
isSetIdentity
public boolean isSetIdentity()
Returns true if field identity is set (has been assigned a value) and false otherwise
-
setIdentityIsSet
public void setIdentityIsSet(boolean value)
-
getRequestId
public java.lang.String getRequestId()
-
setRequestId
public SignalWorkflowExecutionRequest setRequestId(java.lang.String requestId)
-
unsetRequestId
public void unsetRequestId()
-
isSetRequestId
public boolean isSetRequestId()
Returns true if field requestId is set (has been assigned a value) and false otherwise
-
setRequestIdIsSet
public void setRequestIdIsSet(boolean value)
-
getControl
public byte[] getControl()
-
bufferForControl
public java.nio.ByteBuffer bufferForControl()
-
setControl
public SignalWorkflowExecutionRequest setControl(byte[] control)
-
setControl
public SignalWorkflowExecutionRequest 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)
-
setFieldValue
public void setFieldValue(SignalWorkflowExecutionRequest._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<SignalWorkflowExecutionRequest,SignalWorkflowExecutionRequest._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(SignalWorkflowExecutionRequest._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<SignalWorkflowExecutionRequest,SignalWorkflowExecutionRequest._Fields>
-
isSet
public boolean isSet(SignalWorkflowExecutionRequest._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<SignalWorkflowExecutionRequest,SignalWorkflowExecutionRequest._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(SignalWorkflowExecutionRequest that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(SignalWorkflowExecutionRequest other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<SignalWorkflowExecutionRequest>
-
fieldForId
public SignalWorkflowExecutionRequest._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<SignalWorkflowExecutionRequest,SignalWorkflowExecutionRequest._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<SignalWorkflowExecutionRequest,SignalWorkflowExecutionRequest._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<SignalWorkflowExecutionRequest,SignalWorkflowExecutionRequest._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
-
-