Package com.cloudera.cdp.datahub.model
Class CustomConfigurationProperty
java.lang.Object
com.cloudera.cdp.datahub.model.CustomConfigurationProperty
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class CustomConfigurationProperty
extends Object
Information about Custom Configuration Property.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for configName.Getter for configValue.Getter for roleType.Getter for serviceType.int
hashCode()
void
setConfigName
(String configName) Setter for configName.void
setConfigValue
(String configValue) Setter for configValue.void
setRoleType
(String roleType) Setter for roleType.void
setServiceType
(String serviceType) Setter for serviceType.toString()
-
Constructor Details
-
CustomConfigurationProperty
public CustomConfigurationProperty()
-
-
Method Details
-
getConfigName
Getter for configName. The name of the custom configuration property. -
setConfigName
Setter for configName. The name of the custom configuration property. -
getConfigValue
Getter for configValue. The value of the custom configuration property. -
setConfigValue
Setter for configValue. The value of the custom configuration property. -
getServiceType
Getter for serviceType. The service under which the custom configuration property belongs. -
setServiceType
Setter for serviceType. The service under which the custom configuration property belongs. -
getRoleType
Getter for roleType. The role within the service type. -
setRoleType
Setter for roleType. The role within the service type. -
equals
-
hashCode
public int hashCode() -
toString
-