Class GetCustomNarConfigurationRequest


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

      • GetCustomNarConfigurationRequest

        public GetCustomNarConfigurationRequest()
    • 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 retrieve.
      • setCustomNarConfigurationCrn

        public void setCustomNarConfigurationCrn​(String customNarConfigurationCrn)
        Setter for customNarConfigurationCrn. The CRN of the custom NAR configuration to retrieve.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object