public class ScanSensitiveInfo extends AbstractModel
Constructor and Description |
---|
ScanSensitiveInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getFilePath()
Get 敏感词对应的文件信息
|
String |
getFileSha()
Get 文件sha1值
|
String[] |
getWordList()
Get 敏感词
|
void |
setFilePath(String FilePath)
Set 敏感词对应的文件信息
|
void |
setFileSha(String FileSha)
Set 文件sha1值
|
void |
setWordList(String[] WordList)
Set 敏感词
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String[] getWordList()
public void setWordList(String[] WordList)
WordList
- 敏感词public String getFilePath()
public void setFilePath(String FilePath)
FilePath
- 敏感词对应的文件信息public String getFileSha()
public void setFileSha(String FileSha)
FileSha
- 文件sha1值Copyright © 2020. All rights reserved.