Class PurgeUrlsCacheRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.PurgeUrlsCacheRequest
-
public class PurgeUrlsCacheRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArea()Get 刷新区域 无此参数时,默认刷新加速域名所在加速区域 填充 mainland 时,仅刷新中国境内加速节点上缓存内容 填充 overseas 时,仅刷新中国境外加速节点上缓存内容 指定刷新区域时,需要与域名加速区域匹配BooleangetUrlEncode()Get 是否对中文字符进行编码后刷新String[]getUrls()Get URL 列表,需要包含协议头部 http:// 或 https://voidsetArea(String Area)Set 刷新区域 无此参数时,默认刷新加速域名所在加速区域 填充 mainland 时,仅刷新中国境内加速节点上缓存内容 填充 overseas 时,仅刷新中国境外加速节点上缓存内容 指定刷新区域时,需要与域名加速区域匹配voidsetUrlEncode(Boolean UrlEncode)Set 是否对中文字符进行编码后刷新voidsetUrls(String[] Urls)Set URL 列表,需要包含协议头部 http:// 或 https://voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PurgeUrlsCacheRequest
public PurgeUrlsCacheRequest()
-
PurgeUrlsCacheRequest
public 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.
-
-
Method Detail
-
getUrls
public String[] getUrls()
Get URL 列表,需要包含协议头部 http:// 或 https://- Returns:
- Urls URL 列表,需要包含协议头部 http:// 或 https://
-
setUrls
public void setUrls(String[] Urls)
Set URL 列表,需要包含协议头部 http:// 或 https://- Parameters:
Urls- URL 列表,需要包含协议头部 http:// 或 https://
-
getArea
public String getArea()
Get 刷新区域 无此参数时,默认刷新加速域名所在加速区域 填充 mainland 时,仅刷新中国境内加速节点上缓存内容 填充 overseas 时,仅刷新中国境外加速节点上缓存内容 指定刷新区域时,需要与域名加速区域匹配- Returns:
- Area 刷新区域 无此参数时,默认刷新加速域名所在加速区域 填充 mainland 时,仅刷新中国境内加速节点上缓存内容 填充 overseas 时,仅刷新中国境外加速节点上缓存内容 指定刷新区域时,需要与域名加速区域匹配
-
setArea
public void setArea(String Area)
Set 刷新区域 无此参数时,默认刷新加速域名所在加速区域 填充 mainland 时,仅刷新中国境内加速节点上缓存内容 填充 overseas 时,仅刷新中国境外加速节点上缓存内容 指定刷新区域时,需要与域名加速区域匹配- Parameters:
Area- 刷新区域 无此参数时,默认刷新加速域名所在加速区域 填充 mainland 时,仅刷新中国境内加速节点上缓存内容 填充 overseas 时,仅刷新中国境外加速节点上缓存内容 指定刷新区域时,需要与域名加速区域匹配
-
getUrlEncode
public Boolean getUrlEncode()
Get 是否对中文字符进行编码后刷新- Returns:
- UrlEncode 是否对中文字符进行编码后刷新
-
setUrlEncode
public void setUrlEncode(Boolean UrlEncode)
Set 是否对中文字符进行编码后刷新- Parameters:
UrlEncode- 是否对中文字符进行编码后刷新
-
-