public class PurgePathCacheRequest extends AbstractModel
| Constructor and Description | 
|---|
| PurgePathCacheRequest() | 
| 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, toJsonStringpublic 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 © 2020. All rights reserved.