Package com.uber.cadence
Class ResetWorkflowExecutionRequest
- java.lang.Object
-
- com.uber.cadence.ResetWorkflowExecutionRequest
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<ResetWorkflowExecutionRequest>
,org.apache.thrift.TBase<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._Fields>
@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2025-03-06") public class ResetWorkflowExecutionRequest extends java.lang.Object implements org.apache.thrift.TBase<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ResetWorkflowExecutionRequest>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResetWorkflowExecutionRequest._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 long
decisionFinishEventId
java.lang.String
domain
static java.util.Map<ResetWorkflowExecutionRequest._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
java.lang.String
reason
java.lang.String
requestId
boolean
skipSignalReapply
WorkflowExecution
workflowExecution
-
Constructor Summary
Constructors Constructor Description ResetWorkflowExecutionRequest()
ResetWorkflowExecutionRequest(ResetWorkflowExecutionRequest other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(ResetWorkflowExecutionRequest other)
ResetWorkflowExecutionRequest
deepCopy()
boolean
equals(ResetWorkflowExecutionRequest that)
boolean
equals(java.lang.Object that)
ResetWorkflowExecutionRequest._Fields
fieldForId(int fieldId)
long
getDecisionFinishEventId()
java.lang.String
getDomain()
java.lang.Object
getFieldValue(ResetWorkflowExecutionRequest._Fields field)
java.lang.String
getReason()
java.lang.String
getRequestId()
WorkflowExecution
getWorkflowExecution()
int
hashCode()
boolean
isSet(ResetWorkflowExecutionRequest._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
isSetDecisionFinishEventId()
Returns true if field decisionFinishEventId 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
isSetReason()
Returns true if field reason 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
isSetSkipSignalReapply()
Returns true if field skipSignalReapply 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
isSkipSignalReapply()
void
read(org.apache.thrift.protocol.TProtocol iprot)
ResetWorkflowExecutionRequest
setDecisionFinishEventId(long decisionFinishEventId)
void
setDecisionFinishEventIdIsSet(boolean value)
ResetWorkflowExecutionRequest
setDomain(java.lang.String domain)
void
setDomainIsSet(boolean value)
void
setFieldValue(ResetWorkflowExecutionRequest._Fields field, java.lang.Object value)
ResetWorkflowExecutionRequest
setReason(java.lang.String reason)
void
setReasonIsSet(boolean value)
ResetWorkflowExecutionRequest
setRequestId(java.lang.String requestId)
void
setRequestIdIsSet(boolean value)
ResetWorkflowExecutionRequest
setSkipSignalReapply(boolean skipSignalReapply)
void
setSkipSignalReapplyIsSet(boolean value)
ResetWorkflowExecutionRequest
setWorkflowExecution(WorkflowExecution workflowExecution)
void
setWorkflowExecutionIsSet(boolean value)
java.lang.String
toString()
void
unsetDecisionFinishEventId()
void
unsetDomain()
void
unsetReason()
void
unsetRequestId()
void
unsetSkipSignalReapply()
void
unsetWorkflowExecution()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
domain
public java.lang.String domain
-
workflowExecution
public WorkflowExecution workflowExecution
-
reason
public java.lang.String reason
-
decisionFinishEventId
public long decisionFinishEventId
-
requestId
public java.lang.String requestId
-
skipSignalReapply
public boolean skipSignalReapply
-
metaDataMap
public static final java.util.Map<ResetWorkflowExecutionRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
ResetWorkflowExecutionRequest
public ResetWorkflowExecutionRequest()
-
ResetWorkflowExecutionRequest
public ResetWorkflowExecutionRequest(ResetWorkflowExecutionRequest other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public ResetWorkflowExecutionRequest deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._Fields>
-
getDomain
public java.lang.String getDomain()
-
setDomain
public ResetWorkflowExecutionRequest 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 ResetWorkflowExecutionRequest 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)
-
getReason
public java.lang.String getReason()
-
setReason
public ResetWorkflowExecutionRequest setReason(java.lang.String reason)
-
unsetReason
public void unsetReason()
-
isSetReason
public boolean isSetReason()
Returns true if field reason is set (has been assigned a value) and false otherwise
-
setReasonIsSet
public void setReasonIsSet(boolean value)
-
getDecisionFinishEventId
public long getDecisionFinishEventId()
-
setDecisionFinishEventId
public ResetWorkflowExecutionRequest setDecisionFinishEventId(long decisionFinishEventId)
-
unsetDecisionFinishEventId
public void unsetDecisionFinishEventId()
-
isSetDecisionFinishEventId
public boolean isSetDecisionFinishEventId()
Returns true if field decisionFinishEventId is set (has been assigned a value) and false otherwise
-
setDecisionFinishEventIdIsSet
public void setDecisionFinishEventIdIsSet(boolean value)
-
getRequestId
public java.lang.String getRequestId()
-
setRequestId
public ResetWorkflowExecutionRequest 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)
-
isSkipSignalReapply
public boolean isSkipSignalReapply()
-
setSkipSignalReapply
public ResetWorkflowExecutionRequest setSkipSignalReapply(boolean skipSignalReapply)
-
unsetSkipSignalReapply
public void unsetSkipSignalReapply()
-
isSetSkipSignalReapply
public boolean isSetSkipSignalReapply()
Returns true if field skipSignalReapply is set (has been assigned a value) and false otherwise
-
setSkipSignalReapplyIsSet
public void setSkipSignalReapplyIsSet(boolean value)
-
setFieldValue
public void setFieldValue(ResetWorkflowExecutionRequest._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(ResetWorkflowExecutionRequest._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._Fields>
-
isSet
public boolean isSet(ResetWorkflowExecutionRequest._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<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(ResetWorkflowExecutionRequest that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(ResetWorkflowExecutionRequest other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<ResetWorkflowExecutionRequest>
-
fieldForId
public ResetWorkflowExecutionRequest._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._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<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._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
-
-