Class ConfigBlocksDiffs

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

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

    • ConfigBlocksDiffs

      public ConfigBlocksDiffs()
  • Method Details

    • getIsChanged

      public Boolean getIsChanged()
      Getter for isChanged. Has any of the config blocks changed?
    • setIsChanged

      public void setIsChanged(Boolean isChanged)
      Setter for isChanged. Has any of the config blocks changed?
    • getAdded

      public List<ConfigBlockResp> getAdded()
      Getter for added. Config blocks that are only present in the new configuration.
    • setAdded

      public void setAdded(List<ConfigBlockResp> added)
      Setter for added. Config blocks that are only present in the new configuration.
    • getRemoved

      public List<ConfigBlockResp> getRemoved()
      Getter for removed. Config blocks that are only present in the old configuration.
    • setRemoved

      public void setRemoved(List<ConfigBlockResp> removed)
      Setter for removed. Config blocks that are only present in the old configuration.
    • getSame

      public List<ConfigBlockResp> getSame()
      Getter for same. Config blocks that are the same in both configurations.
    • setSame

      public void setSame(List<ConfigBlockResp> same)
      Setter for same. Config blocks that are the same in both configurations.
    • getChanged

      public List<ConfigBlockDiff> getChanged()
      Getter for changed. Config blocks that are different between the two configurations.
    • setChanged

      public void setChanged(List<ConfigBlockDiff> changed)
      Setter for changed. Config blocks that are different between the two configurations.
    • 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