Package com.cloudera.cdp.dw.model
Class DescribeConfigDiffRequest
java.lang.Object
com.cloudera.cdp.dw.model.DescribeConfigDiffRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:44.787-07:00")
public class DescribeConfigDiffRequest
extends Object
Request object for the describeConfigDiff method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterId.Getter for fromConfigId.Getter for toConfigId.inthashCode()voidsetClusterId(String clusterId) Setter for clusterId.voidsetFromConfigId(String fromConfigId) Setter for fromConfigId.voidsetToConfigId(String toConfigId) Setter for toConfigId.toString()
-
Constructor Details
-
DescribeConfigDiffRequest
public DescribeConfigDiffRequest()
-
-
Method Details
-
getClusterId
Getter for clusterId. ID of the cluster. -
setClusterId
Setter for clusterId. ID of the cluster. -
getFromConfigId
Getter for fromConfigId. ID of the old service configuration. -
setFromConfigId
Setter for fromConfigId. ID of the old service configuration. -
getToConfigId
Getter for toConfigId. ID of the new service configuration. -
setToConfigId
Setter for toConfigId. ID of the new service configuration. -
equals
-
hashCode
public int hashCode() -
toString
-