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 | 
|---|---|
CdnData[] | 
getCdnData()
Get Data details of a resource 
 | 
String | 
getResource()
Get Resource name. 
 | 
void | 
setCdnData(CdnData[] CdnData)
Set Data details of a resource 
 | 
void | 
setResource(String Resource)
Set Resource name. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ResourceData()
public ResourceData(ResourceData source)
public String getResource()
public void setResource(String Resource)
Resource - Resource name. 
A single domain name: Queries domain name details by a domain name. The details of the domain name will be displayed when the passed parameter `detail` is `true`.
Multiple domain names: Queries domain name details by multiple domain names. The aggregated details of the domain names will be displayed.
Project ID: Queries domain name details by a project ID. The aggregated details of the domain names of the project will be displayed.
`all`: Account-level data, which is aggregated details of all domain names of an account.public CdnData[] getCdnData()
public void setCdnData(CdnData[] CdnData)
CdnData - Data details of a resourceCopyright © 2025. All rights reserved.