public class CustomTime extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CustomTime() | 
| CustomTime(CustomTime 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 | getCacheTime()Get Custom cache time value, unit: seconds. | 
| String | getIgnoreCacheControl()Get Ignore origin server cachecontrol switch. | 
| String | getSwitch()Get Custom cache time switch. | 
| void | setCacheTime(Long CacheTime)Set Custom cache time value, unit: seconds. | 
| void | setIgnoreCacheControl(String IgnoreCacheControl)Set Ignore origin server cachecontrol switch. | 
| void | setSwitch(String Switch)Set Custom cache time switch. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CustomTime()
public CustomTime(CustomTime source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Custom cache time switch. values:.
public String getIgnoreCacheControl()
public void setIgnoreCacheControl(String IgnoreCacheControl)
IgnoreCacheControl - Ignore origin server cachecontrol switch. values:.
public Long getCacheTime()
public void setCacheTime(Long CacheTime)
CacheTime - Custom cache time value, unit: seconds. value range: 0-315360000.Copyright © 2025. All rights reserved.