public class PurgePathCacheRequest extends AbstractModel
Constructor and Description |
---|
PurgePathCacheRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getFlushType()
Get 刷新类型
flush:刷新产生更新的资源
delete:刷新全部资源
|
String[] |
getPaths()
Get 目录列表,需要包含协议头部 http:// 或 https://
|
void |
setFlushType(String FlushType)
Set 刷新类型
flush:刷新产生更新的资源
delete:刷新全部资源
|
void |
setPaths(String[] Paths)
Set 目录列表,需要包含协议头部 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 String[] getPaths()
public void setPaths(String[] Paths)
Paths
- 目录列表,需要包含协议头部 http:// 或 https://public String getFlushType()
public void setFlushType(String FlushType)
FlushType
- 刷新类型
flush:刷新产生更新的资源
delete:刷新全部资源Copyright © 2020. All rights reserved.