public class ListTaskVersions extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ListTaskVersions()  | 
ListTaskVersions(ListTaskVersions 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 | 
|---|---|
TaskVersion[] | 
getItems()
Get Record list 
 | 
Long | 
getPageCount()
Get Number of records on current page. 
 | 
Long | 
getPageNumber()
Get Specifies the data page number of the current request. 
 | 
Long | 
getPageSize()
Get Specifies the number of entries in the current request data page. 
 | 
Long | 
getTotalCount()
Get Total number of records that meet the query condition. 
 | 
Long | 
getTotalPageNumber()
Get Total number of pages that meet the query condition. 
 | 
void | 
setItems(TaskVersion[] Items)
Set Record list 
 | 
void | 
setPageCount(Long PageCount)
Set Number of records on current page. 
 | 
void | 
setPageNumber(Long PageNumber)
Set Specifies the data page number of the current request. 
 | 
void | 
setPageSize(Long PageSize)
Set Specifies the number of entries in the current request data page. 
 | 
void | 
setTotalCount(Long TotalCount)
Set Total number of records 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 ListTaskVersions()
public ListTaskVersions(ListTaskVersions source)
public TaskVersion[] getItems()
public void setItems(TaskVersion[] Items)
Items - Record listpublic Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Total number of records that meet the query condition.public Long getTotalPageNumber()
public void setTotalPageNumber(Long TotalPageNumber)
TotalPageNumber - Total number of pages that meet the query condition.public Long getPageCount()
public void setPageCount(Long PageCount)
PageCount - Number of records on current page.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Specifies the number of entries in the current request data page.public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - Specifies the data page number of the current request.Copyright © 2025. All rights reserved.