public class NamespacePage extends AbstractModel
Constructor and Description |
---|
NamespacePage() |
NamespacePage(NamespacePage 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 |
getPages()
Get 页数
|
TemNamespaceInfo[] |
getRecords()
Get 分页内容
|
Long |
getSize()
Get 条目数
|
Long |
getTotal()
Get 总数
|
void |
setPages(Long Pages)
Set 页数
|
void |
setRecords(TemNamespaceInfo[] Records)
Set 分页内容
|
void |
setSize(Long Size)
Set 条目数
|
void |
setTotal(Long Total)
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 NamespacePage()
public NamespacePage(NamespacePage source)
public TemNamespaceInfo[] getRecords()
public void setRecords(TemNamespaceInfo[] Records)
Records
- 分页内容public Long getTotal()
public void setTotal(Long Total)
Total
- 总数public Long getSize()
public void setSize(Long Size)
Size
- 条目数public Long getPages()
public void setPages(Long Pages)
Pages
- 页数Copyright © 2021. All rights reserved.