Class DeleteAttackLogsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DeleteAttackLogsRequest
-
public class DeleteAttackLogsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteAttackLogsRequest()DeleteAttackLogsRequest(DeleteAttackLogsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long[]getIds()Get 日志ID数组,最大100条。BooleangetIsAll()Get 是否全部删除voidsetIds(Long[] Ids)Set 日志ID数组,最大100条。voidsetIsAll(Boolean IsAll)Set 是否全部删除voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteAttackLogsRequest
public DeleteAttackLogsRequest()
-
DeleteAttackLogsRequest
public DeleteAttackLogsRequest(DeleteAttackLogsRequest 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.
-
-
Method Detail
-
getIds
public Long[] getIds()
Get 日志ID数组,最大100条。- Returns:
- Ids 日志ID数组,最大100条。
-
setIds
public void setIds(Long[] Ids)
Set 日志ID数组,最大100条。- Parameters:
Ids- 日志ID数组,最大100条。
-
getIsAll
public Boolean getIsAll()
Get 是否全部删除- Returns:
- IsAll 是否全部删除
-
setIsAll
public void setIsAll(Boolean IsAll)
Set 是否全部删除- Parameters:
IsAll- 是否全部删除
-
-