public class ResourceData extends AbstractModel
Constructor and Description |
---|
ResourceData() |
Modifier and Type | Method and Description |
---|---|
CdnData[] |
getCdnData()
Get Data details of a resource
|
String |
getResource()
Get Resource name, which is classified as follows based on different query conditions:
A specific domain name: This indicates the details of this domain name
multiDomains: This indicates the aggregate details of multiple domain names
Project ID: This displays the ID of the specifically queried project
all: This indicates the details at the account level
|
void |
setCdnData(CdnData[] CdnData)
Set Data details of a resource
|
void |
setResource(String Resource)
Set Resource name, which is classified as follows based on different query conditions:
A specific domain name: This indicates the details of this domain name
multiDomains: This indicates the aggregate details of multiple domain names
Project ID: This displays the ID of the specifically queried project
all: This indicates 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 classified as follows based on different query conditions:
A specific domain name: This indicates the details of this domain name
multiDomains: This indicates the aggregate details of multiple domain names
Project ID: This displays the ID of the specifically queried project
all: This indicates the details at the account levelpublic CdnData[] getCdnData()
public void setCdnData(CdnData[] CdnData)
CdnData
- Data details of a resourceCopyright © 2020. All rights reserved.