Class KeyValuesDiff

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

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

    • KeyValuesDiff

      public KeyValuesDiff()
  • Method Details

    • getAdded

      public Map<String,String> getAdded()
      Getter for added. Keys that are only present in the new configuration.
    • setAdded

      public void setAdded(Map<String,String> added)
      Setter for added. Keys that are only present in the new configuration.
    • getRemoved

      public Map<String,String> getRemoved()
      Getter for removed. Keys that are only present in the old configuration.
    • setRemoved

      public void setRemoved(Map<String,String> removed)
      Setter for removed. Keys that are only present in the old configuration.
    • getSame

      public Map<String,String> getSame()
      Getter for same. Keys that are present in both configurations.
    • setSame

      public void setSame(Map<String,String> same)
      Setter for same. Keys that are present in both configurations.
    • getChanged

      public Map<String,StringDiff> getChanged()
      Getter for changed. Keys with different values.
    • setChanged

      public void setChanged(Map<String,StringDiff> changed)
      Setter for changed. Keys with different values.
    • 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