public class CachePrefresh extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CachePrefresh()  | 
CachePrefresh(CachePrefresh 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 | 
|---|---|
Long | 
getPercent()
Get Cache prefresh percentage. 
 | 
String | 
getSwitch()
Get Configuration switch 
 | 
void | 
setPercent(Long Percent)
Set Cache prefresh percentage. 
 | 
void | 
setSwitch(String Switch)
Set Configuration switch 
 | 
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 CachePrefresh()
public CachePrefresh(CachePrefresh source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Configuration switchpublic Long getPercent()
public void setPercent(Long Percent)
Percent - Cache prefresh percentage. Values: 1-99
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.