Class GetAccountTelemetryResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.GetAccountTelemetryResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class GetAccountTelemetryResponse
extends CdpResponse
Response object for get account level telemetry settings.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for reportDeploymentLogs.getRules()
Getter for rules.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.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetAccountTelemetryResponse
public GetAccountTelemetryResponse()
-
-
Method Details
-
getWorkloadAnalytics
Getter for workloadAnalytics. Flag to enable account level workload analytics. (that will be used as a default for environment) -
setWorkloadAnalytics
Setter for workloadAnalytics. Flag to enable account level workload analytics. (that will be used as a default for environment) -
getReportDeploymentLogs
Getter for reportDeploymentLogs. Flag to enable account level deployment log collection. (that will be used as a default for environment) -
setReportDeploymentLogs
Setter for reportDeploymentLogs. Flag to enable account level deployment log collection. (that will be used as a default for environment) -
getRules
Getter for rules. List of anonymization rules that are applied on logs that are shipped to Cloudera -
setRules
Setter for rules. List of anonymization rules that are applied on logs that are shipped to Cloudera -
equals
-
hashCode
public int hashCode() -
toString
-