public class ResourceOriginData extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResourceOriginData() |
ResourceOriginData(ResourceOriginData 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[] |
getOriginData()
Get Origin-pull data details
|
String |
getResource()
Get Resource name, which is classified as follows based on different query filters:
A specific domain name: Details of the domain name
`multiDomains`: Aggregated details of multiple domain names
Project ID: ID of the specifically queried project
`all`: Details at the account level
|
void |
setOriginData(CdnData[] OriginData)
Set Origin-pull data details
|
void |
setResource(String Resource)
Set Resource name, which is classified as follows based on different query filters:
A specific domain name: Details of the domain name
`multiDomains`: Aggregated details of multiple domain names
Project ID: ID of the specifically queried project
`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 ResourceOriginData()
public ResourceOriginData(ResourceOriginData source)
public String getResource()
public void setResource(String Resource)
Resource
- Resource name, which is classified as follows based on different query filters:
A specific domain name: Details of the domain name
`multiDomains`: Aggregated details of multiple domain names
Project ID: ID of the specifically queried project
`all`: Details at the account levelpublic CdnData[] getOriginData()
public void setOriginData(CdnData[] OriginData)
OriginData
- Origin-pull data detailsCopyright © 2024. All rights reserved.