Class DeleteCustomNarConfigurationRequest
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.DeleteCustomNarConfigurationRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:54.557-07:00") public class DeleteCustomNarConfigurationRequest extends Object
Request object for deleting a custom NAR configuration by CRN.
-
-
Constructor Summary
Constructors Constructor Description DeleteCustomNarConfigurationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Integer
getConfigurationVersion()
Getter for configurationVersion.String
getCustomNarConfigurationCrn()
Getter for customNarConfigurationCrn.String
getEnvironmentCrn()
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.String
toString()
-
-
-
Method Detail
-
getEnvironmentCrn
public String getEnvironmentCrn()
Getter for environmentCrn. The CRN of an environment to execute the command.
-
setEnvironmentCrn
public void setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn. The CRN of an environment to execute the command.
-
getCustomNarConfigurationCrn
public String getCustomNarConfigurationCrn()
Getter for customNarConfigurationCrn. The CRN of the custom NAR configuration to delete.
-
setCustomNarConfigurationCrn
public void setCustomNarConfigurationCrn(String customNarConfigurationCrn)
Setter for customNarConfigurationCrn. The CRN of the custom NAR configuration to delete.
-
getConfigurationVersion
public Integer getConfigurationVersion()
Getter for configurationVersion. The version of the configuration
-
setConfigurationVersion
public void setConfigurationVersion(Integer configurationVersion)
Setter for configurationVersion. The version of the configuration
-
-