public class ModifyMalwareWhiteListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyMalwareWhiteListRequest() | 
| ModifyMalwareWhiteListRequest(ModifyMalwareWhiteListRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getFileDirectory()Get File Directory (regular expression); up to 200 characters in length, content base64 encoded. | 
| String[] | getFileExtension()Get File Suffix; Up to 200 characters in length, content base64 escaped (deprecated). | 
| String[] | getFileName()Get File Name (regular expression); up to 200 characters in length | 
| Long | getId()Get Unique rule ID | 
| Long | getIsGlobal()Get Whether the allowlist applies to all hosts. | 
| Long | getMatchType()Get Matching pattern; 0 for exact match, 1 for fuzzy match (deprecated) | 
| String[] | getMd5List()Get MD5 list | 
| Long | getMode()Get Allowlist mode. | 
| String[] | getQuuidList()Get QUUID list | 
| void | setFileDirectory(String[] FileDirectory)Set File Directory (regular expression); up to 200 characters in length, content base64 encoded. | 
| void | setFileExtension(String[] FileExtension)Set File Suffix; Up to 200 characters in length, content base64 escaped (deprecated). | 
| void | setFileName(String[] FileName)Set File Name (regular expression); up to 200 characters in length | 
| void | setId(Long Id)Set Unique rule ID | 
| void | setIsGlobal(Long IsGlobal)Set Whether the allowlist applies to all hosts. | 
| void | setMatchType(Long MatchType)Set Matching pattern; 0 for exact match, 1 for fuzzy match (deprecated) | 
| void | setMd5List(String[] Md5List)Set MD5 list | 
| void | setMode(Long Mode)Set Allowlist mode. | 
| void | setQuuidList(String[] QuuidList)Set QUUID list | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyMalwareWhiteListRequest()
public ModifyMalwareWhiteListRequest(ModifyMalwareWhiteListRequest source)
public Long getMode()
public void setMode(Long Mode)
Mode - Allowlist mode. 0: MD5 allowlist; 1: custom.public Long getId()
public void setId(Long Id)
Id - Unique rule IDpublic String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList - QUUID listpublic Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal - Whether the allowlist applies to all hosts. 0: no; 1: yes.public Long getMatchType()
public void setMatchType(Long MatchType)
MatchType - Matching pattern; 0 for exact match, 1 for fuzzy match (deprecated)public String[] getFileName()
public void setFileName(String[] FileName)
FileName - File Name (regular expression); up to 200 characters in lengthpublic String[] getFileDirectory()
public void setFileDirectory(String[] FileDirectory)
FileDirectory - File Directory (regular expression); up to 200 characters in length, content base64 encoded.public String[] getFileExtension()
public void setFileExtension(String[] FileExtension)
FileExtension - File Suffix; Up to 200 characters in length, content base64 escaped (deprecated).public String[] getMd5List()
public void setMd5List(String[] Md5List)
Md5List - MD5 listCopyright © 2025. All rights reserved.