All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dingtalkproject_1_0.models.QueryTaskOfProjectResponseBody Maven / Gradle / Ivy

There is a newer version: 2.1.88
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkproject_1_0.models;

import com.aliyun.tea.*;

public class QueryTaskOfProjectResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

f279e812-e431-428d-846d-cxxxxxx

*/ @NameInMap("nextToken") public String nextToken; @NameInMap("result") public java.util.List result; /** *

This parameter is required.

* * example: *

35

*/ @NameInMap("totalCount") public Integer totalCount; public static QueryTaskOfProjectResponseBody build(java.util.Map map) throws Exception { QueryTaskOfProjectResponseBody self = new QueryTaskOfProjectResponseBody(); return TeaModel.build(map, self); } public QueryTaskOfProjectResponseBody setNextToken(String nextToken) { this.nextToken = nextToken; return this; } public String getNextToken() { return this.nextToken; } public QueryTaskOfProjectResponseBody setResult(java.util.List result) { this.result = result; return this; } public java.util.List getResult() { return this.result; } public QueryTaskOfProjectResponseBody setTotalCount(Integer totalCount) { this.totalCount = totalCount; return this; } public Integer getTotalCount() { return this.totalCount; } public static class QueryTaskOfProjectResponseBodyResultCustomfields extends TeaModel { /** * example: *

62c25e3bbxx0xxx

*/ @NameInMap("customfieldId") public String customfieldId; public static QueryTaskOfProjectResponseBodyResultCustomfields build(java.util.Map map) throws Exception { QueryTaskOfProjectResponseBodyResultCustomfields self = new QueryTaskOfProjectResponseBodyResultCustomfields(); return TeaModel.build(map, self); } public QueryTaskOfProjectResponseBodyResultCustomfields setCustomfieldId(String customfieldId) { this.customfieldId = customfieldId; return this; } public String getCustomfieldId() { return this.customfieldId; } } public static class QueryTaskOfProjectResponseBodyResult extends TeaModel { /** * example: *

2022-07-04T03:29:34.770Z

*/ @NameInMap("accomplished") public String accomplished; @NameInMap("ancestorIds") public java.util.List ancestorIds; /** * example: *

标题2

*/ @NameInMap("content") public String content; /** * example: *

2022-07-04T03:29:34.770Z

*/ @NameInMap("created") public String created; /** * example: *

62c25e3bba7ce40xxx

*/ @NameInMap("creatorId") public String creatorId; @NameInMap("customfields") public java.util.List customfields; /** * example: *

2022-07-04T03:29:34.770Z

*/ @NameInMap("dueDate") public String dueDate; /** * example: *

62cxxxxxxx

*/ @NameInMap("executorId") public String executorId; @NameInMap("involveMembers") public java.util.List involveMembers; /** * example: *

true

*/ @NameInMap("isArchived") public Boolean isArchived; /** * example: *

true

*/ @NameInMap("isDeleted") public Boolean isDeleted; /** * example: *

true

*/ @NameInMap("isDone") public Boolean isDone; @NameInMap("labels") public java.util.List labels; /** * example: *

备注

*/ @NameInMap("note") public String note; /** * example: *

0

*/ @NameInMap("priority") public Long priority; /** * example: *

0

*/ @NameInMap("progress") public Integer progress; /** * example: *

62c25e3bbaxxxxx

*/ @NameInMap("projectId") public String projectId; /** * example: *

62c25e3bbxx0xxx

*/ @NameInMap("scenariofieldconfigId") public String scenariofieldconfigId; /** * example: *

62c25e3bbxx0xxx

*/ @NameInMap("sprintId") public String sprintId; /** * example: *

62c25e3bbxx0xxx

*/ @NameInMap("stageId") public String stageId; /** * example: *

2022-07-04T03:29:34.770Z

*/ @NameInMap("startDate") public String startDate; /** * example: *

2

*/ @NameInMap("storyPoint") public Integer storyPoint; /** * example: *

62c25e3bbxx0xxx

*/ @NameInMap("tagIds") public java.util.List tagIds; /** * example: *

62c25e3bbaxxx

*/ @NameInMap("taskId") public String taskId; /** * example: *

62c25e3bbxx0xxx

*/ @NameInMap("taskflowstatusId") public String taskflowstatusId; /** * example: *

2022-07-04T03:29:34.770Z

*/ @NameInMap("updated") public String updated; /** * example: *

member

*/ @NameInMap("visible") public String visible; public static QueryTaskOfProjectResponseBodyResult build(java.util.Map map) throws Exception { QueryTaskOfProjectResponseBodyResult self = new QueryTaskOfProjectResponseBodyResult(); return TeaModel.build(map, self); } public QueryTaskOfProjectResponseBodyResult setAccomplished(String accomplished) { this.accomplished = accomplished; return this; } public String getAccomplished() { return this.accomplished; } public QueryTaskOfProjectResponseBodyResult setAncestorIds(java.util.List ancestorIds) { this.ancestorIds = ancestorIds; return this; } public java.util.List getAncestorIds() { return this.ancestorIds; } public QueryTaskOfProjectResponseBodyResult setContent(String content) { this.content = content; return this; } public String getContent() { return this.content; } public QueryTaskOfProjectResponseBodyResult setCreated(String created) { this.created = created; return this; } public String getCreated() { return this.created; } public QueryTaskOfProjectResponseBodyResult setCreatorId(String creatorId) { this.creatorId = creatorId; return this; } public String getCreatorId() { return this.creatorId; } public QueryTaskOfProjectResponseBodyResult setCustomfields(java.util.List customfields) { this.customfields = customfields; return this; } public java.util.List getCustomfields() { return this.customfields; } public QueryTaskOfProjectResponseBodyResult setDueDate(String dueDate) { this.dueDate = dueDate; return this; } public String getDueDate() { return this.dueDate; } public QueryTaskOfProjectResponseBodyResult setExecutorId(String executorId) { this.executorId = executorId; return this; } public String getExecutorId() { return this.executorId; } public QueryTaskOfProjectResponseBodyResult setInvolveMembers(java.util.List involveMembers) { this.involveMembers = involveMembers; return this; } public java.util.List getInvolveMembers() { return this.involveMembers; } public QueryTaskOfProjectResponseBodyResult setIsArchived(Boolean isArchived) { this.isArchived = isArchived; return this; } public Boolean getIsArchived() { return this.isArchived; } public QueryTaskOfProjectResponseBodyResult setIsDeleted(Boolean isDeleted) { this.isDeleted = isDeleted; return this; } public Boolean getIsDeleted() { return this.isDeleted; } public QueryTaskOfProjectResponseBodyResult setIsDone(Boolean isDone) { this.isDone = isDone; return this; } public Boolean getIsDone() { return this.isDone; } public QueryTaskOfProjectResponseBodyResult setLabels(java.util.List labels) { this.labels = labels; return this; } public java.util.List getLabels() { return this.labels; } public QueryTaskOfProjectResponseBodyResult setNote(String note) { this.note = note; return this; } public String getNote() { return this.note; } public QueryTaskOfProjectResponseBodyResult setPriority(Long priority) { this.priority = priority; return this; } public Long getPriority() { return this.priority; } public QueryTaskOfProjectResponseBodyResult setProgress(Integer progress) { this.progress = progress; return this; } public Integer getProgress() { return this.progress; } public QueryTaskOfProjectResponseBodyResult setProjectId(String projectId) { this.projectId = projectId; return this; } public String getProjectId() { return this.projectId; } public QueryTaskOfProjectResponseBodyResult setScenariofieldconfigId(String scenariofieldconfigId) { this.scenariofieldconfigId = scenariofieldconfigId; return this; } public String getScenariofieldconfigId() { return this.scenariofieldconfigId; } public QueryTaskOfProjectResponseBodyResult setSprintId(String sprintId) { this.sprintId = sprintId; return this; } public String getSprintId() { return this.sprintId; } public QueryTaskOfProjectResponseBodyResult setStageId(String stageId) { this.stageId = stageId; return this; } public String getStageId() { return this.stageId; } public QueryTaskOfProjectResponseBodyResult setStartDate(String startDate) { this.startDate = startDate; return this; } public String getStartDate() { return this.startDate; } public QueryTaskOfProjectResponseBodyResult setStoryPoint(Integer storyPoint) { this.storyPoint = storyPoint; return this; } public Integer getStoryPoint() { return this.storyPoint; } public QueryTaskOfProjectResponseBodyResult setTagIds(java.util.List tagIds) { this.tagIds = tagIds; return this; } public java.util.List getTagIds() { return this.tagIds; } public QueryTaskOfProjectResponseBodyResult setTaskId(String taskId) { this.taskId = taskId; return this; } public String getTaskId() { return this.taskId; } public QueryTaskOfProjectResponseBodyResult setTaskflowstatusId(String taskflowstatusId) { this.taskflowstatusId = taskflowstatusId; return this; } public String getTaskflowstatusId() { return this.taskflowstatusId; } public QueryTaskOfProjectResponseBodyResult setUpdated(String updated) { this.updated = updated; return this; } public String getUpdated() { return this.updated; } public QueryTaskOfProjectResponseBodyResult setVisible(String visible) { this.visible = visible; return this; } public String getVisible() { return this.visible; } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy