Class TestAccountTelemetryRulesRequest
- java.lang.Object
-
- com.cloudera.cdp.environments.model.TestAccountTelemetryRulesRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-12-01T13:59:41.311-08:00") public class TestAccountTelemetryRulesRequest extends Object
Request object for testing text input against provided account telemetry anonymization rules.
-
-
Constructor Summary
Constructors Constructor Description TestAccountTelemetryRulesRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<AnonymizationRuleRequest>
getRules()
Getter for rules.String
getTestInput()
Getter for testInput.int
hashCode()
void
setRules(List<AnonymizationRuleRequest> rules)
Setter for rules.void
setTestInput(String testInput)
Setter for testInput.String
toString()
-
-
-
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
-
-