public class MaxAgeCodeRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MaxAgeCodeRule() | 
| MaxAgeCodeRule(MaxAgeCodeRule 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 | 
|---|---|
| String | getAction()Get 处理动作
clear:清除 cache-control 头部 | 
| String[] | getStatusCodes()Get 指定HTTP状态码生效,当前仅支持填写"400-599" | 
| void | setAction(String Action)Set 处理动作
clear:清除 cache-control 头部 | 
| void | setStatusCodes(String[] StatusCodes)Set 指定HTTP状态码生效,当前仅支持填写"400-599" | 
| 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 MaxAgeCodeRule()
public MaxAgeCodeRule(MaxAgeCodeRule source)
public String getAction()
public void setAction(String Action)
Action - 处理动作
clear:清除 cache-control 头部public String[] getStatusCodes()
public void setStatusCodes(String[] StatusCodes)
StatusCodes - 指定HTTP状态码生效,当前仅支持填写"400-599"Copyright © 2025. All rights reserved.