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