Class GetCustomNarConfigurationRequest
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.GetCustomNarConfigurationRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.979-07:00") public class GetCustomNarConfigurationRequest extends Object
Request object for retrieving a custom NAR configuration by CRN.
-
-
Constructor Summary
Constructors Constructor Description GetCustomNarConfigurationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCustomNarConfigurationCrn()
Getter for customNarConfigurationCrn.String
getEnvironmentCrn()
Getter for environmentCrn.int
hashCode()
void
setCustomNarConfigurationCrn(String customNarConfigurationCrn)
Setter for customNarConfigurationCrn.void
setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn.String
toString()
-
-
-
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.
-
-