public class ListTaskInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ListTaskInfo()  | 
ListTaskInfo(ListTaskInfo 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 | 
|---|---|
TaskBaseAttribute[] | 
getItems()
Get Task Array 
 | 
Long | 
getPageNumber()
Get Current request data page number. 
 | 
Long | 
getPageSize()
Get Number of entries in the current request. 
 | 
Long | 
getTotalCount()
Get Total number of data entries that meet the query condition. 
 | 
Long | 
getTotalPageNumber()
Get Total number of pages that meet the query condition. 
 | 
void | 
setItems(TaskBaseAttribute[] Items)
Set Task Array 
 | 
void | 
setPageNumber(Long PageNumber)
Set Current request data page number. 
 | 
void | 
setPageSize(Long PageSize)
Set Number of entries in the current request. 
 | 
void | 
setTotalCount(Long TotalCount)
Set Total number of data entries that meet the query condition. 
 | 
void | 
setTotalPageNumber(Long TotalPageNumber)
Set Total number of pages that meet the query condition. 
 | 
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 ListTaskInfo()
public ListTaskInfo(ListTaskInfo source)
public TaskBaseAttribute[] getItems()
public void setItems(TaskBaseAttribute[] Items)
Items - Task Arraypublic Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - Current request data page number.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Number of entries in the current request.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Total number of data entries that meet the query condition.public Long getTotalPageNumber()
public void setTotalPageNumber(Long TotalPageNumber)
TotalPageNumber - Total number of pages that meet the query condition.Copyright © 2025. All rights reserved.