Package com.cloudera.cdp.dw.model
Class UpdateServerSettingItem
- java.lang.Object
-
- com.cloudera.cdp.dw.model.UpdateServerSettingItem
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:17.249-07:00") public class UpdateServerSettingItem extends Object
A DWX server setting update.
-
-
Constructor Summary
Constructors Constructor Description UpdateServerSettingItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getConfigurationKey()
Getter for configurationKey.Boolean
getEnabled()
Getter for enabled.int
hashCode()
void
setConfigurationKey(String configurationKey)
Setter for configurationKey.void
setEnabled(Boolean enabled)
Setter for enabled.String
toString()
-
-
-
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.
-
-