public class DescribeCanNotSeparateMachineRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeCanNotSeparateMachineRequest()  | 
DescribeCanNotSeparateMachineRequest(DescribeCanNotSeparateMachineRequest 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[] | 
getExcludeId()
Get Excluded event ID: When operating on all events, this ID needs to be excluded. 
 | 
Filters[] | 
getFilters()
Get IpOrAlias - String - required: no - filter by host IP or alias
FilePath - String - required: no - filter by path
VirusName - String - required: no - filter by description
CreateBeginTime - String - required: no - filter by creation time - start time
CreateEndTime - String - required: no - filter by creation time - end time
Status - String - required: no - status for filtering: 4: pending; 5: trusted; 6: isolated; 10: isolating; 11: canceling isolation 
 | 
Long[] | 
getIds()
Get An array of event IDs that need to be modified, and batch operation is supported. 
 | 
Boolean | 
getUpdateAll()
Get Whether to update all, i.e. 
 | 
void | 
setExcludeId(Long[] ExcludeId)
Set Excluded event ID: When operating on all events, this ID needs to be excluded. 
 | 
void | 
setFilters(Filters[] Filters)
Set IpOrAlias - String - required: no - filter by host IP or alias
FilePath - String - required: no - filter by path
VirusName - String - required: no - filter by description
CreateBeginTime - String - required: no - filter by creation time - start time
CreateEndTime - String - required: no - filter by creation time - end time
Status - String - required: no - status for filtering: 4: pending; 5: trusted; 6: isolated; 10: isolating; 11: canceling isolation 
 | 
void | 
setIds(Long[] Ids)
Set An array of event IDs that need to be modified, and batch operation is supported. 
 | 
void | 
setUpdateAll(Boolean UpdateAll)
Set Whether to update all, i.e. 
 | 
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 DescribeCanNotSeparateMachineRequest()
public DescribeCanNotSeparateMachineRequest(DescribeCanNotSeparateMachineRequest source)
public Long[] getIds()
public void setIds(Long[] Ids)
Ids - An array of event IDs that need to be modified, and batch operation is supported.public Boolean getUpdateAll()
public void setUpdateAll(Boolean UpdateAll)
UpdateAll - Whether to update all, i.e. whether to operate on all events; this parameter is invalid when IDs are not left blank.public Long[] getExcludeId()
public void setExcludeId(Long[] ExcludeId)
ExcludeId - Excluded event ID: When operating on all events, this ID needs to be excluded.public Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters - Copyright © 2025. All rights reserved.