public class DataSourceInfoPage extends AbstractModel
header, skipSign
Constructor and Description |
---|
DataSourceInfoPage() |
DataSourceInfoPage(DataSourceInfoPage 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 pagination page number
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getPageSize()
Get pagination size
Note: This field may return null, indicating that no valid value can be obtained.
|
DataSourceInfo[] |
getRows()
Get data source list
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getTotalCount()
Get Total numberNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getTotalPageNumber()
Get total pagination pages
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setPageNumber(Long PageNumber)
Set pagination page number
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setPageSize(Long PageSize)
Set pagination size
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRows(DataSourceInfo[] Rows)
Set data source list
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTotalCount(Long TotalCount)
Set Total numberNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setTotalPageNumber(Long TotalPageNumber)
Set total pagination pages
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DataSourceInfoPage()
public DataSourceInfoPage(DataSourceInfoPage source)
public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- pagination page number
Note: This field may return null, indicating that no valid value can be obtained.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- pagination size
Note: This field may return null, indicating that no valid value can be obtained.public DataSourceInfo[] getRows()
public void setRows(DataSourceInfo[] Rows)
Rows
- data source list
Note: This field may return null, indicating that no valid value can be obtained.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total numberNote: This field may return null, indicating that no valid value 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 value can be obtained.Copyright © 2024. All rights reserved.