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 记录列表        
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPageCount()Get 当前页记录数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPageNumber()Get 当前请求的数据页数。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPageSize()Get 当前请求的数据页条数。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getTotalCount()Get 满足查询条件的数据总条数。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getTotalPageNumber()Get 满足查询条件的数据总页数。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setItems(TaskVersion[] Items)Set 记录列表        
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPageCount(Long PageCount)Set 当前页记录数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPageNumber(Long PageNumber)Set 当前请求的数据页数。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPageSize(Long PageSize)Set 当前请求的数据页条数。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTotalCount(Long TotalCount)Set 满足查询条件的数据总条数。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTotalPageNumber(Long TotalPageNumber)Set 满足查询条件的数据总页数。
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 - 记录列表    
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 满足查询条件的数据总条数。
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalPageNumber()
public void setTotalPageNumber(Long TotalPageNumber)
TotalPageNumber - 满足查询条件的数据总页数。
注意:此字段可能返回 null,表示取不到有效值。public Long getPageCount()
public void setPageCount(Long PageCount)
PageCount - 当前页记录数
注意:此字段可能返回 null,表示取不到有效值。public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 当前请求的数据页条数。
注意:此字段可能返回 null,表示取不到有效值。public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 当前请求的数据页数。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.