public class BandwidthClusterInfo
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
areaCode
区域代号
|
String |
bandwidthClusterId
共享带宽包唯一ID
|
String |
bandwidthClusterName
共享带宽包显示名称
|
List<CityInfo> |
cities
城市信息
|
Integer |
commitBandwidthMbps
保底带宽。
单位:Mbps
|
String |
createTime
创建时间。
格式为:YYYY-MM-DDThh:mm:ssZ
|
String |
internetChargeType
带宽计费方式
|
String |
location
所属区域
|
String |
networkType
IP 网络类型
|
Integer |
resourceNumber
带宽包内的资源数量
|
| Constructor and Description |
|---|
BandwidthClusterInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAreaCode() |
String |
getBandwidthClusterId() |
String |
getBandwidthClusterName() |
List<CityInfo> |
getCities() |
Integer |
getCommitBandwidthMbps() |
String |
getCreateTime() |
String |
getInternetChargeType() |
String |
getLocation() |
String |
getNetworkType() |
Integer |
getResourceNumber() |
void |
setAreaCode(String areaCode) |
void |
setBandwidthClusterId(String bandwidthClusterId) |
void |
setBandwidthClusterName(String bandwidthClusterName) |
void |
setCities(List<CityInfo> cities) |
void |
setCommitBandwidthMbps(Integer commitBandwidthMbps) |
void |
setCreateTime(String createTime) |
void |
setInternetChargeType(String internetChargeType) |
void |
setLocation(String location) |
void |
setNetworkType(String networkType) |
void |
setResourceNumber(Integer resourceNumber) |
public String bandwidthClusterId
public String bandwidthClusterName
public String networkType
public String areaCode
public String internetChargeType
public Integer commitBandwidthMbps
public String location
public String createTime
public Integer resourceNumber
public String getBandwidthClusterId()
public void setBandwidthClusterId(String bandwidthClusterId)
public String getBandwidthClusterName()
public void setBandwidthClusterName(String bandwidthClusterName)
public String getNetworkType()
public void setNetworkType(String networkType)
public String getAreaCode()
public void setAreaCode(String areaCode)
public String getInternetChargeType()
public void setInternetChargeType(String internetChargeType)
public Integer getCommitBandwidthMbps()
public void setCommitBandwidthMbps(Integer commitBandwidthMbps)
public String getLocation()
public void setLocation(String location)
public String getCreateTime()
public void setCreateTime(String createTime)
public Integer getResourceNumber()
public void setResourceNumber(Integer resourceNumber)
Copyright © 2025. All rights reserved.