public class PurgeUrlsCacheRequest extends AbstractModel
Constructor and Description |
---|
PurgeUrlsCacheRequest() |
PurgeUrlsCacheRequest(PurgeUrlsCacheRequest 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 |
---|---|
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
|
Boolean |
getUrlEncode()
Get Whether to encode Chinese characters before purge.
|
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 |
setUrlEncode(Boolean UrlEncode)
Set Whether to encode Chinese characters before purge.
|
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 PurgeUrlsCacheRequest()
public PurgeUrlsCacheRequest(PurgeUrlsCacheRequest source)
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 regionpublic Boolean getUrlEncode()
public void setUrlEncode(Boolean UrlEncode)
UrlEncode
- Whether to encode Chinese characters before purge.Copyright © 2022. All rights reserved.