public class ListWorkflowInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ListWorkflowInfo() | 
| ListWorkflowInfo(ListWorkflowInfo 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 | 
|---|---|
| WorkflowInfo[] | getItems()Get 列表item
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPageNumber()Get 当前请求的数据页数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPageSize()Get 当前请求的数据页条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getTotalCount()Get 满足查询条件的数据总条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getTotalPageNumber()Get 满足查询条件的数据总页数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setItems(WorkflowInfo[] Items)Set 列表item
注意:此字段可能返回 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 ListWorkflowInfo()
public ListWorkflowInfo(ListWorkflowInfo source)
public WorkflowInfo[] getItems()
public void setItems(WorkflowInfo[] Items)
Items - 列表item
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalPageNumber()
public void setTotalPageNumber(Long TotalPageNumber)
TotalPageNumber - 满足查询条件的数据总页数
注意:此字段可能返回 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,表示取不到有效值。Copyright © 2025. All rights reserved.