Package com.uber.cadence
Class WorkflowService.GetWorkflowExecutionHistory_result
- java.lang.Object
-
- com.uber.cadence.WorkflowService.GetWorkflowExecutionHistory_result
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<WorkflowService.GetWorkflowExecutionHistory_result>
,org.apache.thrift.TBase<WorkflowService.GetWorkflowExecutionHistory_result,WorkflowService.GetWorkflowExecutionHistory_result._Fields>
- Enclosing class:
- WorkflowService
public static class WorkflowService.GetWorkflowExecutionHistory_result extends java.lang.Object implements org.apache.thrift.TBase<WorkflowService.GetWorkflowExecutionHistory_result,WorkflowService.GetWorkflowExecutionHistory_result._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<WorkflowService.GetWorkflowExecutionHistory_result>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkflowService.GetWorkflowExecutionHistory_result._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 BadRequestError
badRequestError
ClientVersionNotSupportedError
clientVersionNotSupportedError
EntityNotExistsError
entityNotExistError
static java.util.Map<WorkflowService.GetWorkflowExecutionHistory_result._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
ServiceBusyError
serviceBusyError
GetWorkflowExecutionHistoryResponse
success
-
Constructor Summary
Constructors Constructor Description GetWorkflowExecutionHistory_result()
GetWorkflowExecutionHistory_result(GetWorkflowExecutionHistoryResponse success, BadRequestError badRequestError, EntityNotExistsError entityNotExistError, ServiceBusyError serviceBusyError, ClientVersionNotSupportedError clientVersionNotSupportedError)
GetWorkflowExecutionHistory_result(WorkflowService.GetWorkflowExecutionHistory_result other)
Performs a deep copy on other.
-
Method Summary
-
-
-
Field Detail
-
success
public GetWorkflowExecutionHistoryResponse success
-
badRequestError
public BadRequestError badRequestError
-
entityNotExistError
public EntityNotExistsError entityNotExistError
-
serviceBusyError
public ServiceBusyError serviceBusyError
-
clientVersionNotSupportedError
public ClientVersionNotSupportedError clientVersionNotSupportedError
-
metaDataMap
public static final java.util.Map<WorkflowService.GetWorkflowExecutionHistory_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
GetWorkflowExecutionHistory_result
public GetWorkflowExecutionHistory_result()
-
GetWorkflowExecutionHistory_result
public GetWorkflowExecutionHistory_result(GetWorkflowExecutionHistoryResponse success, BadRequestError badRequestError, EntityNotExistsError entityNotExistError, ServiceBusyError serviceBusyError, ClientVersionNotSupportedError clientVersionNotSupportedError)
-
GetWorkflowExecutionHistory_result
public GetWorkflowExecutionHistory_result(WorkflowService.GetWorkflowExecutionHistory_result other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public WorkflowService.GetWorkflowExecutionHistory_result deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<WorkflowService.GetWorkflowExecutionHistory_result,WorkflowService.GetWorkflowExecutionHistory_result._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<WorkflowService.GetWorkflowExecutionHistory_result,WorkflowService.GetWorkflowExecutionHistory_result._Fields>
-
getSuccess
public GetWorkflowExecutionHistoryResponse getSuccess()
-
setSuccess
public WorkflowService.GetWorkflowExecutionHistory_result setSuccess(GetWorkflowExecutionHistoryResponse success)
-
unsetSuccess
public void unsetSuccess()
-
isSetSuccess
public boolean isSetSuccess()
Returns true if field success is set (has been assigned a value) and false otherwise
-
setSuccessIsSet
public void setSuccessIsSet(boolean value)
-
getBadRequestError
public BadRequestError getBadRequestError()
-
setBadRequestError
public WorkflowService.GetWorkflowExecutionHistory_result setBadRequestError(BadRequestError badRequestError)
-
unsetBadRequestError
public void unsetBadRequestError()
-
isSetBadRequestError
public boolean isSetBadRequestError()
Returns true if field badRequestError is set (has been assigned a value) and false otherwise
-
setBadRequestErrorIsSet
public void setBadRequestErrorIsSet(boolean value)
-
getEntityNotExistError
public EntityNotExistsError getEntityNotExistError()
-
setEntityNotExistError
public WorkflowService.GetWorkflowExecutionHistory_result setEntityNotExistError(EntityNotExistsError entityNotExistError)
-
unsetEntityNotExistError
public void unsetEntityNotExistError()
-
isSetEntityNotExistError
public boolean isSetEntityNotExistError()
Returns true if field entityNotExistError is set (has been assigned a value) and false otherwise
-
setEntityNotExistErrorIsSet
public void setEntityNotExistErrorIsSet(boolean value)
-
getServiceBusyError
public ServiceBusyError getServiceBusyError()
-
setServiceBusyError
public WorkflowService.GetWorkflowExecutionHistory_result setServiceBusyError(ServiceBusyError serviceBusyError)
-
unsetServiceBusyError
public void unsetServiceBusyError()
-
isSetServiceBusyError
public boolean isSetServiceBusyError()
Returns true if field serviceBusyError is set (has been assigned a value) and false otherwise
-
setServiceBusyErrorIsSet
public void setServiceBusyErrorIsSet(boolean value)
-
getClientVersionNotSupportedError
public ClientVersionNotSupportedError getClientVersionNotSupportedError()
-
setClientVersionNotSupportedError
public WorkflowService.GetWorkflowExecutionHistory_result setClientVersionNotSupportedError(ClientVersionNotSupportedError clientVersionNotSupportedError)
-
unsetClientVersionNotSupportedError
public void unsetClientVersionNotSupportedError()
-
isSetClientVersionNotSupportedError
public boolean isSetClientVersionNotSupportedError()
Returns true if field clientVersionNotSupportedError is set (has been assigned a value) and false otherwise
-
setClientVersionNotSupportedErrorIsSet
public void setClientVersionNotSupportedErrorIsSet(boolean value)
-
setFieldValue
public void setFieldValue(WorkflowService.GetWorkflowExecutionHistory_result._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<WorkflowService.GetWorkflowExecutionHistory_result,WorkflowService.GetWorkflowExecutionHistory_result._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(WorkflowService.GetWorkflowExecutionHistory_result._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<WorkflowService.GetWorkflowExecutionHistory_result,WorkflowService.GetWorkflowExecutionHistory_result._Fields>
-
isSet
public boolean isSet(WorkflowService.GetWorkflowExecutionHistory_result._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<WorkflowService.GetWorkflowExecutionHistory_result,WorkflowService.GetWorkflowExecutionHistory_result._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(WorkflowService.GetWorkflowExecutionHistory_result that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(WorkflowService.GetWorkflowExecutionHistory_result other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<WorkflowService.GetWorkflowExecutionHistory_result>
-
fieldForId
public WorkflowService.GetWorkflowExecutionHistory_result._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<WorkflowService.GetWorkflowExecutionHistory_result,WorkflowService.GetWorkflowExecutionHistory_result._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<WorkflowService.GetWorkflowExecutionHistory_result,WorkflowService.GetWorkflowExecutionHistory_result._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<WorkflowService.GetWorkflowExecutionHistory_result,WorkflowService.GetWorkflowExecutionHistory_result._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
-
-