public class ModifyVirusFileStatusRequest extends AbstractModel
Constructor and Description |
---|
ModifyVirusFileStatusRequest() |
ModifyVirusFileStatusRequest(ModifyVirusFileStatusRequest 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 |
---|---|
Boolean |
getAutoIsolate()
Get Whether to automatically isolate files with the same MD5 checksum
|
String[] |
getEventIdSet()
Get IDs of events
|
String |
getRemark()
Get Event remarks
|
String |
getStatus()
Get Event status
`EVENT_DEALED`: Processed.
|
void |
setAutoIsolate(Boolean AutoIsolate)
Set Whether to automatically isolate files with the same MD5 checksum
|
void |
setEventIdSet(String[] EventIdSet)
Set IDs of events
|
void |
setRemark(String Remark)
Set Event remarks
|
void |
setStatus(String Status)
Set Event status
`EVENT_DEALED`: Processed.
|
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 ModifyVirusFileStatusRequest()
public ModifyVirusFileStatusRequest(ModifyVirusFileStatusRequest source)
public String[] getEventIdSet()
public void setEventIdSet(String[] EventIdSet)
EventIdSet
- IDs of eventspublic String getStatus()
public void setStatus(String Status)
Status
- Event status
`EVENT_DEALED`: Processed.
`EVENT_INGNORE`: Ignored.
`EVENT_DEL`: Deleted.
`EVENT_ADD_WHITE`: Allowed.
`EVENT_PENDING`: Pending.
`EVENT_ISOLATE_CONTAINER`: Container isolated.
`EVENT_RESOTRE_CONTAINER`: Container recovered.public String getRemark()
public void setRemark(String Remark)
Remark
- Event remarkspublic Boolean getAutoIsolate()
public void setAutoIsolate(Boolean AutoIsolate)
AutoIsolate
- Whether to automatically isolate files with the same MD5 checksumCopyright © 2023. All rights reserved.