public class NamespacePage extends AbstractModel
header, skipSign
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 |
getCurrent()
Get 当前条目
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPages()
Get 页数
|
TemNamespaceInfo[] |
getRecords()
Get 分页内容
|
Long |
getSize()
Get 条目数
|
Long |
getTotal()
Get 总数
|
void |
setCurrent(Long Current)
Set 当前条目
注意:此字段可能返回 null,表示取不到有效值。
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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
- 页数public Long getCurrent()
public void setCurrent(Long Current)
Current
- 当前条目
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.