public class MaxAgeCodeRule extends AbstractModel
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 Action to execute.
|
String[] |
getStatusCodes()
Get Specifies the HTTP status code in the range 400-599.
|
void |
setAction(String Action)
Set Action to execute.
|
void |
setStatusCodes(String[] StatusCodes)
Set Specifies the HTTP status code in the range 400-599.
|
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 MaxAgeCodeRule()
public MaxAgeCodeRule(MaxAgeCodeRule source)
public String getAction()
public void setAction(String Action)
Action
- Action to execute.
`clear`: Clear the cache-control header.public String[] getStatusCodes()
public void setStatusCodes(String[] StatusCodes)
StatusCodes
- Specifies the HTTP status code in the range 400-599.Copyright © 2023. All rights reserved.