Class DescribeServerSettingItem

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class DescribeServerSettingItem extends Object
A DWX server setting.
  • Constructor Details

    • DescribeServerSettingItem

      public DescribeServerSettingItem()
  • Method Details

    • getConfigurationName

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

      public void setConfigurationName(String configurationName)
      Setter for configurationName. The name of the setting in human readable format.
    • 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.
    • getDescription

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

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

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

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

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

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

      public String toString()
      Overrides:
      toString in class Object