Class GetCustomNarConfigurationRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.GetCustomNarConfigurationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class GetCustomNarConfigurationRequest
extends Object
Request object for retrieving a custom NAR configuration by CRN.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for customNarConfigurationCrn.Getter for environmentCrn.int
hashCode()
void
setCustomNarConfigurationCrn
(String customNarConfigurationCrn) Setter for customNarConfigurationCrn.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.toString()
-
Constructor Details
-
GetCustomNarConfigurationRequest
public GetCustomNarConfigurationRequest()
-
-
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. -
getCustomNarConfigurationCrn
Getter for customNarConfigurationCrn. The CRN of the custom NAR configuration to retrieve. -
setCustomNarConfigurationCrn
Setter for customNarConfigurationCrn. The CRN of the custom NAR configuration to retrieve. -
equals
-
hashCode
public int hashCode() -
toString
-