Class ServiceConfigDiff


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

      • ServiceConfigDiff

        public ServiceConfigDiff()
    • Method Detail

      • getIsChanged

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

        public void setIsChanged​(Boolean isChanged)
        Setter for isChanged. Has any of the configurations changed?
      • getCommonConfigsDiff

        public ApplicationConfigDiff getCommonConfigsDiff()
        Getter for commonConfigsDiff. Differences between the common configurations.
      • setCommonConfigsDiff

        public void setCommonConfigsDiff​(ApplicationConfigDiff commonConfigsDiff)
        Setter for commonConfigsDiff. Differences between the common configurations.
      • getApplicationConfigsDiffs

        public Map<String,​ApplicationConfigDiff> getApplicationConfigsDiffs()
        Getter for applicationConfigsDiffs. Differences between the application specific configurations.
      • setApplicationConfigsDiffs

        public void setApplicationConfigsDiffs​(Map<String,​ApplicationConfigDiff> applicationConfigsDiffs)
        Setter for applicationConfigsDiffs. Differences between the application specific configurations.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object