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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getRules()
Getter for rules.Getter for testInput.int
hashCode()
void
setRules
(List<AnonymizationRuleRequest> rules) Setter for rules.void
setTestInput
(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
-