@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2022-07-23") 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>
Modifier and Type | Class and Description |
---|---|
static class |
ResetWorkflowExecutionRequest._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and 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 and Description |
---|
ResetWorkflowExecutionRequest() |
ResetWorkflowExecutionRequest(ResetWorkflowExecutionRequest other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(ResetWorkflowExecutionRequest other) |
ResetWorkflowExecutionRequest |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(ResetWorkflowExecutionRequest 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 otherwise
|
boolean |
isSetDecisionFinishEventId()
Returns true if field decisionFinishEventId 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 |
isSetReason()
Returns true if field reason is set (has been assigned a value) and false otherwise
|
boolean |
isSetRequestId()
Returns true if field requestId is set (has been assigned a value) and false otherwise
|
boolean |
isSetSkipSignalReapply()
Returns true if field skipSignalReapply 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 |
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) |
public java.lang.String domain
public WorkflowExecution workflowExecution
public java.lang.String reason
public long decisionFinishEventId
public java.lang.String requestId
public boolean skipSignalReapply
public static final java.util.Map<ResetWorkflowExecutionRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ResetWorkflowExecutionRequest()
public ResetWorkflowExecutionRequest(ResetWorkflowExecutionRequest other)
public ResetWorkflowExecutionRequest deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._Fields>
public java.lang.String getDomain()
public ResetWorkflowExecutionRequest setDomain(java.lang.String domain)
public void unsetDomain()
public boolean isSetDomain()
public void setDomainIsSet(boolean value)
public WorkflowExecution getWorkflowExecution()
public ResetWorkflowExecutionRequest setWorkflowExecution(WorkflowExecution workflowExecution)
public void unsetWorkflowExecution()
public boolean isSetWorkflowExecution()
public void setWorkflowExecutionIsSet(boolean value)
public java.lang.String getReason()
public ResetWorkflowExecutionRequest setReason(java.lang.String reason)
public void unsetReason()
public boolean isSetReason()
public void setReasonIsSet(boolean value)
public long getDecisionFinishEventId()
public ResetWorkflowExecutionRequest setDecisionFinishEventId(long decisionFinishEventId)
public void unsetDecisionFinishEventId()
public boolean isSetDecisionFinishEventId()
public void setDecisionFinishEventIdIsSet(boolean value)
public java.lang.String getRequestId()
public ResetWorkflowExecutionRequest setRequestId(java.lang.String requestId)
public void unsetRequestId()
public boolean isSetRequestId()
public void setRequestIdIsSet(boolean value)
public boolean isSkipSignalReapply()
public ResetWorkflowExecutionRequest setSkipSignalReapply(boolean skipSignalReapply)
public void unsetSkipSignalReapply()
public boolean isSetSkipSignalReapply()
public void setSkipSignalReapplyIsSet(boolean value)
public void setFieldValue(ResetWorkflowExecutionRequest._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._Fields>
public java.lang.Object getFieldValue(ResetWorkflowExecutionRequest._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._Fields>
public boolean isSet(ResetWorkflowExecutionRequest._Fields field)
isSet
in interface org.apache.thrift.TBase<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(ResetWorkflowExecutionRequest that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(ResetWorkflowExecutionRequest other)
compareTo
in interface java.lang.Comparable<ResetWorkflowExecutionRequest>
public ResetWorkflowExecutionRequest._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._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<ResetWorkflowExecutionRequest,ResetWorkflowExecutionRequest._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