public class InquiryPriceCreateProxyResponse extends AbstractModel
构造器和说明 |
---|
InquiryPriceCreateProxyResponse() |
限定符和类型 | 方法和说明 |
---|---|
BandwidthPriceGradient[] |
getBandwidthUnitPrice()
获取通道带宽费用梯度价格。
|
String |
getCurrency()
获取价格使用的货币,支持人民币,美元等。
|
Float |
getDiscountProxyDailyPrice()
获取通道基础费用折扣价格,单位:元/天。
|
Float |
getProxyDailyPrice()
获取通道基础费用价格,单位:元/天。
|
String |
getRequestId()
获取唯一请求 ID,每次请求都会返回。
|
void |
setBandwidthUnitPrice(BandwidthPriceGradient[] BandwidthUnitPrice)
设置通道带宽费用梯度价格。
|
void |
setCurrency(String Currency)
设置价格使用的货币,支持人民币,美元等。
|
void |
setDiscountProxyDailyPrice(Float DiscountProxyDailyPrice)
设置通道基础费用折扣价格,单位:元/天。
|
void |
setProxyDailyPrice(Float ProxyDailyPrice)
设置通道基础费用价格,单位:元/天。
|
void |
setRequestId(String RequestId)
设置唯一请求 ID,每次请求都会返回。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Float getProxyDailyPrice()
public void setProxyDailyPrice(Float ProxyDailyPrice)
ProxyDailyPrice
- 通道基础费用价格,单位:元/天。public BandwidthPriceGradient[] getBandwidthUnitPrice()
public void setBandwidthUnitPrice(BandwidthPriceGradient[] BandwidthUnitPrice)
BandwidthUnitPrice
- 通道带宽费用梯度价格。public Float getDiscountProxyDailyPrice()
public void setDiscountProxyDailyPrice(Float DiscountProxyDailyPrice)
DiscountProxyDailyPrice
- 通道基础费用折扣价格,单位:元/天。public String getCurrency()
public void setCurrency(String Currency)
Currency
- 价格使用的货币,支持人民币,美元等。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2019. All rights reserved.