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 Number of pages
|
TemNamespaceInfo[] |
getRecords()
Get Records
|
Long |
getSize()
Get Number of items
|
Long |
getTotal()
Get Total number
|
void |
setPages(Long Pages)
Set Number of pages
|
void |
setRecords(TemNamespaceInfo[] Records)
Set Records
|
void |
setSize(Long Size)
Set Number of items
|
void |
setTotal(Long Total)
Set Total number
|
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
- Recordspublic Long getTotal()
public void setTotal(Long Total)
Total
- Total numberpublic Long getSize()
public void setSize(Long Size)
Size
- Number of itemspublic Long getPages()
public void setPages(Long Pages)
Pages
- Number of pagesCopyright © 2023. All rights reserved.