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-10-28T14:00:31.692-07: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 TypeMethodDescriptionbooleanGetter for clusterCrn.Getter for cmApiVersion.getDmx()Getter for dmx.Getter for featureSupport.Getter for services.Getter for underlyingFsForHive.inthashCode()voidsetClusterCrn(String clusterCrn) Setter for clusterCrn.voidsetCmApiVersion(Integer cmApiVersion) Setter for cmApiVersion.voidSetter for dmx.voidsetFeatureSupport(Map<String, Boolean> featureSupport) Setter for featureSupport.voidsetServices(List<ServiceConfiguration> services) Setter for services.voidsetUnderlyingFsForHive(String underlyingFsForHive) Setter for underlyingFsForHive.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods 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
-