Class CreateReportingTaskRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.CreateReportingTaskRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class CreateReportingTaskRequest
extends Object
Request object for creating a reporting task
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for deploymentCrn.Getter for environmentCrn.Getter for filePath.int
hashCode()
void
setDeploymentCrn
(String deploymentCrn) Setter for deploymentCrn.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setFilePath
(String filePath) Setter for filePath.toString()
-
Constructor Details
-
CreateReportingTaskRequest
public CreateReportingTaskRequest()
-
-
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. -
getFilePath
Getter for filePath. The full local path to the file containing the reporting task definition -
setFilePath
Setter for filePath. The full local path to the file containing the reporting task definition -
getDeploymentCrn
Getter for deploymentCrn. The CRN of the deployment. -
setDeploymentCrn
Setter for deploymentCrn. The CRN of the deployment. -
equals
-
hashCode
public int hashCode() -
toString
-