public class InquiryPriceCreateProxyResponse extends AbstractModel
Constructor and Description |
---|
InquiryPriceCreateProxyResponse() |
Modifier and Type | Method and Description |
---|---|
BandwidthPriceGradient[] |
getBandwidthUnitPrice()
Get 通道带宽费用梯度价格。
|
String |
getCurrency()
Get 价格使用的货币,支持人民币,美元等。
|
Float |
getDiscountProxyDailyPrice()
Get 通道基础费用折扣价格,单位:元/天。
|
Float |
getProxyDailyPrice()
Get 通道基础费用价格,单位:元/天。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setBandwidthUnitPrice(BandwidthPriceGradient[] BandwidthUnitPrice)
Set 通道带宽费用梯度价格。
|
void |
setCurrency(String Currency)
Set 价格使用的货币,支持人民币,美元等。
|
void |
setDiscountProxyDailyPrice(Float DiscountProxyDailyPrice)
Set 通道基础费用折扣价格,单位:元/天。
|
void |
setProxyDailyPrice(Float ProxyDailyPrice)
Set 通道基础费用价格,单位:元/天。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 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 © 2020. All rights reserved.