Package com.cloudera.cdp.datalake.model
Class ScaleHorizontallyResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datalake.model.ScaleHorizontallyResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-03-13T11:52:45.749-07:00")
public class ScaleHorizontallyResponse
extends CdpResponse
Data Lake horizontal scaling response
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for datalakeName.Getter for operationId.int
hashCode()
void
setDatalakeName
(String datalakeName) Setter for datalakeName.void
setOperationId
(String operationId) Setter for operationId.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ScaleHorizontallyResponse
public ScaleHorizontallyResponse()
-
-
Method Details
-
getDatalakeName
Getter for datalakeName. The name of the datalake. -
setDatalakeName
Setter for datalakeName. The name of the datalake. -
getOperationId
Getter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results. -
setOperationId
Setter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results. -
equals
-
hashCode
public int hashCode() -
toString
-