Class DescribeRegionAndPriceResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.DescribeRegionAndPriceResponse
-
public class DescribeRegionAndPriceResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeRegionAndPriceResponse
public DescribeRegionAndPriceResponse()
-
DescribeRegionAndPriceResponse
public 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.
-
-
Method Detail
-
getTotalCount
public Long getTotalCount()
Get 源站区域总数- Returns:
- TotalCount 源站区域总数
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 源站区域总数- Parameters:
TotalCount
- 源站区域总数
-
getDestRegionSet
public RegionDetail[] getDestRegionSet()
Get 源站区域详情列表- Returns:
- DestRegionSet 源站区域详情列表
-
setDestRegionSet
public void setDestRegionSet(RegionDetail[] DestRegionSet)
Set 源站区域详情列表- Parameters:
DestRegionSet
- 源站区域详情列表
-
getBandwidthUnitPrice
public BandwidthPriceGradient[] getBandwidthUnitPrice()
Get 通道带宽费用梯度价格- Returns:
- BandwidthUnitPrice 通道带宽费用梯度价格
-
setBandwidthUnitPrice
public void setBandwidthUnitPrice(BandwidthPriceGradient[] BandwidthUnitPrice)
Set 通道带宽费用梯度价格- Parameters:
BandwidthUnitPrice
- 通道带宽费用梯度价格
-
getCurrency
public String getCurrency()
Get 带宽价格货币类型: CNY 人民币 USD 美元- Returns:
- Currency 带宽价格货币类型: CNY 人民币 USD 美元
-
setCurrency
public void setCurrency(String Currency)
Set 带宽价格货币类型: CNY 人民币 USD 美元- Parameters:
Currency
- 带宽价格货币类型: CNY 人民币 USD 美元
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-