public class TaskInfoDataPage extends AbstractModel
Constructor and Description |
---|
TaskInfoDataPage() |
TaskInfoDataPage(TaskInfoDataPage 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 |
---|---|
TaskInfoData[] |
getItems()
Get 任务集合信息
|
Long |
getPageNumber()
Get 页号
|
Long |
getPageSize()
Get 页大小
|
Long |
getTotalCount()
Get 总页数1
|
void |
setItems(TaskInfoData[] Items)
Set 任务集合信息
|
void |
setPageNumber(Long PageNumber)
Set 页号
|
void |
setPageSize(Long PageSize)
Set 页大小
|
void |
setTotalCount(Long TotalCount)
Set 总页数1
|
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 TaskInfoDataPage()
public TaskInfoDataPage(TaskInfoDataPage source)
public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 页号public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 页大小public TaskInfoData[] getItems()
public void setItems(TaskInfoData[] Items)
Items
- 任务集合信息public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 总页数1Copyright © 2023. All rights reserved.