public static class WorkflowService.QueryWorkflow_result extends java.lang.Object implements org.apache.thrift.TBase<WorkflowService.QueryWorkflow_result,WorkflowService.QueryWorkflow_result._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<WorkflowService.QueryWorkflow_result>
Modifier and Type | Class and Description |
---|---|
static class |
WorkflowService.QueryWorkflow_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 |
EntityNotExistsError |
entityNotExistError |
InternalServiceError |
internalServiceError |
static java.util.Map<WorkflowService.QueryWorkflow_result._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
QueryFailedError |
queryFailedError |
QueryWorkflowResponse |
success |
Constructor and Description |
---|
QueryWorkflow_result() |
QueryWorkflow_result(QueryWorkflowResponse success,
BadRequestError badRequestError,
InternalServiceError internalServiceError,
EntityNotExistsError entityNotExistError,
QueryFailedError queryFailedError) |
QueryWorkflow_result(WorkflowService.QueryWorkflow_result other)
Performs a deep copy on other.
|
public QueryWorkflowResponse success
public BadRequestError badRequestError
public InternalServiceError internalServiceError
public EntityNotExistsError entityNotExistError
public QueryFailedError queryFailedError
public static final java.util.Map<WorkflowService.QueryWorkflow_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public QueryWorkflow_result()
public QueryWorkflow_result(QueryWorkflowResponse success, BadRequestError badRequestError, InternalServiceError internalServiceError, EntityNotExistsError entityNotExistError, QueryFailedError queryFailedError)
public QueryWorkflow_result(WorkflowService.QueryWorkflow_result other)
public WorkflowService.QueryWorkflow_result deepCopy()
deepCopy
in interface org.apache.thrift.TBase<WorkflowService.QueryWorkflow_result,WorkflowService.QueryWorkflow_result._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<WorkflowService.QueryWorkflow_result,WorkflowService.QueryWorkflow_result._Fields>
public QueryWorkflowResponse getSuccess()
public WorkflowService.QueryWorkflow_result setSuccess(QueryWorkflowResponse success)
public void unsetSuccess()
public boolean isSetSuccess()
public void setSuccessIsSet(boolean value)
public BadRequestError getBadRequestError()
public WorkflowService.QueryWorkflow_result setBadRequestError(BadRequestError badRequestError)
public void unsetBadRequestError()
public boolean isSetBadRequestError()
public void setBadRequestErrorIsSet(boolean value)
public InternalServiceError getInternalServiceError()
public WorkflowService.QueryWorkflow_result setInternalServiceError(InternalServiceError internalServiceError)
public void unsetInternalServiceError()
public boolean isSetInternalServiceError()
public void setInternalServiceErrorIsSet(boolean value)
public EntityNotExistsError getEntityNotExistError()
public WorkflowService.QueryWorkflow_result setEntityNotExistError(EntityNotExistsError entityNotExistError)
public void unsetEntityNotExistError()
public boolean isSetEntityNotExistError()
public void setEntityNotExistErrorIsSet(boolean value)
public QueryFailedError getQueryFailedError()
public WorkflowService.QueryWorkflow_result setQueryFailedError(QueryFailedError queryFailedError)
public void unsetQueryFailedError()
public boolean isSetQueryFailedError()
public void setQueryFailedErrorIsSet(boolean value)
public void setFieldValue(WorkflowService.QueryWorkflow_result._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<WorkflowService.QueryWorkflow_result,WorkflowService.QueryWorkflow_result._Fields>
public java.lang.Object getFieldValue(WorkflowService.QueryWorkflow_result._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<WorkflowService.QueryWorkflow_result,WorkflowService.QueryWorkflow_result._Fields>
public boolean isSet(WorkflowService.QueryWorkflow_result._Fields field)
isSet
in interface org.apache.thrift.TBase<WorkflowService.QueryWorkflow_result,WorkflowService.QueryWorkflow_result._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(WorkflowService.QueryWorkflow_result that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(WorkflowService.QueryWorkflow_result other)
compareTo
in interface java.lang.Comparable<WorkflowService.QueryWorkflow_result>
public WorkflowService.QueryWorkflow_result._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<WorkflowService.QueryWorkflow_result,WorkflowService.QueryWorkflow_result._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<WorkflowService.QueryWorkflow_result,WorkflowService.QueryWorkflow_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.QueryWorkflow_result,WorkflowService.QueryWorkflow_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