Class KeyValuesDiff


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class KeyValuesDiff
    extends Object
    Different between keyValues of two ConfigContents.
    • Constructor Detail

      • KeyValuesDiff

        public KeyValuesDiff()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object