public class ResourceBillingData extends AbstractModel
| Constructor and Description | 
|---|
| ResourceBillingData() | 
| ResourceBillingData(ResourceBillingData 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 | 
|---|---|
| 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, toJsonStringpublic ResourceBillingData()
public ResourceBillingData(ResourceBillingData source)
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 © 2022. All rights reserved.