Class DescribeConfigDiffRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class DescribeConfigDiffRequest
    extends Object
    Request object for the describeConfigDiff method.
    • Constructor Detail

      • DescribeConfigDiffRequest

        public DescribeConfigDiffRequest()
    • Method Detail

      • getClusterId

        public String getClusterId()
        Getter for clusterId. ID of the cluster.
      • setClusterId

        public void setClusterId​(String clusterId)
        Setter for clusterId. ID of the cluster.
      • getFromConfigId

        public String getFromConfigId()
        Getter for fromConfigId. ID of the old service configuration.
      • setFromConfigId

        public void setFromConfigId​(String fromConfigId)
        Setter for fromConfigId. ID of the old service configuration.
      • getToConfigId

        public String getToConfigId()
        Getter for toConfigId. ID of the new service configuration.
      • setToConfigId

        public void setToConfigId​(String toConfigId)
        Setter for toConfigId. ID of the new service configuration.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object