public class DDoSGeoIp extends AbstractModel
skipSign
Constructor and Description |
---|
DDoSGeoIp() |
DDoSGeoIp(DDoSGeoIp 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[] |
getRegionId()
Get Region information
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getSwitch()
Get Whether to remove all settings when empty strings are passed in.
|
void |
setRegionId(Long[] RegionId)
Set Region information
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setSwitch(String Switch)
Set Whether to remove all settings when empty strings are passed in.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DDoSGeoIp()
public DDoSGeoIp(DDoSGeoIp source)
public Long[] getRegionId()
public void setRegionId(Long[] RegionId)
RegionId
- Region information
Note: This field may return `null`, indicating that no valid value can be obtained.public String getSwitch()
public void setSwitch(String Switch)
Switch
- Whether to remove all settings when empty strings are passed in. Default value: `off` (remove)
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.