Class CustomConfigurationPropertyRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class CustomConfigurationPropertyRequest
    extends Object
    The request object for the custom configuration property request.
    • Constructor Detail

      • CustomConfigurationPropertyRequest

        public CustomConfigurationPropertyRequest()
    • Method Detail

      • getConfigName

        public String getConfigName()
        Getter for configName. The name of the custom configuration property.
      • setConfigName

        public void setConfigName​(String configName)
        Setter for configName. The name of the custom configuration property.
      • getConfigValue

        public String getConfigValue()
        Getter for configValue. The value of the custom configuration property.
      • setConfigValue

        public void setConfigValue​(String configValue)
        Setter for configValue. The value of the custom configuration property.
      • getServiceType

        public String getServiceType()
        Getter for serviceType. The service under which the custom configuration property belongs.
      • setServiceType

        public void setServiceType​(String serviceType)
        Setter for serviceType. The service under which the custom configuration property belongs.
      • getRoleType

        public String getRoleType()
        Getter for roleType. The role within the service type.
      • setRoleType

        public void setRoleType​(String roleType)
        Setter for roleType. The role within the service type.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object