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 Percentage of billable amount out of total amount.
|
Long |
getBillingValue()
Get Total billable traffic/max billable bandwidth in bytes and bps, respectively.
|
Float |
getPercentage()
Get Percentage of individual resource out of all resources.
|
String |
getResource()
Get Project name/domain name.
|
String |
getResourceId()
Get Project ID/domain name ID.
|
Long |
getValue()
Get Total traffic/max bandwidth in bytes and bps, respectively.
|
void |
setBillingPercentage(Float BillingPercentage)
Set Percentage of billable amount out of total amount.
|
void |
setBillingValue(Long BillingValue)
Set Total billable traffic/max billable bandwidth in bytes and bps, respectively.
|
void |
setPercentage(Float Percentage)
Set Percentage of individual resource out of all resources.
|
void |
setResource(String Resource)
Set Project name/domain name.
|
void |
setResourceId(String ResourceId)
Set Project ID/domain name ID.
|
void |
setValue(Long Value)
Set Total traffic/max bandwidth in bytes and bps, respectively.
|
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
- Project ID/domain name ID.public String getResource()
public void setResource(String Resource)
Resource
- Project name/domain name.public Long getValue()
public void setValue(Long Value)
Value
- Total traffic/max bandwidth in bytes and bps, respectively.public Float getPercentage()
public void setPercentage(Float Percentage)
Percentage
- Percentage of individual resource out of all resources.public Long getBillingValue()
public void setBillingValue(Long BillingValue)
BillingValue
- Total billable traffic/max billable bandwidth in bytes and bps, respectively.public Float getBillingPercentage()
public void setBillingPercentage(Float BillingPercentage)
BillingPercentage
- Percentage of billable amount out of total amount.Copyright © 2021. All rights reserved.