public class ServicePage extends AbstractModel
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 Number of current entries
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getPages()
Get Total number of pages
|
TemService[] |
getRecords()
Get List of applications
|
Long |
getSize()
Get Number of applications per page
|
Long |
getTotal()
Get Total number of applications
|
void |
setCurrent(Long Current)
Set Number of current entries
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setPages(Long Pages)
Set Total number of pages
|
void |
setRecords(TemService[] Records)
Set List of applications
|
void |
setSize(Long Size)
Set Number of applications per page
|
void |
setTotal(Long Total)
Set Total number of applications
|
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 ServicePage()
public ServicePage(ServicePage source)
public TemService[] getRecords()
public void setRecords(TemService[] Records)
Records
- List of applicationspublic Long getTotal()
public void setTotal(Long Total)
Total
- Total number of applicationspublic Long getSize()
public void setSize(Long Size)
Size
- Number of applications per pagepublic Long getPages()
public void setPages(Long Pages)
Pages
- Total number of pagespublic Long getCurrent()
public void setCurrent(Long Current)
Current
- Number of current entries
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.