public class PurgePathCacheRequest extends AbstractModel
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 |
getFlushType()
Get Purge type.
|
String[] |
getPaths()
Get List of directories to be purged.
|
void |
setFlushType(String FlushType)
Set Purge type.
|
void |
setPaths(String[] Paths)
Set List of directories to be purged.
|
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 PurgePathCacheRequest()
public PurgePathCacheRequest(PurgePathCacheRequest source)
public String[] getPaths()
public void setPaths(String[] Paths)
Paths
- List of directories to be purged. The protocol header must be included.public String getFlushType()
public void setFlushType(String FlushType)
FlushType
- Purge type. flush: purges updated resources, delete: purges all resources.Copyright © 2023. All rights reserved.