public class ResourceData extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResourceData() |
ResourceData(ResourceData 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 |
---|---|
EcdnData |
getEcdnData()
Get Data details of resource
|
String |
getResource()
Get Resource name, which is categorized as follows based on different query conditions:
Specific domain name: indicates the details of the specific domain name
multiDomains: indicates aggregated details of multiple domain names
Project ID: displays the ID of the specified project to be queried
all: details at the account level
|
void |
setEcdnData(EcdnData EcdnData)
Set Data details of resource
|
void |
setResource(String Resource)
Set Resource name, which is categorized as follows based on different query conditions:
Specific domain name: indicates the details of the specific domain name
multiDomains: indicates aggregated details of multiple domain names
Project ID: displays the ID of the specified project to be queried
all: details at the account level
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ResourceData()
public ResourceData(ResourceData 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: indicates the details of the specific domain name
multiDomains: indicates aggregated details of multiple domain names
Project ID: displays the ID of the specified project to be queried
all: details at the account levelpublic EcdnData getEcdnData()
public void setEcdnData(EcdnData EcdnData)
EcdnData
- Data details of resourceCopyright © 2024. All rights reserved.