Class ConfigBlockDiff

java.lang.Object
com.cloudera.cdp.dw.model.ConfigBlockDiff

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class ConfigBlockDiff extends Object
Differences between two ConfigBlocks.
  • Constructor Details

    • ConfigBlockDiff

      public ConfigBlockDiff()
  • Method Details

    • getId

      public String getId()
      Getter for id. ID of the ConfigBlock.
    • setId

      public void setId(String id)
      Setter for id. ID of the ConfigBlock.
    • getContentDiff

      public ConfigContentDiff getContentDiff()
      Getter for contentDiff. Differences between the contents.
    • setContentDiff

      public void setContentDiff(ConfigContentDiff contentDiff)
      Setter for contentDiff. Differences between the contents.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object