public class SensitiveKey extends Object implements Serializable
| Constructor and Description |
|---|
SensitiveKey() |
SensitiveKey(String key,
String type,
String regexBegin,
String regexContent,
boolean all,
String constStr) |
| Modifier and Type | Method and Description |
|---|---|
void |
FromJsonObject(com.alibaba.fastjson.JSONObject dict) |
void |
FromJsonString(String sensitiveKeyString) |
String |
getConstStr() |
String |
getKey() |
String |
getRegexBegin() |
String |
getRegexContent() |
String |
getType() |
boolean |
isAll() |
void |
setAll(boolean all) |
void |
setConstStr(String constStr) |
void |
setKey(String key) |
void |
setRegexBegin(String regexBegin) |
void |
setRegexContent(String regexContent) |
void |
setType(String type) |
com.alibaba.fastjson.JSONObject |
ToJsonObject() |
public String getConstStr()
public void setConstStr(String constStr)
public String getKey()
public void setKey(String key)
public String getType()
public void setType(String type)
public String getRegexBegin()
public void setRegexBegin(String regexBegin)
public String getRegexContent()
public void setRegexContent(String regexContent)
public boolean isAll()
public void setAll(boolean all)
public com.alibaba.fastjson.JSONObject ToJsonObject()
public void FromJsonObject(com.alibaba.fastjson.JSONObject dict)
throws LogException
LogExceptionpublic void FromJsonString(String sensitiveKeyString) throws LogException
LogExceptionCopyright © 2025. All Rights Reserved.