Class CustomConfigurations


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class CustomConfigurations
    extends Object
    Information about custom configurations.
    • Constructor Detail

      • CustomConfigurations

        public CustomConfigurations()
    • Method Detail

      • getName

        public String getName()
        Getter for name. The name of the custom configurations.
      • setName

        public void setName​(String name)
        Setter for name. The name of the custom configurations.
      • getCrn

        public String getCrn()
        Getter for crn. The CRN of the custom configurations.
      • setCrn

        public void setCrn​(String crn)
        Setter for crn. The CRN of the custom configurations.
      • setConfigurations

        public void setConfigurations​(List<CustomConfigurationProperty> configurations)
        Setter for configurations. The custom configuration properties.
      • getRuntimeVersion

        public String getRuntimeVersion()
        Getter for runtimeVersion. The runtime version of the custom configurations.
      • setRuntimeVersion

        public void setRuntimeVersion​(String runtimeVersion)
        Setter for runtimeVersion. The runtime version of the custom configurations.
      • getAccountId

        public String getAccountId()
        Getter for accountId. The account ID that was used for creating custom configurations.
      • setAccountId

        public void setAccountId​(String accountId)
        Setter for accountId. The account ID that was used for creating custom configurations.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object