public class ModifyEventAttackStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyEventAttackStatusRequest() |
ModifyEventAttackStatusRequest(ModifyEventAttackStatusRequest 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 |
getAll()
Get Whether to update all, i.e.
|
Long[] |
getExcludeId()
Get Excluded IDs
|
Filters[] |
getFilters()
Get Filter criteria
Type: String attack status: 0: attempted attack; 1: attack succeeded: required: no
Status: String event processing status: 0: pending 1: processed; 2: allowlisted; 3: ignored; 4: deleted: required: no
SrcIP - String source IP - required: no
DstPort - String attack target port - required: no
MachineName - String host name - required: no
InstanceID - String host instance ID - required: no
Quuids - String host CVM UUID - required: no
|
Long[] |
getIds()
Get An array of event IDs that need to be modified, and batch operation is supported.
|
Long |
getStatus()
Get 0: Pending 1: Processed 2: Allowlisted 3: Ignored 4: Deleted
|
void |
setAll(Boolean All)
Set Whether to update all, i.e.
|
void |
setExcludeId(Long[] ExcludeId)
Set Excluded IDs
|
void |
setFilters(Filters[] Filters)
Set Filter criteria
Type: String attack status: 0: attempted attack; 1: attack succeeded: required: no
Status: String event processing status: 0: pending 1: processed; 2: allowlisted; 3: ignored; 4: deleted: required: no
SrcIP - String source IP - required: no
DstPort - String attack target port - required: no
MachineName - String host name - required: no
InstanceID - String host instance ID - required: no
Quuids - String host CVM UUID - required: no
|
void |
setIds(Long[] Ids)
Set An array of event IDs that need to be modified, and batch operation is supported.
|
void |
setStatus(Long Status)
Set 0: Pending 1: Processed 2: Allowlisted 3: Ignored 4: Deleted
|
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, toJsonString
public ModifyEventAttackStatusRequest()
public ModifyEventAttackStatusRequest(ModifyEventAttackStatusRequest 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 getAll()
public void setAll(Boolean All)
All
- Whether to update all, i.e. whether to operate on all events; this parameter is invalid when IDs are not left blank.public Long getStatus()
public void setStatus(Long Status)
Status
- 0: Pending 1: Processed 2: Allowlisted 3: Ignored 4: Deletedpublic Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters
- Filter criteria
public Long[] getExcludeId()
public void setExcludeId(Long[] ExcludeId)
ExcludeId
- Excluded IDsCopyright © 2025. All rights reserved.