public class CreateMalwareWhiteListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateMalwareWhiteListRequest() | 
| CreateMalwareWhiteListRequest(CreateMalwareWhiteListRequest 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 | 
|---|---|
| Long | getEventId()Get Trojan event ID | 
| 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 | getIsGlobal()Get Whether applies all hosts. | 
| Long | getIsHandleHistoryEvents()Get | 
| 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 | setEventId(Long EventId)Set Trojan event ID | 
| 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 | setIsGlobal(Long IsGlobal)Set Whether applies all hosts. | 
| void | setIsHandleHistoryEvents(Long IsHandleHistoryEvents)Set | 
| 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 CreateMalwareWhiteListRequest()
public CreateMalwareWhiteListRequest(CreateMalwareWhiteListRequest source)
public Long getMode()
public void setMode(Long Mode)
Mode - Allowlist mode. 0: MD5 allowlist; 1: customizationpublic String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList - QUUID listpublic Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal - Whether applies all hosts. 0: no; 1: yespublic 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 listpublic Long getEventId()
public void setEventId(Long EventId)
EventId - Trojan event IDpublic Long getIsHandleHistoryEvents()
public void setIsHandleHistoryEvents(Long IsHandleHistoryEvents)
IsHandleHistoryEvents - Copyright © 2025. All rights reserved.