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="2024-09-27T08:40:24.392-07:00")
public class CustomConfigurations
extends Object
Information about custom configurations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for accountId.Getter for configurations.getCrn()
Getter for crn.getName()
Getter for name.Getter for runtimeVersion.int
hashCode()
void
setAccountId
(String accountId) Setter for accountId.void
setConfigurations
(List<CustomConfigurationProperty> configurations) Setter for configurations.void
Setter for crn.void
Setter for name.void
setRuntimeVersion
(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
-