public class SetBashEventsStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SetBashEventsStatusRequest() | 
| SetBashEventsStatusRequest(SetBashEventsStatusRequest 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[] | getIds()Get ID数组,最大100条。 | 
| Long | getStatus()Get 新状态(0-待处理 1-高危 2-正常) | 
| void | setIds(Long[] Ids)Set ID数组,最大100条。 | 
| void | setStatus(Long Status)Set 新状态(0-待处理 1-高危 2-正常) | 
| 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 SetBashEventsStatusRequest()
public SetBashEventsStatusRequest(SetBashEventsStatusRequest source)
public Long[] getIds()
public void setIds(Long[] Ids)
Ids - ID数组,最大100条。public Long getStatus()
public void setStatus(Long Status)
Status - 新状态(0-待处理 1-高危 2-正常)Copyright © 2025. All rights reserved.