Class UpdateServerSettingItem


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class UpdateServerSettingItem
    extends Object
    A DWX server setting update.
    • Constructor Detail

      • UpdateServerSettingItem

        public UpdateServerSettingItem()
    • Method Detail

      • getConfigurationKey

        public String getConfigurationKey()
        Getter for configurationKey. The identifier of the setting.
      • setConfigurationKey

        public void setConfigurationKey​(String configurationKey)
        Setter for configurationKey. The identifier of the setting.
      • getEnabled

        public Boolean getEnabled()
        Getter for enabled. The state of the setting.
      • setEnabled

        public void setEnabled​(Boolean enabled)
        Setter for enabled. The state of the setting.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object