public class SensitiveDataScannerTextReplacementType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SensitiveDataScannerTextReplacementType.SensitiveDataScannerTextReplacementTypeSerializer |
| Modifier and Type | Field and Description |
|---|---|
static SensitiveDataScannerTextReplacementType |
HASH |
static SensitiveDataScannerTextReplacementType |
NONE |
static SensitiveDataScannerTextReplacementType |
PARTIAL_REPLACEMENT_FROM_BEGINNING |
static SensitiveDataScannerTextReplacementType |
PARTIAL_REPLACEMENT_FROM_END |
static SensitiveDataScannerTextReplacementType |
REPLACEMENT_STRING |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SensitiveDataScannerTextReplacementType object is equal to o.
|
static SensitiveDataScannerTextReplacementType |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final SensitiveDataScannerTextReplacementType NONE
public static final SensitiveDataScannerTextReplacementType HASH
public static final SensitiveDataScannerTextReplacementType REPLACEMENT_STRING
public static final SensitiveDataScannerTextReplacementType PARTIAL_REPLACEMENT_FROM_BEGINNING
public static final SensitiveDataScannerTextReplacementType PARTIAL_REPLACEMENT_FROM_END
public boolean isValid()
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
public static SensitiveDataScannerTextReplacementType fromValue(String value)
Copyright © 2023. All rights reserved.