public class ReportData extends AbstractModel
Constructor and Description |
---|
ReportData() |
ReportData(ReportData 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 |
---|---|
Float |
getBillingPercentage()
Get 计费数值占总体百分比。
|
Long |
getBillingValue()
Get 计费流量总和/计费带宽最大值,单位分别为bytes,bps。
|
Float |
getPercentage()
Get 单个资源占总体百分比。
|
String |
getResource()
Get 项目名称/域名。
|
String |
getResourceId()
Get 项目ID/域名ID。
|
Long |
getValue()
Get 流量总和/带宽最大值,单位分别为bytes,bps。
|
void |
setBillingPercentage(Float BillingPercentage)
Set 计费数值占总体百分比。
|
void |
setBillingValue(Long BillingValue)
Set 计费流量总和/计费带宽最大值,单位分别为bytes,bps。
|
void |
setPercentage(Float Percentage)
Set 单个资源占总体百分比。
|
void |
setResource(String Resource)
Set 项目名称/域名。
|
void |
setResourceId(String ResourceId)
Set 项目ID/域名ID。
|
void |
setValue(Long Value)
Set 流量总和/带宽最大值,单位分别为bytes,bps。
|
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 ReportData()
public ReportData(ReportData source)
public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 项目ID/域名ID。public String getResource()
public void setResource(String Resource)
Resource
- 项目名称/域名。public Long getValue()
public void setValue(Long Value)
Value
- 流量总和/带宽最大值,单位分别为bytes,bps。public Float getPercentage()
public void setPercentage(Float Percentage)
Percentage
- 单个资源占总体百分比。public Long getBillingValue()
public void setBillingValue(Long BillingValue)
BillingValue
- 计费流量总和/计费带宽最大值,单位分别为bytes,bps。public Float getBillingPercentage()
public void setBillingPercentage(Float BillingPercentage)
BillingPercentage
- 计费数值占总体百分比。Copyright © 2021. All rights reserved.