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="2025-01-23T07:12:40.736-08: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
getEnded()
Getter for ended.Getter for operationId.Getter for operationName.Getter for operationStatus.Getter for started.int
hashCode()
void
setEnded
(ZonedDateTime ended) Setter for ended.void
setOperationId
(String operationId) Setter for operationId.void
setOperationName
(String operationName) Setter for operationName.void
setOperationStatus
(String operationStatus) Setter for operationStatus.void
setStarted
(ZonedDateTime started) Setter for started.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. -
getOperationName
Getter for operationName. Name of the operation. -
setOperationName
Setter for operationName. Name of the operation. -
getOperationStatus
Getter for operationStatus. Status of the operation. -
setOperationStatus
Setter for operationStatus. Status of the operation. -
getStarted
Getter for started. Start time of the operation. -
setStarted
Setter for started. Start time of the operation. -
getEnded
Getter for ended. End time of the operation. -
setEnded
Setter for ended. End time of the operation. -
equals
-
hashCode
public int hashCode() -
toString
-