public class AccessConfiguration extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AccessConfiguration() | 
| AccessConfiguration(AccessConfiguration 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 | getAccessRegion()Get 加速地域。 | 
| Long | getBandwidth()Get 通道带宽上限,单位:Mbps。 | 
| Long | getConcurrent()Get 通道并发量上限,表示同时在线的连接数,单位:万。 | 
| String | getNetworkType()Get 网络类型,可取值:normal、cn2,默认值为normal | 
| void | setAccessRegion(String AccessRegion)Set 加速地域。 | 
| void | setBandwidth(Long Bandwidth)Set 通道带宽上限,单位:Mbps。 | 
| void | setConcurrent(Long Concurrent)Set 通道并发量上限,表示同时在线的连接数,单位:万。 | 
| void | setNetworkType(String NetworkType)Set 网络类型,可取值:normal、cn2,默认值为normal | 
| 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 AccessConfiguration()
public AccessConfiguration(AccessConfiguration source)
public String getAccessRegion()
public void setAccessRegion(String AccessRegion)
AccessRegion - 加速地域。public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth - 通道带宽上限,单位:Mbps。public Long getConcurrent()
public void setConcurrent(Long Concurrent)
Concurrent - 通道并发量上限,表示同时在线的连接数,单位:万。public String getNetworkType()
public void setNetworkType(String NetworkType)
NetworkType - 网络类型,可取值:normal、cn2,默认值为normalCopyright © 2025. All rights reserved.