public class DescribeRegionAndPriceResponse extends AbstractModel
Constructor and Description |
---|
DescribeRegionAndPriceResponse() |
DescribeRegionAndPriceResponse(DescribeRegionAndPriceResponse 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 |
---|---|
BandwidthPriceGradient[] |
getBandwidthUnitPrice()
Get 通道带宽费用梯度价格
|
String |
getCurrency()
Get 带宽价格货币类型:
CNY 人民币
USD 美元
|
RegionDetail[] |
getDestRegionSet()
Get 源站区域详情列表
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getTotalCount()
Get 源站区域总数
|
void |
setBandwidthUnitPrice(BandwidthPriceGradient[] BandwidthUnitPrice)
Set 通道带宽费用梯度价格
|
void |
setCurrency(String Currency)
Set 带宽价格货币类型:
CNY 人民币
USD 美元
|
void |
setDestRegionSet(RegionDetail[] DestRegionSet)
Set 源站区域详情列表
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setTotalCount(Long TotalCount)
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 DescribeRegionAndPriceResponse()
public DescribeRegionAndPriceResponse(DescribeRegionAndPriceResponse source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 源站区域总数public RegionDetail[] getDestRegionSet()
public void setDestRegionSet(RegionDetail[] DestRegionSet)
DestRegionSet
- 源站区域详情列表public BandwidthPriceGradient[] getBandwidthUnitPrice()
public void setBandwidthUnitPrice(BandwidthPriceGradient[] BandwidthUnitPrice)
BandwidthUnitPrice
- 通道带宽费用梯度价格public String getCurrency()
public void setCurrency(String Currency)
Currency
- 带宽价格货币类型:
CNY 人民币
USD 美元public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.