public class ResourceBillingData extends AbstractModel
Constructor and Description |
---|
ResourceBillingData() |
Modifier and Type | Method and Description |
---|---|
CdnData[] |
getBillingData()
Get Billing data details
|
String |
getResource()
Get Resource name, which is categorized as follows based on different query conditions:
Specific domain name: domain name details
multiDomains: aggregated details of multiple domain names
Project ID: displays the ID of the specified project to be queried
all: the details at the account level
|
void |
setBillingData(CdnData[] BillingData)
Set Billing data details
|
void |
setResource(String Resource)
Set Resource name, which is categorized as follows based on different query conditions:
Specific domain name: domain name details
multiDomains: aggregated details of multiple domain names
Project ID: displays the ID of the specified project to be queried
all: the details at the account level
|
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 String getResource()
public void setResource(String Resource)
Resource
- Resource name, which is categorized as follows based on different query conditions:
Specific domain name: domain name details
multiDomains: aggregated details of multiple domain names
Project ID: displays the ID of the specified project to be queried
all: the details at the account levelpublic CdnData[] getBillingData()
public void setBillingData(CdnData[] BillingData)
BillingData
- Billing data detailsCopyright © 2020. All rights reserved.