Class TestAccountTelemetryRulesRequest

java.lang.Object
com.cloudera.cdp.environments.model.TestAccountTelemetryRulesRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class TestAccountTelemetryRulesRequest extends Object
Request object for testing text input against provided account telemetry anonymization rules.
  • Constructor Details

    • TestAccountTelemetryRulesRequest

      public TestAccountTelemetryRulesRequest()
  • Method Details

    • 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
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object