public static class WorkflowService.SignalWithStartWorkflowExecution_result extends java.lang.Object implements org.apache.thrift.TBase<WorkflowService.SignalWithStartWorkflowExecution_result,WorkflowService.SignalWithStartWorkflowExecution_result._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<WorkflowService.SignalWithStartWorkflowExecution_result>
Modifier and Type | Class and Description |
---|---|
static class |
WorkflowService.SignalWithStartWorkflowExecution_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
BadRequestError |
badRequestError |
ClientVersionNotSupportedError |
clientVersionNotSupportedError |
DomainNotActiveError |
domainNotActiveError |
EntityNotExistsError |
entityNotExistError |
LimitExceededError |
limitExceededError |
static java.util.Map<WorkflowService.SignalWithStartWorkflowExecution_result._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
ServiceBusyError |
serviceBusyError |
StartWorkflowExecutionResponse |
success |
WorkflowExecutionAlreadyStartedError |
workflowAlreadyStartedError |
Constructor and Description |
---|
SignalWithStartWorkflowExecution_result() |
SignalWithStartWorkflowExecution_result(StartWorkflowExecutionResponse success,
BadRequestError badRequestError,
EntityNotExistsError entityNotExistError,
ServiceBusyError serviceBusyError,
DomainNotActiveError domainNotActiveError,
LimitExceededError limitExceededError,
WorkflowExecutionAlreadyStartedError workflowAlreadyStartedError,
ClientVersionNotSupportedError clientVersionNotSupportedError) |
SignalWithStartWorkflowExecution_result(WorkflowService.SignalWithStartWorkflowExecution_result other)
Performs a deep copy on other.
|
public StartWorkflowExecutionResponse success
public BadRequestError badRequestError
public EntityNotExistsError entityNotExistError
public ServiceBusyError serviceBusyError
public DomainNotActiveError domainNotActiveError
public LimitExceededError limitExceededError
public WorkflowExecutionAlreadyStartedError workflowAlreadyStartedError
public ClientVersionNotSupportedError clientVersionNotSupportedError
public static final java.util.Map<WorkflowService.SignalWithStartWorkflowExecution_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public SignalWithStartWorkflowExecution_result()
public SignalWithStartWorkflowExecution_result(StartWorkflowExecutionResponse success, BadRequestError badRequestError, EntityNotExistsError entityNotExistError, ServiceBusyError serviceBusyError, DomainNotActiveError domainNotActiveError, LimitExceededError limitExceededError, WorkflowExecutionAlreadyStartedError workflowAlreadyStartedError, ClientVersionNotSupportedError clientVersionNotSupportedError)
public SignalWithStartWorkflowExecution_result(WorkflowService.SignalWithStartWorkflowExecution_result other)
public WorkflowService.SignalWithStartWorkflowExecution_result deepCopy()
deepCopy
in interface org.apache.thrift.TBase<WorkflowService.SignalWithStartWorkflowExecution_result,WorkflowService.SignalWithStartWorkflowExecution_result._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<WorkflowService.SignalWithStartWorkflowExecution_result,WorkflowService.SignalWithStartWorkflowExecution_result._Fields>
public StartWorkflowExecutionResponse getSuccess()
public WorkflowService.SignalWithStartWorkflowExecution_result setSuccess(StartWorkflowExecutionResponse success)
public void unsetSuccess()
public boolean isSetSuccess()
public void setSuccessIsSet(boolean value)
public BadRequestError getBadRequestError()
public WorkflowService.SignalWithStartWorkflowExecution_result setBadRequestError(BadRequestError badRequestError)
public void unsetBadRequestError()
public boolean isSetBadRequestError()
public void setBadRequestErrorIsSet(boolean value)
public EntityNotExistsError getEntityNotExistError()
public WorkflowService.SignalWithStartWorkflowExecution_result setEntityNotExistError(EntityNotExistsError entityNotExistError)
public void unsetEntityNotExistError()
public boolean isSetEntityNotExistError()
public void setEntityNotExistErrorIsSet(boolean value)
public ServiceBusyError getServiceBusyError()
public WorkflowService.SignalWithStartWorkflowExecution_result setServiceBusyError(ServiceBusyError serviceBusyError)
public void unsetServiceBusyError()
public boolean isSetServiceBusyError()
public void setServiceBusyErrorIsSet(boolean value)
public DomainNotActiveError getDomainNotActiveError()
public WorkflowService.SignalWithStartWorkflowExecution_result setDomainNotActiveError(DomainNotActiveError domainNotActiveError)
public void unsetDomainNotActiveError()
public boolean isSetDomainNotActiveError()
public void setDomainNotActiveErrorIsSet(boolean value)
public LimitExceededError getLimitExceededError()
public WorkflowService.SignalWithStartWorkflowExecution_result setLimitExceededError(LimitExceededError limitExceededError)
public void unsetLimitExceededError()
public boolean isSetLimitExceededError()
public void setLimitExceededErrorIsSet(boolean value)
public WorkflowExecutionAlreadyStartedError getWorkflowAlreadyStartedError()
public WorkflowService.SignalWithStartWorkflowExecution_result setWorkflowAlreadyStartedError(WorkflowExecutionAlreadyStartedError workflowAlreadyStartedError)
public void unsetWorkflowAlreadyStartedError()
public boolean isSetWorkflowAlreadyStartedError()
public void setWorkflowAlreadyStartedErrorIsSet(boolean value)
public ClientVersionNotSupportedError getClientVersionNotSupportedError()
public WorkflowService.SignalWithStartWorkflowExecution_result setClientVersionNotSupportedError(ClientVersionNotSupportedError clientVersionNotSupportedError)
public void unsetClientVersionNotSupportedError()
public boolean isSetClientVersionNotSupportedError()
public void setClientVersionNotSupportedErrorIsSet(boolean value)
public void setFieldValue(WorkflowService.SignalWithStartWorkflowExecution_result._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<WorkflowService.SignalWithStartWorkflowExecution_result,WorkflowService.SignalWithStartWorkflowExecution_result._Fields>
public java.lang.Object getFieldValue(WorkflowService.SignalWithStartWorkflowExecution_result._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<WorkflowService.SignalWithStartWorkflowExecution_result,WorkflowService.SignalWithStartWorkflowExecution_result._Fields>
public boolean isSet(WorkflowService.SignalWithStartWorkflowExecution_result._Fields field)
isSet
in interface org.apache.thrift.TBase<WorkflowService.SignalWithStartWorkflowExecution_result,WorkflowService.SignalWithStartWorkflowExecution_result._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(WorkflowService.SignalWithStartWorkflowExecution_result that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(WorkflowService.SignalWithStartWorkflowExecution_result other)
compareTo
in interface java.lang.Comparable<WorkflowService.SignalWithStartWorkflowExecution_result>
public WorkflowService.SignalWithStartWorkflowExecution_result._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<WorkflowService.SignalWithStartWorkflowExecution_result,WorkflowService.SignalWithStartWorkflowExecution_result._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<WorkflowService.SignalWithStartWorkflowExecution_result,WorkflowService.SignalWithStartWorkflowExecution_result._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<WorkflowService.SignalWithStartWorkflowExecution_result,WorkflowService.SignalWithStartWorkflowExecution_result._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