Class SetAccountTelemetryResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class SetAccountTelemetryResponse
    extends CdpResponse
    Response object for set account level telemetry settings.
    • Constructor Detail

      • SetAccountTelemetryResponse

        public SetAccountTelemetryResponse()
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object