Class DeleteCustomNarConfigurationRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.DeleteCustomNarConfigurationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class DeleteCustomNarConfigurationRequest
extends Object
Request object for deleting a custom NAR configuration by CRN.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for configurationVersion.Getter for customNarConfigurationCrn.Getter for environmentCrn.int
hashCode()
void
setConfigurationVersion
(Integer configurationVersion) Setter for configurationVersion.void
setCustomNarConfigurationCrn
(String customNarConfigurationCrn) Setter for customNarConfigurationCrn.void
setEnvironmentCrn
(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
-