Class DeleteCustomNarConfigurationRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.DeleteCustomNarConfigurationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.001-07:00")
public class DeleteCustomNarConfigurationRequest
extends Object
Request object for deleting a custom NAR configuration by CRN.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for configurationVersion.Getter for customNarConfigurationCrn.Getter for environmentCrn.inthashCode()voidsetConfigurationVersion(Integer configurationVersion) Setter for configurationVersion.voidsetCustomNarConfigurationCrn(String customNarConfigurationCrn) Setter for customNarConfigurationCrn.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.toString()
-
Constructor Details
-
DeleteCustomNarConfigurationRequest
public DeleteCustomNarConfigurationRequest()
-
-
Method Details
-
getEnvironmentCrn
Getter for environmentCrn. The CRN of an environment to execute the command. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of an environment to execute the command. -
getCustomNarConfigurationCrn
Getter for customNarConfigurationCrn. The CRN of the custom NAR configuration to delete. -
setCustomNarConfigurationCrn
Setter for customNarConfigurationCrn. The CRN of the custom NAR configuration to delete. -
getConfigurationVersion
Getter for configurationVersion. The version of the configuration -
setConfigurationVersion
Setter for configurationVersion. The version of the configuration -
equals
-
hashCode
public int hashCode() -
toString
-