public class ModifyBanStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyBanStatusRequest() |
ModifyBanStatusRequest(ModifyBanStatusRequest 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 |
getOpenSmartMode()
Get 是否开启智能过白模式
|
Long |
getStatus()
Get 阻断开关状态: 0 -- 关闭 1 -- 高级阻断 2 -- 基础阻断(只阻断情报库黑ip)
|
void |
setOpenSmartMode(Boolean OpenSmartMode)
Set 是否开启智能过白模式
|
void |
setStatus(Long Status)
Set 阻断开关状态: 0 -- 关闭 1 -- 高级阻断 2 -- 基础阻断(只阻断情报库黑ip)
|
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 ModifyBanStatusRequest()
public ModifyBanStatusRequest(ModifyBanStatusRequest source)
public Long getStatus()
public void setStatus(Long Status)
Status
- 阻断开关状态: 0 -- 关闭 1 -- 高级阻断 2 -- 基础阻断(只阻断情报库黑ip)public Boolean getOpenSmartMode()
public void setOpenSmartMode(Boolean OpenSmartMode)
OpenSmartMode
- 是否开启智能过白模式Copyright © 2024. All rights reserved.