public class AccessRegionDetial extends AbstractModel
Constructor and Description |
---|
AccessRegionDetial() |
Modifier and Type | Method and Description |
---|---|
Long[] |
getBandwidthList()
Get 可选的带宽取值数组
|
Long[] |
getConcurrentList()
Get 可选的并发量取值数组
|
String |
getRegionId()
Get 区域ID
|
String |
getRegionName()
Get 区域的中文或英文名称
|
void |
setBandwidthList(Long[] BandwidthList)
Set 可选的带宽取值数组
|
void |
setConcurrentList(Long[] ConcurrentList)
Set 可选的并发量取值数组
|
void |
setRegionId(String RegionId)
Set 区域ID
|
void |
setRegionName(String RegionName)
Set 区域的中文或英文名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getRegionId()
public void setRegionId(String RegionId)
RegionId
- 区域IDpublic String getRegionName()
public void setRegionName(String RegionName)
RegionName
- 区域的中文或英文名称public Long[] getConcurrentList()
public void setConcurrentList(Long[] ConcurrentList)
ConcurrentList
- 可选的并发量取值数组public Long[] getBandwidthList()
public void setBandwidthList(Long[] BandwidthList)
BandwidthList
- 可选的带宽取值数组Copyright © 2020. All rights reserved.