public class ModifyBanModeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyBanModeRequest() | 
| ModifyBanModeRequest(ModifyBanModeRequest 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 | 
|---|---|
| String | getMode()Get 阻断模式,STANDARD_MODE:标准阻断,DEEP_MODE:深度阻断 | 
| Long | getTtl()Get 阻断时间,用于标准阻断模式 | 
| void | setMode(String Mode)Set 阻断模式,STANDARD_MODE:标准阻断,DEEP_MODE:深度阻断 | 
| void | setTtl(Long Ttl)Set 阻断时间,用于标准阻断模式 | 
| 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, toJsonStringpublic ModifyBanModeRequest()
public ModifyBanModeRequest(ModifyBanModeRequest source)
public String getMode()
public void setMode(String Mode)
Mode - 阻断模式,STANDARD_MODE:标准阻断,DEEP_MODE:深度阻断public Long getTtl()
public void setTtl(Long Ttl)
Ttl - 阻断时间,用于标准阻断模式Copyright © 2025. All rights reserved.