Class UploadParameterAssetRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.UploadParameterAssetRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-06-05T07:54:45.482-07:00")
public class UploadParameterAssetRequest
extends Object
Request object for uploading an asset to a parameter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for environmentCrn.Getter for filePath.Getter for parameterGroupCrn.Getter for parameterName.inthashCode()voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetFilePath(String filePath) Setter for filePath.voidsetParameterGroupCrn(String parameterGroupCrn) Setter for parameterGroupCrn.voidsetParameterName(String parameterName) Setter for parameterName.toString()
-
Constructor Details
-
UploadParameterAssetRequest
public UploadParameterAssetRequest()
-
-
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. -
getParameterGroupCrn
Getter for parameterGroupCrn. The CRN of the parameter group. -
setParameterGroupCrn
Setter for parameterGroupCrn. The CRN of the parameter group. -
getParameterName
Getter for parameterName. The name of the parameter. -
setParameterName
Setter for parameterName. The name of the parameter. -
getFilePath
Getter for filePath. The full local path to the file being uploaded. -
setFilePath
Setter for filePath. The full local path to the file being uploaded. -
equals
-
hashCode
public int hashCode() -
toString
-