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 Details

    • CustomConfigurationPropertyRequest

      public CustomConfigurationPropertyRequest()
  • Method Details

    • 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.
    • 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