Class TestAccountTelemetryRulesRequest
java.lang.Object
com.cloudera.cdp.environments.model.TestAccountTelemetryRulesRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
           date="2025-10-28T14:00:28.895-07:00")
public class TestAccountTelemetryRulesRequest
extends Object
Request object for testing text input against provided account telemetry anonymization rules.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetRules()Getter for rules.Getter for testInput.inthashCode()voidsetRules(List<AnonymizationRuleRequest> rules) Setter for rules.voidsetTestInput(String testInput) Setter for testInput.toString() 
- 
Constructor Details
- 
TestAccountTelemetryRulesRequest
public TestAccountTelemetryRulesRequest() 
 - 
 - 
Method Details
- 
getTestInput
Getter for testInput. Text input that will be tested against the provided account telemetry anonymization rules. - 
setTestInput
Setter for testInput. Text input that will be tested against the provided account telemetry anonymization rules. - 
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
 
 -