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 Details

    • CreateReportingTaskRequest

      public CreateReportingTaskRequest()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object