Class CreateReportingTaskRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class CreateReportingTaskRequest
    extends Object
    Request object for creating a reporting task
    • Constructor Detail

      • CreateReportingTaskRequest

        public CreateReportingTaskRequest()
    • 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.
      • getFilePath

        public String getFilePath()
        Getter for filePath. The full local path to the file containing the reporting task definition
      • setFilePath

        public void setFilePath​(String filePath)
        Setter for filePath. The full local path to the file containing the reporting task definition
      • getDeploymentCrn

        public String getDeploymentCrn()
        Getter for deploymentCrn. The CRN of the deployment.
      • setDeploymentCrn

        public void setDeploymentCrn​(String deploymentCrn)
        Setter for deploymentCrn. The CRN of the deployment.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object