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 刷新区域
无此参数时,默认刷新加速域名所在加速区域
填充 mainland 时,仅刷新中国境内加速节点上缓存内容
填充 overseas 时,仅刷新中国境外加速节点上缓存内容
指定刷新区域时,需要与域名加速区域匹配
|
Boolean |
getUrlEncode()
Get 是否对中文字符进行编码后刷新
|
String[] |
getUrls()
Get URL 列表,需要包含协议头部 http:// 或 https://
|
void |
setArea(String Area)
Set 刷新区域
无此参数时,默认刷新加速域名所在加速区域
填充 mainland 时,仅刷新中国境内加速节点上缓存内容
填充 overseas 时,仅刷新中国境外加速节点上缓存内容
指定刷新区域时,需要与域名加速区域匹配
|
void |
setUrlEncode(Boolean UrlEncode)
Set 是否对中文字符进行编码后刷新
|
void |
setUrls(String[] Urls)
Set URL 列表,需要包含协议头部 http:// 或 https://
|
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
- URL 列表,需要包含协议头部 http:// 或 https://public String getArea()
public void setArea(String Area)
Area
- 刷新区域
无此参数时,默认刷新加速域名所在加速区域
填充 mainland 时,仅刷新中国境内加速节点上缓存内容
填充 overseas 时,仅刷新中国境外加速节点上缓存内容
指定刷新区域时,需要与域名加速区域匹配public Boolean getUrlEncode()
public void setUrlEncode(Boolean UrlEncode)
UrlEncode
- 是否对中文字符进行编码后刷新Copyright © 2021. All rights reserved.