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 Blocking mode.
|
Long |
getTtl()
Get Blocking time.
|
void |
setMode(String Mode)
Set Blocking mode.
|
void |
setTtl(Long Ttl)
Set Blocking time.
|
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 ModifyBanModeRequest()
public ModifyBanModeRequest(ModifyBanModeRequest source)
public String getMode()
public void setMode(String Mode)
Mode
- Blocking mode. STANDARD_MODE: standard mode; DEEP_MODE: deep mode.public Long getTtl()
public void setTtl(Long Ttl)
Ttl
- Blocking time. This parameter is valid in standard blocking mode.Copyright © 2025. All rights reserved.