Class TestAccountTelemetryRulesRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class TestAccountTelemetryRulesRequest
    extends Object
    Request object for testing text input against provided account telemetry anonymization rules.
    • Constructor Detail

      • TestAccountTelemetryRulesRequest

        public TestAccountTelemetryRulesRequest()
    • Method Detail

      • getTestInput

        public String getTestInput()
        Getter for testInput. Text input that will be tested against the provided account telemetry anonymization rules.
      • setTestInput

        public void setTestInput​(String testInput)
        Setter for testInput. Text input that will be tested against the provided account telemetry anonymization rules.
      • getRules

        public List<AnonymizationRuleRequest> getRules()
        Getter for rules. List of anonymization rules that are applied on logs that are shipped to Cloudera
      • setRules

        public void setRules​(List<AnonymizationRuleRequest> 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