public class WorkflowTaskCountOpsDto extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| WorkflowTaskCountOpsDto() | 
| WorkflowTaskCountOpsDto(WorkflowTaskCountOpsDto 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 | 
|---|---|
| Long | getCount()Get 工作流任务数
注意:此字段可能返回 null,表示取不到有效值。 | 
| PairDto[] | getCycleCount()Get 任务周期类型维度统计
注意:此字段可能返回 null,表示取不到有效值。 | 
| PairDto[] | getTypeCount()Get 任务类型维度统计
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCount(Long Count)Set 工作流任务数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCycleCount(PairDto[] CycleCount)Set 任务周期类型维度统计
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTypeCount(PairDto[] TypeCount)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 WorkflowTaskCountOpsDto()
public WorkflowTaskCountOpsDto(WorkflowTaskCountOpsDto source)
public Long getCount()
public void setCount(Long Count)
Count - 工作流任务数
注意:此字段可能返回 null,表示取不到有效值。public PairDto[] getTypeCount()
public void setTypeCount(PairDto[] TypeCount)
TypeCount - 任务类型维度统计
注意:此字段可能返回 null,表示取不到有效值。public PairDto[] getCycleCount()
public void setCycleCount(PairDto[] CycleCount)
CycleCount - 任务周期类型维度统计
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.