Class GetCustomPythonConfigurationRequest

java.lang.Object
com.cloudera.cdp.dfworkload.model.GetCustomPythonConfigurationRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:19.422-07:00") public class GetCustomPythonConfigurationRequest extends Object
Request object for retrieving a custom Python configuration by CRN.
  • Constructor Details

    • GetCustomPythonConfigurationRequest

      public GetCustomPythonConfigurationRequest()
  • Method Details

    • 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.
    • getCustomPythonConfigurationCrn

      public String getCustomPythonConfigurationCrn()
      Getter for customPythonConfigurationCrn. The CRN of the custom Python configuration to retrieve.
    • setCustomPythonConfigurationCrn

      public void setCustomPythonConfigurationCrn(String customPythonConfigurationCrn)
      Setter for customPythonConfigurationCrn. The CRN of the custom Python configuration to retrieve.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object