public class VirusAutoIsolateSampleInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
VirusAutoIsolateSampleInfo()  | 
VirusAutoIsolateSampleInfo(VirusAutoIsolateSampleInfo 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 | 
getAutoIsolateSwitch()
Get Automatic isolation switch. 
 | 
String | 
getMD5()
Get MD5 checksum of the file 
 | 
String | 
getModifyTime()
Get Last edit time 
 | 
String | 
getVirusName()
Get Virus name 
 | 
void | 
setAutoIsolateSwitch(Boolean AutoIsolateSwitch)
Set Automatic isolation switch. 
 | 
void | 
setMD5(String MD5)
Set MD5 checksum of the file 
 | 
void | 
setModifyTime(String ModifyTime)
Set Last edit time 
 | 
void | 
setVirusName(String VirusName)
Set Virus name 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VirusAutoIsolateSampleInfo()
public VirusAutoIsolateSampleInfo(VirusAutoIsolateSampleInfo source)
public String getMD5()
public void setMD5(String MD5)
MD5 - MD5 checksum of the filepublic String getVirusName()
public void setVirusName(String VirusName)
VirusName - Virus namepublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - Last edit timepublic Boolean getAutoIsolateSwitch()
public void setAutoIsolateSwitch(Boolean AutoIsolateSwitch)
AutoIsolateSwitch - Automatic isolation switch. Valid values: `true` (on); `false` (off).Copyright © 2025. All rights reserved.