Package com.uber.cadence
Class ChildWorkflowExecutionTimedOutEventAttributes
- java.lang.Object
-
- com.uber.cadence.ChildWorkflowExecutionTimedOutEventAttributes
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<ChildWorkflowExecutionTimedOutEventAttributes>
,org.apache.thrift.TBase<ChildWorkflowExecutionTimedOutEventAttributes,ChildWorkflowExecutionTimedOutEventAttributes._Fields>
@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2025-03-06") public class ChildWorkflowExecutionTimedOutEventAttributes extends java.lang.Object implements org.apache.thrift.TBase<ChildWorkflowExecutionTimedOutEventAttributes,ChildWorkflowExecutionTimedOutEventAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ChildWorkflowExecutionTimedOutEventAttributes>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChildWorkflowExecutionTimedOutEventAttributes._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.lang.String
domain
long
initiatedEventId
static java.util.Map<ChildWorkflowExecutionTimedOutEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
long
startedEventId
TimeoutType
timeoutType
WorkflowExecution
workflowExecution
WorkflowType
workflowType
-
Constructor Summary
Constructors Constructor Description ChildWorkflowExecutionTimedOutEventAttributes()
ChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(ChildWorkflowExecutionTimedOutEventAttributes other)
ChildWorkflowExecutionTimedOutEventAttributes
deepCopy()
boolean
equals(ChildWorkflowExecutionTimedOutEventAttributes that)
boolean
equals(java.lang.Object that)
ChildWorkflowExecutionTimedOutEventAttributes._Fields
fieldForId(int fieldId)
java.lang.String
getDomain()
java.lang.Object
getFieldValue(ChildWorkflowExecutionTimedOutEventAttributes._Fields field)
long
getInitiatedEventId()
long
getStartedEventId()
TimeoutType
getTimeoutType()
WorkflowExecution
getWorkflowExecution()
WorkflowType
getWorkflowType()
int
hashCode()
boolean
isSet(ChildWorkflowExecutionTimedOutEventAttributes._Fields field)
Returns true if field corresponding to fieldID 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
isSetInitiatedEventId()
Returns true if field initiatedEventId is set (has been assigned a value) and false otherwiseboolean
isSetStartedEventId()
Returns true if field startedEventId is set (has been assigned a value) and false otherwiseboolean
isSetTimeoutType()
Returns true if field timeoutType 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 otherwiseboolean
isSetWorkflowType()
Returns true if field workflowType is set (has been assigned a value) and false otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
ChildWorkflowExecutionTimedOutEventAttributes
setDomain(java.lang.String domain)
void
setDomainIsSet(boolean value)
void
setFieldValue(ChildWorkflowExecutionTimedOutEventAttributes._Fields field, java.lang.Object value)
ChildWorkflowExecutionTimedOutEventAttributes
setInitiatedEventId(long initiatedEventId)
void
setInitiatedEventIdIsSet(boolean value)
ChildWorkflowExecutionTimedOutEventAttributes
setStartedEventId(long startedEventId)
void
setStartedEventIdIsSet(boolean value)
ChildWorkflowExecutionTimedOutEventAttributes
setTimeoutType(TimeoutType timeoutType)
void
setTimeoutTypeIsSet(boolean value)
ChildWorkflowExecutionTimedOutEventAttributes
setWorkflowExecution(WorkflowExecution workflowExecution)
void
setWorkflowExecutionIsSet(boolean value)
ChildWorkflowExecutionTimedOutEventAttributes
setWorkflowType(WorkflowType workflowType)
void
setWorkflowTypeIsSet(boolean value)
java.lang.String
toString()
void
unsetDomain()
void
unsetInitiatedEventId()
void
unsetStartedEventId()
void
unsetTimeoutType()
void
unsetWorkflowExecution()
void
unsetWorkflowType()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
timeoutType
public TimeoutType timeoutType
- See Also:
TimeoutType
-
domain
public java.lang.String domain
-
workflowExecution
public WorkflowExecution workflowExecution
-
workflowType
public WorkflowType workflowType
-
initiatedEventId
public long initiatedEventId
-
startedEventId
public long startedEventId
-
metaDataMap
public static final java.util.Map<ChildWorkflowExecutionTimedOutEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
ChildWorkflowExecutionTimedOutEventAttributes
public ChildWorkflowExecutionTimedOutEventAttributes()
-
ChildWorkflowExecutionTimedOutEventAttributes
public ChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public ChildWorkflowExecutionTimedOutEventAttributes deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<ChildWorkflowExecutionTimedOutEventAttributes,ChildWorkflowExecutionTimedOutEventAttributes._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<ChildWorkflowExecutionTimedOutEventAttributes,ChildWorkflowExecutionTimedOutEventAttributes._Fields>
-
getTimeoutType
public TimeoutType getTimeoutType()
- See Also:
TimeoutType
-
setTimeoutType
public ChildWorkflowExecutionTimedOutEventAttributes setTimeoutType(TimeoutType timeoutType)
- See Also:
TimeoutType
-
unsetTimeoutType
public void unsetTimeoutType()
-
isSetTimeoutType
public boolean isSetTimeoutType()
Returns true if field timeoutType is set (has been assigned a value) and false otherwise
-
setTimeoutTypeIsSet
public void setTimeoutTypeIsSet(boolean value)
-
getDomain
public java.lang.String getDomain()
-
setDomain
public ChildWorkflowExecutionTimedOutEventAttributes 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 ChildWorkflowExecutionTimedOutEventAttributes 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)
-
getWorkflowType
public WorkflowType getWorkflowType()
-
setWorkflowType
public ChildWorkflowExecutionTimedOutEventAttributes setWorkflowType(WorkflowType workflowType)
-
unsetWorkflowType
public void unsetWorkflowType()
-
isSetWorkflowType
public boolean isSetWorkflowType()
Returns true if field workflowType is set (has been assigned a value) and false otherwise
-
setWorkflowTypeIsSet
public void setWorkflowTypeIsSet(boolean value)
-
getInitiatedEventId
public long getInitiatedEventId()
-
setInitiatedEventId
public ChildWorkflowExecutionTimedOutEventAttributes setInitiatedEventId(long initiatedEventId)
-
unsetInitiatedEventId
public void unsetInitiatedEventId()
-
isSetInitiatedEventId
public boolean isSetInitiatedEventId()
Returns true if field initiatedEventId is set (has been assigned a value) and false otherwise
-
setInitiatedEventIdIsSet
public void setInitiatedEventIdIsSet(boolean value)
-
getStartedEventId
public long getStartedEventId()
-
setStartedEventId
public ChildWorkflowExecutionTimedOutEventAttributes setStartedEventId(long startedEventId)
-
unsetStartedEventId
public void unsetStartedEventId()
-
isSetStartedEventId
public boolean isSetStartedEventId()
Returns true if field startedEventId is set (has been assigned a value) and false otherwise
-
setStartedEventIdIsSet
public void setStartedEventIdIsSet(boolean value)
-
setFieldValue
public void setFieldValue(ChildWorkflowExecutionTimedOutEventAttributes._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<ChildWorkflowExecutionTimedOutEventAttributes,ChildWorkflowExecutionTimedOutEventAttributes._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(ChildWorkflowExecutionTimedOutEventAttributes._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<ChildWorkflowExecutionTimedOutEventAttributes,ChildWorkflowExecutionTimedOutEventAttributes._Fields>
-
isSet
public boolean isSet(ChildWorkflowExecutionTimedOutEventAttributes._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<ChildWorkflowExecutionTimedOutEventAttributes,ChildWorkflowExecutionTimedOutEventAttributes._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(ChildWorkflowExecutionTimedOutEventAttributes that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(ChildWorkflowExecutionTimedOutEventAttributes other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<ChildWorkflowExecutionTimedOutEventAttributes>
-
fieldForId
public ChildWorkflowExecutionTimedOutEventAttributes._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<ChildWorkflowExecutionTimedOutEventAttributes,ChildWorkflowExecutionTimedOutEventAttributes._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<ChildWorkflowExecutionTimedOutEventAttributes,ChildWorkflowExecutionTimedOutEventAttributes._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<ChildWorkflowExecutionTimedOutEventAttributes,ChildWorkflowExecutionTimedOutEventAttributes._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
-
-