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