
com.aliyun.dingtalktodo_1_0.models.CreateTodoTaskResponseBody Maven / Gradle / Ivy
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalktodo_1_0.models;
import com.aliyun.tea.*;
public class CreateTodoTaskResponseBody extends TeaModel {
@NameInMap("bizTag")
public String bizTag;
@NameInMap("contentFieldList")
public java.util.List contentFieldList;
/**
* This parameter is required.
*/
@NameInMap("createdTime")
public Long createdTime;
/**
* This parameter is required.
*/
@NameInMap("creatorId")
public String creatorId;
@NameInMap("description")
public String description;
@NameInMap("detailUrl")
public CreateTodoTaskResponseBodyDetailUrl detailUrl;
@NameInMap("done")
public Boolean done;
@NameInMap("dueTime")
public Long dueTime;
@NameInMap("executorIds")
public java.util.List executorIds;
@NameInMap("finishTime")
public Long finishTime;
/**
* This parameter is required.
*/
@NameInMap("id")
public String id;
@NameInMap("isOnlyShowExecutor")
public Boolean isOnlyShowExecutor;
@NameInMap("modifiedTime")
public Long modifiedTime;
@NameInMap("modifierId")
public String modifierId;
@NameInMap("notifyConfigs")
public CreateTodoTaskResponseBodyNotifyConfigs notifyConfigs;
@NameInMap("participantIds")
public java.util.List participantIds;
@NameInMap("priority")
public Integer priority;
@NameInMap("requestId")
public String requestId;
@NameInMap("source")
public String source;
@NameInMap("sourceId")
public String sourceId;
@NameInMap("startTime")
public Long startTime;
/**
* This parameter is required.
*/
@NameInMap("subject")
public String subject;
public static CreateTodoTaskResponseBody build(java.util.Map map) throws Exception {
CreateTodoTaskResponseBody self = new CreateTodoTaskResponseBody();
return TeaModel.build(map, self);
}
public CreateTodoTaskResponseBody setBizTag(String bizTag) {
this.bizTag = bizTag;
return this;
}
public String getBizTag() {
return this.bizTag;
}
public CreateTodoTaskResponseBody setContentFieldList(java.util.List contentFieldList) {
this.contentFieldList = contentFieldList;
return this;
}
public java.util.List getContentFieldList() {
return this.contentFieldList;
}
public CreateTodoTaskResponseBody setCreatedTime(Long createdTime) {
this.createdTime = createdTime;
return this;
}
public Long getCreatedTime() {
return this.createdTime;
}
public CreateTodoTaskResponseBody setCreatorId(String creatorId) {
this.creatorId = creatorId;
return this;
}
public String getCreatorId() {
return this.creatorId;
}
public CreateTodoTaskResponseBody setDescription(String description) {
this.description = description;
return this;
}
public String getDescription() {
return this.description;
}
public CreateTodoTaskResponseBody setDetailUrl(CreateTodoTaskResponseBodyDetailUrl detailUrl) {
this.detailUrl = detailUrl;
return this;
}
public CreateTodoTaskResponseBodyDetailUrl getDetailUrl() {
return this.detailUrl;
}
public CreateTodoTaskResponseBody setDone(Boolean done) {
this.done = done;
return this;
}
public Boolean getDone() {
return this.done;
}
public CreateTodoTaskResponseBody setDueTime(Long dueTime) {
this.dueTime = dueTime;
return this;
}
public Long getDueTime() {
return this.dueTime;
}
public CreateTodoTaskResponseBody setExecutorIds(java.util.List executorIds) {
this.executorIds = executorIds;
return this;
}
public java.util.List getExecutorIds() {
return this.executorIds;
}
public CreateTodoTaskResponseBody setFinishTime(Long finishTime) {
this.finishTime = finishTime;
return this;
}
public Long getFinishTime() {
return this.finishTime;
}
public CreateTodoTaskResponseBody setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public CreateTodoTaskResponseBody setIsOnlyShowExecutor(Boolean isOnlyShowExecutor) {
this.isOnlyShowExecutor = isOnlyShowExecutor;
return this;
}
public Boolean getIsOnlyShowExecutor() {
return this.isOnlyShowExecutor;
}
public CreateTodoTaskResponseBody setModifiedTime(Long modifiedTime) {
this.modifiedTime = modifiedTime;
return this;
}
public Long getModifiedTime() {
return this.modifiedTime;
}
public CreateTodoTaskResponseBody setModifierId(String modifierId) {
this.modifierId = modifierId;
return this;
}
public String getModifierId() {
return this.modifierId;
}
public CreateTodoTaskResponseBody setNotifyConfigs(CreateTodoTaskResponseBodyNotifyConfigs notifyConfigs) {
this.notifyConfigs = notifyConfigs;
return this;
}
public CreateTodoTaskResponseBodyNotifyConfigs getNotifyConfigs() {
return this.notifyConfigs;
}
public CreateTodoTaskResponseBody setParticipantIds(java.util.List participantIds) {
this.participantIds = participantIds;
return this;
}
public java.util.List getParticipantIds() {
return this.participantIds;
}
public CreateTodoTaskResponseBody setPriority(Integer priority) {
this.priority = priority;
return this;
}
public Integer getPriority() {
return this.priority;
}
public CreateTodoTaskResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreateTodoTaskResponseBody setSource(String source) {
this.source = source;
return this;
}
public String getSource() {
return this.source;
}
public CreateTodoTaskResponseBody setSourceId(String sourceId) {
this.sourceId = sourceId;
return this;
}
public String getSourceId() {
return this.sourceId;
}
public CreateTodoTaskResponseBody setStartTime(Long startTime) {
this.startTime = startTime;
return this;
}
public Long getStartTime() {
return this.startTime;
}
public CreateTodoTaskResponseBody setSubject(String subject) {
this.subject = subject;
return this;
}
public String getSubject() {
return this.subject;
}
public static class CreateTodoTaskResponseBodyContentFieldList extends TeaModel {
@NameInMap("fieldKey")
public String fieldKey;
@NameInMap("fieldValue")
public String fieldValue;
public static CreateTodoTaskResponseBodyContentFieldList build(java.util.Map map) throws Exception {
CreateTodoTaskResponseBodyContentFieldList self = new CreateTodoTaskResponseBodyContentFieldList();
return TeaModel.build(map, self);
}
public CreateTodoTaskResponseBodyContentFieldList setFieldKey(String fieldKey) {
this.fieldKey = fieldKey;
return this;
}
public String getFieldKey() {
return this.fieldKey;
}
public CreateTodoTaskResponseBodyContentFieldList setFieldValue(String fieldValue) {
this.fieldValue = fieldValue;
return this;
}
public String getFieldValue() {
return this.fieldValue;
}
}
public static class CreateTodoTaskResponseBodyDetailUrl extends TeaModel {
@NameInMap("appUrl")
public String appUrl;
@NameInMap("pcUrl")
public String pcUrl;
public static CreateTodoTaskResponseBodyDetailUrl build(java.util.Map map) throws Exception {
CreateTodoTaskResponseBodyDetailUrl self = new CreateTodoTaskResponseBodyDetailUrl();
return TeaModel.build(map, self);
}
public CreateTodoTaskResponseBodyDetailUrl setAppUrl(String appUrl) {
this.appUrl = appUrl;
return this;
}
public String getAppUrl() {
return this.appUrl;
}
public CreateTodoTaskResponseBodyDetailUrl setPcUrl(String pcUrl) {
this.pcUrl = pcUrl;
return this;
}
public String getPcUrl() {
return this.pcUrl;
}
}
public static class CreateTodoTaskResponseBodyNotifyConfigs extends TeaModel {
@NameInMap("dingNotify")
public String dingNotify;
public static CreateTodoTaskResponseBodyNotifyConfigs build(java.util.Map map) throws Exception {
CreateTodoTaskResponseBodyNotifyConfigs self = new CreateTodoTaskResponseBodyNotifyConfigs();
return TeaModel.build(map, self);
}
public CreateTodoTaskResponseBodyNotifyConfigs setDingNotify(String dingNotify) {
this.dingNotify = dingNotify;
return this;
}
public String getDingNotify() {
return this.dingNotify;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy