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, toJsonString
public String getFullUrlCache()
public void setFullUrlCache(String FullUrlCache)
FullUrlCache
- Whether to enable full path cache. Valid values: on, off.Copyright © 2020. All rights reserved.