public class AccessRegionDetial extends AbstractModel
Constructor and Description |
---|
AccessRegionDetial() |
AccessRegionDetial(AccessRegionDetial 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[] |
getBandwidthList()
Get Value array of the available bandwidth
|
Long[] |
getConcurrentList()
Get Value array of the available concurrence
|
String |
getRegionId()
Get Region ID
|
String |
getRegionName()
Get Region name in Chinese or English
|
void |
setBandwidthList(Long[] BandwidthList)
Set Value array of the available bandwidth
|
void |
setConcurrentList(Long[] ConcurrentList)
Set Value array of the available concurrence
|
void |
setRegionId(String RegionId)
Set Region ID
|
void |
setRegionName(String RegionName)
Set Region name in Chinese or English
|
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 AccessRegionDetial()
public AccessRegionDetial(AccessRegionDetial source)
public String getRegionId()
public void setRegionId(String RegionId)
RegionId
- Region IDpublic String getRegionName()
public void setRegionName(String RegionName)
RegionName
- Region name in Chinese or Englishpublic Long[] getConcurrentList()
public void setConcurrentList(Long[] ConcurrentList)
ConcurrentList
- Value array of the available concurrencepublic Long[] getBandwidthList()
public void setBandwidthList(Long[] BandwidthList)
BandwidthList
- Value array of the available bandwidthCopyright © 2021. All rights reserved.