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 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.