public class ServicePage extends AbstractModel
skipSign
Constructor and Description |
---|
ServicePage() |
ServicePage(ServicePage 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 页数
|
TemService[] |
getRecords()
Get 条目
|
Long |
getSize()
Get 条目
|
Long |
getTotal()
Get 总数
|
void |
setCurrent(Long Current)
Set 当前条数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPages(Long Pages)
Set 页数
|
void |
setRecords(TemService[] 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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ServicePage()
public ServicePage(ServicePage source)
public TemService[] getRecords()
public void setRecords(TemService[] 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 © 2023. All rights reserved.