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