Class ConfigBlockDiff


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

      • ConfigBlockDiff

        public ConfigBlockDiff()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object