Class SetAccountTelemetryResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.environments.model.SetAccountTelemetryResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class SetAccountTelemetryResponse extends CdpResponse
Response object for set account level telemetry settings.
-
-
Field Summary
-
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
-
Constructor Summary
Constructors Constructor Description SetAccountTelemetryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getReportDeploymentLogs()
Getter for reportDeploymentLogs.List<AnonymizationRuleResponse>
getRules()
Getter for rules.Boolean
getWorkloadAnalytics()
Getter for workloadAnalytics.int
hashCode()
void
setReportDeploymentLogs(Boolean reportDeploymentLogs)
Setter for reportDeploymentLogs.void
setRules(List<AnonymizationRuleResponse> rules)
Setter for rules.void
setWorkloadAnalytics(Boolean workloadAnalytics)
Setter for workloadAnalytics.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
getWorkloadAnalytics
public Boolean getWorkloadAnalytics()
Getter for workloadAnalytics. Flag to enable account level workload analytics. (that will be used as a default for environment)
-
setWorkloadAnalytics
public void setWorkloadAnalytics(Boolean workloadAnalytics)
Setter for workloadAnalytics. Flag to enable account level workload analytics. (that will be used as a default for environment)
-
getReportDeploymentLogs
public Boolean getReportDeploymentLogs()
Getter for reportDeploymentLogs. Flag to enable account level deployment log collection. (that will be used as a default for environment)
-
setReportDeploymentLogs
public void setReportDeploymentLogs(Boolean reportDeploymentLogs)
Setter for reportDeploymentLogs. Flag to enable account level deployment log collection. (that will be used as a default for environment)
-
getRules
public List<AnonymizationRuleResponse> getRules()
Getter for rules. List of anonymization rules that are applied on logs that are shipped to Cloudera
-
setRules
public void setRules(List<AnonymizationRuleResponse> rules)
Setter for rules. List of anonymization rules that are applied on logs that are shipped to Cloudera
-
-