public class ModifyNetAttackSettingRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyNetAttackSettingRequest() |
ModifyNetAttackSettingRequest(ModifyNetAttackSettingRequest 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 |
getNetAttackAlarmStatus()
Get 0 新增告警事件默认待处理,1新增告警事件默认已处理,3新增告警事件默认忽略
|
Long |
getNetAttackEnable()
Get 0 关闭网络攻击检测,1开启网络攻击检测
|
void |
setNetAttackAlarmStatus(Long NetAttackAlarmStatus)
Set 0 新增告警事件默认待处理,1新增告警事件默认已处理,3新增告警事件默认忽略
|
void |
setNetAttackEnable(Long NetAttackEnable)
Set 0 关闭网络攻击检测,1开启网络攻击检测
|
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 ModifyNetAttackSettingRequest()
public ModifyNetAttackSettingRequest(ModifyNetAttackSettingRequest source)
public Long getNetAttackEnable()
public void setNetAttackEnable(Long NetAttackEnable)
NetAttackEnable
- 0 关闭网络攻击检测,1开启网络攻击检测public Long getNetAttackAlarmStatus()
public void setNetAttackAlarmStatus(Long NetAttackAlarmStatus)
NetAttackAlarmStatus
- 0 新增告警事件默认待处理,1新增告警事件默认已处理,3新增告警事件默认忽略Copyright © 2023. All rights reserved.