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="2024-09-27T08:40:25.071-07:00")
public class DescribeConfigDiffRequest
extends Object
Request object for the describeConfigDiff method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterId.Getter for fromConfigId.Getter for toConfigId.int
hashCode()
void
setClusterId
(String clusterId) Setter for clusterId.void
setFromConfigId
(String fromConfigId) Setter for fromConfigId.void
setToConfigId
(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
-