public class InquiryPriceCreateProxyResponse extends AbstractModel
Constructor and Description |
---|
InquiryPriceCreateProxyResponse() |
Modifier and Type | Method and Description |
---|---|
BandwidthPriceGradient[] |
getBandwidthUnitPrice()
Get Connection bandwidth price gradient.
|
String |
getCurrency()
Get Currency, which supports CNY, USD, etc.
|
Float |
getDiscountProxyDailyPrice()
Get Discounted basic cost of connection (unit: CNY/day).
|
Float |
getProxyDailyPrice()
Get Basic cost of connection (unit: CNY/day).
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setBandwidthUnitPrice(BandwidthPriceGradient[] BandwidthUnitPrice)
Set Connection bandwidth price gradient.
|
void |
setCurrency(String Currency)
Set Currency, which supports CNY, USD, etc.
|
void |
setDiscountProxyDailyPrice(Float DiscountProxyDailyPrice)
Set Discounted basic cost of connection (unit: CNY/day).
|
void |
setProxyDailyPrice(Float ProxyDailyPrice)
Set Basic cost of connection (unit: CNY/day).
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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
- Basic cost of connection (unit: CNY/day).public BandwidthPriceGradient[] getBandwidthUnitPrice()
public void setBandwidthUnitPrice(BandwidthPriceGradient[] BandwidthUnitPrice)
BandwidthUnitPrice
- Connection bandwidth price gradient.public Float getDiscountProxyDailyPrice()
public void setDiscountProxyDailyPrice(Float DiscountProxyDailyPrice)
DiscountProxyDailyPrice
- Discounted basic cost of connection (unit: CNY/day).public String getCurrency()
public void setCurrency(String Currency)
Currency
- Currency, which supports CNY, USD, etc.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.