public class InquiryPriceCreateProxyResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
InquiryPriceCreateProxyResponse() |
InquiryPriceCreateProxyResponse(InquiryPriceCreateProxyResponse 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 通道带宽费用梯度价格。
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getCn2BandwidthPrice()
Get 精品BGP的带宽费用价格,单位: 元/Mbps/天
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getCn2BandwidthPriceWithDiscount()
Get 精品BGP的折后带宽费用价格,单位: 元/Mbps/天
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCurrency()
Get 价格使用的货币,支持人民币,美元等。
|
Float |
getDiscountFlowUnitPrice()
Get 通道的流量费用折扣价格,单位:元/GB
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getDiscountProxyDailyPrice()
Get 通道基础费用折扣价格,单位:元/天。
|
Float |
getFlowUnitPrice()
Get 通道的流量费用价格,单位: 元/GB
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getProxyDailyPrice()
Get 通道基础费用价格,单位:元/天。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setBandwidthUnitPrice(BandwidthPriceGradient[] BandwidthUnitPrice)
Set 通道带宽费用梯度价格。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCn2BandwidthPrice(Float Cn2BandwidthPrice)
Set 精品BGP的带宽费用价格,单位: 元/Mbps/天
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCn2BandwidthPriceWithDiscount(Float Cn2BandwidthPriceWithDiscount)
Set 精品BGP的折后带宽费用价格,单位: 元/Mbps/天
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCurrency(String Currency)
Set 价格使用的货币,支持人民币,美元等。
|
void |
setDiscountFlowUnitPrice(Float DiscountFlowUnitPrice)
Set 通道的流量费用折扣价格,单位:元/GB
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDiscountProxyDailyPrice(Float DiscountProxyDailyPrice)
Set 通道基础费用折扣价格,单位:元/天。
|
void |
setFlowUnitPrice(Float FlowUnitPrice)
Set 通道的流量费用价格,单位: 元/GB
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProxyDailyPrice(Float ProxyDailyPrice)
Set 通道基础费用价格,单位:元/天。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InquiryPriceCreateProxyResponse()
public InquiryPriceCreateProxyResponse(InquiryPriceCreateProxyResponse source)
public Float getProxyDailyPrice()
public void setProxyDailyPrice(Float ProxyDailyPrice)
ProxyDailyPrice
- 通道基础费用价格,单位:元/天。public BandwidthPriceGradient[] getBandwidthUnitPrice()
public void setBandwidthUnitPrice(BandwidthPriceGradient[] BandwidthUnitPrice)
BandwidthUnitPrice
- 通道带宽费用梯度价格。
注意:此字段可能返回 null,表示取不到有效值。public Float getDiscountProxyDailyPrice()
public void setDiscountProxyDailyPrice(Float DiscountProxyDailyPrice)
DiscountProxyDailyPrice
- 通道基础费用折扣价格,单位:元/天。public String getCurrency()
public void setCurrency(String Currency)
Currency
- 价格使用的货币,支持人民币,美元等。public Float getFlowUnitPrice()
public void setFlowUnitPrice(Float FlowUnitPrice)
FlowUnitPrice
- 通道的流量费用价格,单位: 元/GB
注意:此字段可能返回 null,表示取不到有效值。public Float getDiscountFlowUnitPrice()
public void setDiscountFlowUnitPrice(Float DiscountFlowUnitPrice)
DiscountFlowUnitPrice
- 通道的流量费用折扣价格,单位:元/GB
注意:此字段可能返回 null,表示取不到有效值。public Float getCn2BandwidthPrice()
public void setCn2BandwidthPrice(Float Cn2BandwidthPrice)
Cn2BandwidthPrice
- 精品BGP的带宽费用价格,单位: 元/Mbps/天
注意:此字段可能返回 null,表示取不到有效值。public Float getCn2BandwidthPriceWithDiscount()
public void setCn2BandwidthPriceWithDiscount(Float Cn2BandwidthPriceWithDiscount)
Cn2BandwidthPriceWithDiscount
- 精品BGP的折后带宽费用价格,单位: 元/Mbps/天
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.