Package com.cloudera.cdp.datahub.model
Class CustomConfigurations
java.lang.Object
com.cloudera.cdp.datahub.model.CustomConfigurations
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:25.843-07:00")
public class CustomConfigurations
extends Object
Information about custom configurations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for accountId.Getter for configurations.getCrn()Getter for crn.getName()Getter for name.Getter for runtimeVersion.inthashCode()voidsetAccountId(String accountId) Setter for accountId.voidsetConfigurations(List<CustomConfigurationProperty> configurations) Setter for configurations.voidSetter for crn.voidSetter for name.voidsetRuntimeVersion(String runtimeVersion) Setter for runtimeVersion.toString()
-
Constructor Details
-
CustomConfigurations
public CustomConfigurations()
-
-
Method Details
-
getName
Getter for name. The name of the custom configurations. -
setName
Setter for name. The name of the custom configurations. -
getCrn
Getter for crn. The CRN of the custom configurations. -
setCrn
Setter for crn. The CRN of the custom configurations. -
getConfigurations
Getter for configurations. The custom configuration properties. -
setConfigurations
Setter for configurations. The custom configuration properties. -
getRuntimeVersion
Getter for runtimeVersion. The runtime version of the custom configurations. -
setRuntimeVersion
Setter for runtimeVersion. The runtime version of the custom configurations. -
getAccountId
Getter for accountId. The account ID that was used for creating custom configurations. -
setAccountId
Setter for accountId. The account ID that was used for creating custom configurations. -
equals
-
hashCode
public int hashCode() -
toString
-