public class PathRewritePage extends AbstractModel
Constructor and Description |
---|
PathRewritePage() |
PathRewritePage(PathRewritePage 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 |
---|---|
PathRewrite[] |
getContent()
Get 路径重写规则列表
|
Long |
getTotalCount()
Get 总记录数
|
void |
setContent(PathRewrite[] Content)
Set 路径重写规则列表
|
void |
setTotalCount(Long TotalCount)
Set 总记录数
|
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 PathRewritePage()
public PathRewritePage(PathRewritePage source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 总记录数public PathRewrite[] getContent()
public void setContent(PathRewrite[] Content)
Content
- 路径重写规则列表Copyright © 2022. All rights reserved.