Package com.cloudera.cdp.datahub.model
Class AutoScaleLoadResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datahub.model.AutoScaleLoadResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class AutoScaleLoadResponse
extends CdpResponse
Configuration for Load Based Scaling
-
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 configuration.Getter for description.Getter for identifier.int
hashCode()
void
setConfiguration
(AutoScaleLoadResponseConfiguration configuration) Setter for configuration.void
setDescription
(String description) Setter for description.void
setIdentifier
(String identifier) Setter for identifier.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
AutoScaleLoadResponse
public AutoScaleLoadResponse()
-
-
Method Details
-
getConfiguration
Getter for configuration. Configuration for Load Based Scaling -
setConfiguration
Setter for configuration. Configuration for Load Based Scaling -
getIdentifier
Getter for identifier. An identifer for this rule. Useful for debugging and logging. -
setIdentifier
Setter for identifier. An identifer for this rule. Useful for debugging and logging. -
getDescription
Getter for description. Description for the specified schedule. -
setDescription
Setter for description. Description for the specified schedule. -
equals
-
hashCode
public int hashCode() -
toString
-