@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2018-10-24") public class ChildWorkflowExecutionTerminatedEventAttributes extends java.lang.Object implements org.apache.thrift.TBase<ChildWorkflowExecutionTerminatedEventAttributes,ChildWorkflowExecutionTerminatedEventAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ChildWorkflowExecutionTerminatedEventAttributes>
Modifier and Type | Class and Description |
---|---|
static class |
ChildWorkflowExecutionTerminatedEventAttributes._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 |
long |
initiatedEventId |
static java.util.Map<ChildWorkflowExecutionTerminatedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
long |
startedEventId |
WorkflowExecution |
workflowExecution |
WorkflowType |
workflowType |
Constructor and Description |
---|
ChildWorkflowExecutionTerminatedEventAttributes() |
ChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(ChildWorkflowExecutionTerminatedEventAttributes other) |
ChildWorkflowExecutionTerminatedEventAttributes |
deepCopy() |
boolean |
equals(ChildWorkflowExecutionTerminatedEventAttributes that) |
boolean |
equals(java.lang.Object that) |
ChildWorkflowExecutionTerminatedEventAttributes._Fields |
fieldForId(int fieldId) |
java.lang.String |
getDomain() |
java.lang.Object |
getFieldValue(ChildWorkflowExecutionTerminatedEventAttributes._Fields field) |
long |
getInitiatedEventId() |
long |
getStartedEventId() |
WorkflowExecution |
getWorkflowExecution() |
WorkflowType |
getWorkflowType() |
int |
hashCode() |
boolean |
isSet(ChildWorkflowExecutionTerminatedEventAttributes._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 |
isSetInitiatedEventId()
Returns true if field initiatedEventId is set (has been assigned a value) and false otherwise
|
boolean |
isSetStartedEventId()
Returns true if field startedEventId 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) |
ChildWorkflowExecutionTerminatedEventAttributes |
setDomain(java.lang.String domain) |
void |
setDomainIsSet(boolean value) |
void |
setFieldValue(ChildWorkflowExecutionTerminatedEventAttributes._Fields field,
java.lang.Object value) |
ChildWorkflowExecutionTerminatedEventAttributes |
setInitiatedEventId(long initiatedEventId) |
void |
setInitiatedEventIdIsSet(boolean value) |
ChildWorkflowExecutionTerminatedEventAttributes |
setStartedEventId(long startedEventId) |
void |
setStartedEventIdIsSet(boolean value) |
ChildWorkflowExecutionTerminatedEventAttributes |
setWorkflowExecution(WorkflowExecution workflowExecution) |
void |
setWorkflowExecutionIsSet(boolean value) |
ChildWorkflowExecutionTerminatedEventAttributes |
setWorkflowType(WorkflowType workflowType) |
void |
setWorkflowTypeIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetDomain() |
void |
unsetInitiatedEventId() |
void |
unsetStartedEventId() |
void |
unsetWorkflowExecution() |
void |
unsetWorkflowType() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public java.lang.String domain
public WorkflowExecution workflowExecution
public WorkflowType workflowType
public long initiatedEventId
public long startedEventId
public static final java.util.Map<ChildWorkflowExecutionTerminatedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ChildWorkflowExecutionTerminatedEventAttributes()
public ChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes other)
public ChildWorkflowExecutionTerminatedEventAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ChildWorkflowExecutionTerminatedEventAttributes,ChildWorkflowExecutionTerminatedEventAttributes._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ChildWorkflowExecutionTerminatedEventAttributes,ChildWorkflowExecutionTerminatedEventAttributes._Fields>
public java.lang.String getDomain()
public ChildWorkflowExecutionTerminatedEventAttributes setDomain(java.lang.String domain)
public void unsetDomain()
public boolean isSetDomain()
public void setDomainIsSet(boolean value)
public WorkflowExecution getWorkflowExecution()
public ChildWorkflowExecutionTerminatedEventAttributes setWorkflowExecution(WorkflowExecution workflowExecution)
public void unsetWorkflowExecution()
public boolean isSetWorkflowExecution()
public void setWorkflowExecutionIsSet(boolean value)
public WorkflowType getWorkflowType()
public ChildWorkflowExecutionTerminatedEventAttributes setWorkflowType(WorkflowType workflowType)
public void unsetWorkflowType()
public boolean isSetWorkflowType()
public void setWorkflowTypeIsSet(boolean value)
public long getInitiatedEventId()
public ChildWorkflowExecutionTerminatedEventAttributes setInitiatedEventId(long initiatedEventId)
public void unsetInitiatedEventId()
public boolean isSetInitiatedEventId()
public void setInitiatedEventIdIsSet(boolean value)
public long getStartedEventId()
public ChildWorkflowExecutionTerminatedEventAttributes setStartedEventId(long startedEventId)
public void unsetStartedEventId()
public boolean isSetStartedEventId()
public void setStartedEventIdIsSet(boolean value)
public void setFieldValue(ChildWorkflowExecutionTerminatedEventAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<ChildWorkflowExecutionTerminatedEventAttributes,ChildWorkflowExecutionTerminatedEventAttributes._Fields>
public java.lang.Object getFieldValue(ChildWorkflowExecutionTerminatedEventAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ChildWorkflowExecutionTerminatedEventAttributes,ChildWorkflowExecutionTerminatedEventAttributes._Fields>
public boolean isSet(ChildWorkflowExecutionTerminatedEventAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<ChildWorkflowExecutionTerminatedEventAttributes,ChildWorkflowExecutionTerminatedEventAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(ChildWorkflowExecutionTerminatedEventAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(ChildWorkflowExecutionTerminatedEventAttributes other)
compareTo
in interface java.lang.Comparable<ChildWorkflowExecutionTerminatedEventAttributes>
public ChildWorkflowExecutionTerminatedEventAttributes._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ChildWorkflowExecutionTerminatedEventAttributes,ChildWorkflowExecutionTerminatedEventAttributes._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ChildWorkflowExecutionTerminatedEventAttributes,ChildWorkflowExecutionTerminatedEventAttributes._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<ChildWorkflowExecutionTerminatedEventAttributes,ChildWorkflowExecutionTerminatedEventAttributes._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