public class ModifyVulDefenceEventStatusRequest extends AbstractModel
Constructor and Description |
---|
ModifyVulDefenceEventStatusRequest() |
ModifyVulDefenceEventStatusRequest(ModifyVulDefenceEventStatusRequest 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[] |
getEventIDs()
Get Array of event IDs
|
String |
getRemark()
Get Remarks
|
String |
getStatus()
Get Operation status:
Valid values: `EVENT_DEALED` (processed); `EVENT_IGNORE` (ignore); `EVENT_ISOLATE_CONTAINER` (isolate the container); `EVENT_DEL` (delete).
|
void |
setEventIDs(Long[] EventIDs)
Set Array of event IDs
|
void |
setRemark(String Remark)
Set Remarks
|
void |
setStatus(String Status)
Set Operation status:
Valid values: `EVENT_DEALED` (processed); `EVENT_IGNORE` (ignore); `EVENT_ISOLATE_CONTAINER` (isolate the container); `EVENT_DEL` (delete).
|
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 ModifyVulDefenceEventStatusRequest()
public ModifyVulDefenceEventStatusRequest(ModifyVulDefenceEventStatusRequest source)
public Long[] getEventIDs()
public void setEventIDs(Long[] EventIDs)
EventIDs
- Array of event IDspublic String getStatus()
public void setStatus(String Status)
Status
- Operation status:
Valid values: `EVENT_DEALED` (processed); `EVENT_IGNORE` (ignore); `EVENT_ISOLATE_CONTAINER` (isolate the container); `EVENT_DEL` (delete).public String getRemark()
public void setRemark(String Remark)
Remark
- RemarksCopyright © 2023. All rights reserved.