Class DeleteCustomNarConfigurationRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class DeleteCustomNarConfigurationRequest
    extends Object
    Request object for deleting a custom NAR configuration by CRN.
    • Constructor Detail

      • DeleteCustomNarConfigurationRequest

        public DeleteCustomNarConfigurationRequest()
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object