Class AnonymizationRuleRequest
java.lang.Object
com.cloudera.cdp.environments.model.AnonymizationRuleRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class AnonymizationRuleRequest
extends Object
Anonymization rule request object that is applied on logs that are sent to Cloudera.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AnonymizationRuleRequest
public AnonymizationRuleRequest()
-
-
Method Details
-
getValue
Getter for value. Pattern of the rule that should be redacted. -
setValue
Setter for value. Pattern of the rule that should be redacted. -
getReplacement
Getter for replacement. If rule pattern (value) matches, that will be replaced for this string (default [REDACTED]) -
setReplacement
Setter for replacement. If rule pattern (value) matches, that will be replaced for this string (default [REDACTED]) -
equals
-
hashCode
public int hashCode() -
toString
-