public class PurgeUrlsCacheRequest extends AbstractModel
Constructor and Description |
---|
PurgeUrlsCacheRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getArea()
Get Purging region
The acceleration region of the acceleration domain name will be purged if this parameter is not passed in
If `mainland` is passed in, only the content cached on nodes in the Chinese mainland will be purged
If `overseas` is passed in, only the content cached on nodes outside the Chinese mainland will be purged
The specified purging region should match the domain name acceleration region
|
String[] |
getUrls()
Get List of URLs.
|
void |
setArea(String Area)
Set Purging region
The acceleration region of the acceleration domain name will be purged if this parameter is not passed in
If `mainland` is passed in, only the content cached on nodes in the Chinese mainland will be purged
If `overseas` is passed in, only the content cached on nodes outside the Chinese mainland will be purged
The specified purging region should match the domain name acceleration region
|
void |
setUrls(String[] Urls)
Set List of URLs.
|
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[] getUrls()
public void setUrls(String[] Urls)
Urls
- List of URLs. The protocol header such as "http://" or "https://" needs to be included.public String getArea()
public void setArea(String Area)
Area
- Purging region
The acceleration region of the acceleration domain name will be purged if this parameter is not passed in
If `mainland` is passed in, only the content cached on nodes in the Chinese mainland will be purged
If `overseas` is passed in, only the content cached on nodes outside the Chinese mainland will be purged
The specified purging region should match the domain name acceleration regionCopyright © 2020. All rights reserved.