public class CacheKey extends AbstractModel
| Constructor and Description | 
|---|
| CacheKey() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFullUrlCache()Get Whether to enable full path cache. | 
| void | setFullUrlCache(String FullUrlCache)Set Whether to enable full path cache. | 
| 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 getFullUrlCache()
public void setFullUrlCache(String FullUrlCache)
FullUrlCache - Whether to enable full path cache. Valid values: on, off.Copyright © 2021. All rights reserved.