Class DeleteCustomPythonConfigurationRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.DeleteCustomPythonConfigurationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.001-07:00")
public class DeleteCustomPythonConfigurationRequest
extends Object
Request object for deleting a custom Python configuration by CRN.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for configurationVersion.Getter for customPythonConfigurationCrn.Getter for environmentCrn.inthashCode()voidsetConfigurationVersion(Integer configurationVersion) Setter for configurationVersion.voidsetCustomPythonConfigurationCrn(String customPythonConfigurationCrn) Setter for customPythonConfigurationCrn.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.toString()
-
Constructor Details
-
DeleteCustomPythonConfigurationRequest
public DeleteCustomPythonConfigurationRequest()
-
-
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. -
getCustomPythonConfigurationCrn
Getter for customPythonConfigurationCrn. The CRN of the custom Python configuration to delete. -
setCustomPythonConfigurationCrn
Setter for customPythonConfigurationCrn. The CRN of the custom Python 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
-