public class ModifyRansomDefenseEventsStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyRansomDefenseEventsStatusRequest() |
ModifyRansomDefenseEventsStatusRequest(ModifyRansomDefenseEventsStatusRequest 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 events with the same path.
|
Long[] |
getIds()
Get An array of event IDs that need to be modified, and batch operation is supported.
|
Long |
getStatus()
Get Operations.
|
void |
setAll(Boolean All)
Set Whether to update all events with the same path.
|
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 Operations.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyRansomDefenseEventsStatusRequest()
public ModifyRansomDefenseEventsStatusRequest(ModifyRansomDefenseEventsStatusRequest 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 Long getStatus()
public void setStatus(Long Status)
Status
- Operations. 0: Pending; 1: Processed; 2: Trusted; 9: Delete Recordpublic Boolean getAll()
public void setAll(Boolean All)
All
- Whether to update all events with the same path.Copyright © 2025. All rights reserved.