@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2018-05-14") public class ExternalWorkflowExecutionSignaledEventAttributes extends java.lang.Object implements org.apache.thrift.TBase<ExternalWorkflowExecutionSignaledEventAttributes,ExternalWorkflowExecutionSignaledEventAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ExternalWorkflowExecutionSignaledEventAttributes>
Modifier and Type | Class and Description |
---|---|
static class |
ExternalWorkflowExecutionSignaledEventAttributes._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
java.nio.ByteBuffer |
control |
java.lang.String |
domain |
long |
initiatedEventId |
static java.util.Map<ExternalWorkflowExecutionSignaledEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
WorkflowExecution |
workflowExecution |
Constructor and Description |
---|
ExternalWorkflowExecutionSignaledEventAttributes() |
ExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
bufferForControl() |
void |
clear() |
int |
compareTo(ExternalWorkflowExecutionSignaledEventAttributes other) |
ExternalWorkflowExecutionSignaledEventAttributes |
deepCopy() |
boolean |
equals(ExternalWorkflowExecutionSignaledEventAttributes that) |
boolean |
equals(java.lang.Object that) |
ExternalWorkflowExecutionSignaledEventAttributes._Fields |
fieldForId(int fieldId) |
byte[] |
getControl() |
java.lang.String |
getDomain() |
java.lang.Object |
getFieldValue(ExternalWorkflowExecutionSignaledEventAttributes._Fields field) |
long |
getInitiatedEventId() |
WorkflowExecution |
getWorkflowExecution() |
int |
hashCode() |
boolean |
isSet(ExternalWorkflowExecutionSignaledEventAttributes._Fields field)
Returns true if field corresponding to fieldID 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 |
isSetInitiatedEventId()
Returns true if field initiatedEventId is set (has been assigned a value) and false otherwise
|
boolean |
isSetWorkflowExecution()
Returns true if field workflowExecution is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
ExternalWorkflowExecutionSignaledEventAttributes |
setControl(byte[] control) |
ExternalWorkflowExecutionSignaledEventAttributes |
setControl(java.nio.ByteBuffer control) |
void |
setControlIsSet(boolean value) |
ExternalWorkflowExecutionSignaledEventAttributes |
setDomain(java.lang.String domain) |
void |
setDomainIsSet(boolean value) |
void |
setFieldValue(ExternalWorkflowExecutionSignaledEventAttributes._Fields field,
java.lang.Object value) |
ExternalWorkflowExecutionSignaledEventAttributes |
setInitiatedEventId(long initiatedEventId) |
void |
setInitiatedEventIdIsSet(boolean value) |
ExternalWorkflowExecutionSignaledEventAttributes |
setWorkflowExecution(WorkflowExecution workflowExecution) |
void |
setWorkflowExecutionIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetControl() |
void |
unsetDomain() |
void |
unsetInitiatedEventId() |
void |
unsetWorkflowExecution() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public long initiatedEventId
public java.lang.String domain
public WorkflowExecution workflowExecution
public java.nio.ByteBuffer control
public static final java.util.Map<ExternalWorkflowExecutionSignaledEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ExternalWorkflowExecutionSignaledEventAttributes()
public ExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes other)
public ExternalWorkflowExecutionSignaledEventAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ExternalWorkflowExecutionSignaledEventAttributes,ExternalWorkflowExecutionSignaledEventAttributes._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ExternalWorkflowExecutionSignaledEventAttributes,ExternalWorkflowExecutionSignaledEventAttributes._Fields>
public long getInitiatedEventId()
public ExternalWorkflowExecutionSignaledEventAttributes setInitiatedEventId(long initiatedEventId)
public void unsetInitiatedEventId()
public boolean isSetInitiatedEventId()
public void setInitiatedEventIdIsSet(boolean value)
public java.lang.String getDomain()
public ExternalWorkflowExecutionSignaledEventAttributes setDomain(java.lang.String domain)
public void unsetDomain()
public boolean isSetDomain()
public void setDomainIsSet(boolean value)
public WorkflowExecution getWorkflowExecution()
public ExternalWorkflowExecutionSignaledEventAttributes setWorkflowExecution(WorkflowExecution workflowExecution)
public void unsetWorkflowExecution()
public boolean isSetWorkflowExecution()
public void setWorkflowExecutionIsSet(boolean value)
public byte[] getControl()
public java.nio.ByteBuffer bufferForControl()
public ExternalWorkflowExecutionSignaledEventAttributes setControl(byte[] control)
public ExternalWorkflowExecutionSignaledEventAttributes setControl(java.nio.ByteBuffer control)
public void unsetControl()
public boolean isSetControl()
public void setControlIsSet(boolean value)
public void setFieldValue(ExternalWorkflowExecutionSignaledEventAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<ExternalWorkflowExecutionSignaledEventAttributes,ExternalWorkflowExecutionSignaledEventAttributes._Fields>
public java.lang.Object getFieldValue(ExternalWorkflowExecutionSignaledEventAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ExternalWorkflowExecutionSignaledEventAttributes,ExternalWorkflowExecutionSignaledEventAttributes._Fields>
public boolean isSet(ExternalWorkflowExecutionSignaledEventAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<ExternalWorkflowExecutionSignaledEventAttributes,ExternalWorkflowExecutionSignaledEventAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(ExternalWorkflowExecutionSignaledEventAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(ExternalWorkflowExecutionSignaledEventAttributes other)
compareTo
in interface java.lang.Comparable<ExternalWorkflowExecutionSignaledEventAttributes>
public ExternalWorkflowExecutionSignaledEventAttributes._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ExternalWorkflowExecutionSignaledEventAttributes,ExternalWorkflowExecutionSignaledEventAttributes._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ExternalWorkflowExecutionSignaledEventAttributes,ExternalWorkflowExecutionSignaledEventAttributes._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<ExternalWorkflowExecutionSignaledEventAttributes,ExternalWorkflowExecutionSignaledEventAttributes._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