Class GetClusterConfigResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.replicationmanager.model.GetClusterConfigResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:43.267-08:00")
public class GetClusterConfigResponse
extends CdpResponse
Response object for getClusterConfig.
-
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 clusterCrn.Getter for cmApiVersion.getDmx()
Getter for dmx.Getter for featureSupport.Getter for services.Getter for underlyingFsForHive.int
hashCode()
void
setClusterCrn
(String clusterCrn) Setter for clusterCrn.void
setCmApiVersion
(Integer cmApiVersion) Setter for cmApiVersion.void
Setter for dmx.void
setFeatureSupport
(Map<String, Boolean> featureSupport) Setter for featureSupport.void
setServices
(List<ServiceConfiguration> services) Setter for services.void
setUnderlyingFsForHive
(String underlyingFsForHive) Setter for underlyingFsForHive.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetClusterConfigResponse
public GetClusterConfigResponse()
-
-
Method Details
-
getClusterCrn
Getter for clusterCrn. The CRN of the cluster. -
setClusterCrn
Setter for clusterCrn. The CRN of the cluster. -
getCmApiVersion
Getter for cmApiVersion. Cloudera Manager API version. -
setCmApiVersion
Setter for cmApiVersion. Cloudera Manager API version. -
getUnderlyingFsForHive
Getter for underlyingFsForHive. Underlying file system for Hive. -
setUnderlyingFsForHive
Setter for underlyingFsForHive. Underlying file system for Hive. -
getDmx
Getter for dmx. -
setDmx
Setter for dmx. -
getFeatureSupport
Getter for featureSupport. A map of available features and whether they are supported on the cluster. -
setFeatureSupport
Setter for featureSupport. A map of available features and whether they are supported on the cluster. -
getServices
Getter for services. A list of service configurations. -
setServices
Setter for services. A list of service configurations. -
equals
-
hashCode
public int hashCode() -
toString
-