public class DescribePayTypeResponse extends AbstractModel
| Constructor and Description |
|---|
DescribePayTypeResponse() |
DescribePayTypeResponse(DescribePayTypeResponse 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 |
|---|---|
String |
getBillingCycle()
Get 计费周期:
day:日结计费
month:月结计费
|
String |
getCurrentPayType()
Get 当前生效计费类型:
flux:流量计费
bandwidth:带宽计费
|
String |
getPayType()
Get 计费类型:
flux:流量计费
bandwidth:带宽计费
日结计费方式切换时,若当日产生消耗,则此字段表示第二天即将生效的计费方式,若未产生消耗,则表示已经生效的计费方式。
|
String |
getRegionType()
Get 境外计费类型:
all:全地区统一计费
multiple:分地区计费
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getStatType()
Get 计费方式:
monthMax:日峰值月平均计费,月结模式
day95:日 95 带宽计费,月结模式
month95:月95带宽计费,月结模式
sum:总流量计费,日结与月结均有流量计费模式
max:峰值带宽计费,日结模式
|
void |
setBillingCycle(String BillingCycle)
Set 计费周期:
day:日结计费
month:月结计费
|
void |
setCurrentPayType(String CurrentPayType)
Set 当前生效计费类型:
flux:流量计费
bandwidth:带宽计费
|
void |
setPayType(String PayType)
Set 计费类型:
flux:流量计费
bandwidth:带宽计费
日结计费方式切换时,若当日产生消耗,则此字段表示第二天即将生效的计费方式,若未产生消耗,则表示已经生效的计费方式。
|
void |
setRegionType(String RegionType)
Set 境外计费类型:
all:全地区统一计费
multiple:分地区计费
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setStatType(String StatType)
Set 计费方式:
monthMax:日峰值月平均计费,月结模式
day95:日 95 带宽计费,月结模式
month95:月95带宽计费,月结模式
sum:总流量计费,日结与月结均有流量计费模式
max:峰值带宽计费,日结模式
|
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, toJsonStringpublic DescribePayTypeResponse()
public DescribePayTypeResponse(DescribePayTypeResponse source)
public String getPayType()
public void setPayType(String PayType)
PayType - 计费类型:
flux:流量计费
bandwidth:带宽计费
日结计费方式切换时,若当日产生消耗,则此字段表示第二天即将生效的计费方式,若未产生消耗,则表示已经生效的计费方式。public String getBillingCycle()
public void setBillingCycle(String BillingCycle)
BillingCycle - 计费周期:
day:日结计费
month:月结计费public String getStatType()
public void setStatType(String StatType)
StatType - 计费方式:
monthMax:日峰值月平均计费,月结模式
day95:日 95 带宽计费,月结模式
month95:月95带宽计费,月结模式
sum:总流量计费,日结与月结均有流量计费模式
max:峰值带宽计费,日结模式public String getRegionType()
public void setRegionType(String RegionType)
RegionType - 境外计费类型:
all:全地区统一计费
multiple:分地区计费public String getCurrentPayType()
public void setCurrentPayType(String CurrentPayType)
CurrentPayType - 当前生效计费类型:
flux:流量计费
bandwidth:带宽计费public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.