public class PurgePathCacheRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
PurgePathCacheRequest() |
PurgePathCacheRequest(PurgePathCacheRequest 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 时,仅刷新中国境外加速节点上缓存内容
指定刷新区域时,需要与域名加速区域匹配
|
String |
getFlushType()
Get 刷新类型
flush:刷新产生更新的资源
delete:刷新全部资源
|
String[] |
getPaths()
Get 目录列表,需要包含协议头部 http:// 或 https://
|
Boolean |
getUrlEncode()
Get 是否对中文字符进行编码后刷新
|
void |
setArea(String Area)
Set 刷新区域
无此参数时,默认刷新加速域名所在加速区域
填充 mainland 时,仅刷新中国境内加速节点上缓存内容
填充 overseas 时,仅刷新中国境外加速节点上缓存内容
指定刷新区域时,需要与域名加速区域匹配
|
void |
setFlushType(String FlushType)
Set 刷新类型
flush:刷新产生更新的资源
delete:刷新全部资源
|
void |
setPaths(String[] Paths)
Set 目录列表,需要包含协议头部 http:// 或 https://
|
void |
setUrlEncode(Boolean UrlEncode)
Set 是否对中文字符进行编码后刷新
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PurgePathCacheRequest()
public PurgePathCacheRequest(PurgePathCacheRequest source)
public String[] getPaths()
public void setPaths(String[] Paths)
Paths
- 目录列表,需要包含协议头部 http:// 或 https://public String getFlushType()
public void setFlushType(String FlushType)
FlushType
- 刷新类型
flush:刷新产生更新的资源
delete:刷新全部资源public Boolean getUrlEncode()
public void setUrlEncode(Boolean UrlEncode)
UrlEncode
- 是否对中文字符进行编码后刷新public String getArea()
public void setArea(String Area)
Area
- 刷新区域
无此参数时,默认刷新加速域名所在加速区域
填充 mainland 时,仅刷新中国境内加速节点上缓存内容
填充 overseas 时,仅刷新中国境外加速节点上缓存内容
指定刷新区域时,需要与域名加速区域匹配Copyright © 2024. All rights reserved.