Class AnonymizationRuleRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class AnonymizationRuleRequest
    extends Object
    Anonymization rule request object that is applied on logs that are sent to Cloudera.
    • Constructor Detail

      • AnonymizationRuleRequest

        public AnonymizationRuleRequest()
    • Method Detail

      • getValue

        public String getValue()
        Getter for value. Pattern of the rule that should be redacted.
      • setValue

        public void setValue​(String value)
        Setter for value. Pattern of the rule that should be redacted.
      • getReplacement

        public String getReplacement()
        Getter for replacement. If rule pattern (value) matches, that will be replaced for this string (default [REDACTED])
      • setReplacement

        public void setReplacement​(String replacement)
        Setter for replacement. If rule pattern (value) matches, that will be replaced for this string (default [REDACTED])
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object