Class GetOperationResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.GetOperationResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class GetOperationResponse
extends CdpResponse
Response object for tracking the latest (current/last) operation on the environment resource.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for operationId.Getter for operationStatus.Getter for operationType.Getter for progress.int
hashCode()
void
setOperationId
(String operationId) Setter for operationId.void
setOperationStatus
(String operationStatus) Setter for operationStatus.void
setOperationType
(String operationType) Setter for operationType.void
setProgress
(Integer progress) Setter for progress.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetOperationResponse
public GetOperationResponse()
-
-
Method Details
-
getOperationId
Getter for operationId. Identifier of the operation. -
setOperationId
Setter for operationId. Identifier of the operation. -
getOperationType
Getter for operationType. Type of the operation. -
setOperationType
Setter for operationType. Type of the operation. -
getOperationStatus
Getter for operationStatus. Status of the operation. -
setOperationStatus
Setter for operationStatus. Status of the operation. -
getProgress
Getter for progress. Progress percentage of the operation. -
setProgress
Setter for progress. Progress percentage of the operation. -
equals
-
hashCode
public int hashCode() -
toString
-