public class PurgePathCacheRequest extends AbstractModel
| Constructor and Description | 
|---|
| PurgePathCacheRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFlushType()Get Purge type:
`flush`: purges updated resources
`delete`: purges all resources | 
| String[] | getPaths()Get List of directories. | 
| void | setFlushType(String FlushType)Set Purge type:
`flush`: purges updated resources
`delete`: purges all resources | 
| void | setPaths(String[] Paths)Set List of directories. | 
| 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. The protocol header such as "http://" or "https://" needs to be included.public String getFlushType()
public void setFlushType(String FlushType)
FlushType - Purge type:
`flush`: purges updated resources
`delete`: purges all resourcesCopyright © 2020. All rights reserved.