public class InstancePageVO extends AbstractModel
header, skipSign| Constructor and Description |
|---|
InstancePageVO() |
InstancePageVO(InstancePageVO 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 |
|---|---|
InstanceVO[] |
getItems()
Get Data List
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getPageCount()
Get Total number of pages.
|
Long |
getPageNumber()
Get Page number
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getPageSize()
Get Entries per page.
|
Long |
getTotalCount()
Get Total number of entries.
|
Long |
getTotalPage()
Get Total number of pages.
|
void |
setItems(InstanceVO[] Items)
Set Data List
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPageCount(Long PageCount)
Set Total number of pages.
|
void |
setPageNumber(Long PageNumber)
Set Page number
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPageSize(Long PageSize)
Set Entries per page.
|
void |
setTotalCount(Long TotalCount)
Set Total number of entries.
|
void |
setTotalPage(Long TotalPage)
Set Total number of pages.
|
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, toJsonStringpublic InstancePageVO()
public InstancePageVO(InstancePageVO source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Total number of entries.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTotalPage()
public void setTotalPage(Long TotalPage)
TotalPage - Total number of pages.
Note: This field may return null, indicating that no valid values can be obtained.public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - Page number
Note: This field may return null, indicating that no valid values can be obtained.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Entries per page.
Note: This field may return null, indicating that no valid values can be obtained.public Long getPageCount()
public void setPageCount(Long PageCount)
PageCount - Total number of pages.
Note: This field may return null, indicating that no valid values can be obtained.public InstanceVO[] getItems()
public void setItems(InstanceVO[] Items)
Items - Data List
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.