public class PageRoles extends AbstractModel
header, skipSign| Constructor and Description |
|---|
PageRoles() |
PageRoles(PageRoles 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 |
getPageNumber()
Get Page number
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getPageSize()
Get Pagination size
Note: This field may return null, indicating that no valid values can be obtained.
|
BaseRole[] |
getRows()
Get Role information.
|
Long |
getTotalCount()
Get Total number
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTotalPageNumber()
Get Total pagination 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 Pagination size
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRows(BaseRole[] Rows)
Set Role information.
|
void |
setTotalCount(Long TotalCount)
Set Total number
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTotalPageNumber(Long TotalPageNumber)
Set Total pagination 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 PageRoles()
public PageRoles(PageRoles source)
public BaseRole[] getRows()
public void setRows(BaseRole[] Rows)
Rows - Role information.
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 - Pagination size
Note: This field may return null, indicating that no valid values can be obtained.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Total number
Note: This field may return null, indicating that no valid values can be obtained.public Long getTotalPageNumber()
public void setTotalPageNumber(Long TotalPageNumber)
TotalPageNumber - Total pagination pages.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.