Class DescribeServerSettingItem

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:33.811-07:00") public class DescribeServerSettingItem extends Object
A DWX server setting.
  • Constructor Details Link icon

    • DescribeServerSettingItem Link icon

      public DescribeServerSettingItem()
  • Method Details Link icon

    • getConfigurationName Link icon

      public String getConfigurationName()
      Getter for configurationName. The name of the setting in human readable format.
    • setConfigurationName Link icon

      public void setConfigurationName(String configurationName)
      Setter for configurationName. The name of the setting in human readable format.
    • getConfigurationKey Link icon

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

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

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

      public void setEnabled(Boolean enabled)
      Setter for enabled. The state of the setting.
    • getDescription Link icon

      public String getDescription()
      Getter for description. The description of the setting.
    • setDescription Link icon

      public void setDescription(String description)
      Setter for description. The description of the setting.
    • getRequiresUpdate Link icon

      public List<String> getRequiresUpdate()
      Getter for requiresUpdate. Indicates update requirements for the change to take effect.
    • setRequiresUpdate Link icon

      public void setRequiresUpdate(List<String> requiresUpdate)
      Setter for requiresUpdate. Indicates update requirements for the change to take effect.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object