Package com.cloudera.cdp.datahub.model
Class CustomConfigurationPropertyRequest
java.lang.Object
com.cloudera.cdp.datahub.model.CustomConfigurationPropertyRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class CustomConfigurationPropertyRequest
extends Object
The request object for the custom configuration property request.
-
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
-
CustomConfigurationPropertyRequest
public CustomConfigurationPropertyRequest()
-
-
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
-