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

com.aliyun.dingtalkconference_1_0.models.GetConfDataByConferenceIdResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class GetConfDataByConferenceIdResponseBody extends TeaModel {
    /**
     * example:
     * 

6449d8a6414xxxxxxxx01464af9f0

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

njMTqKo9xxxxEiE

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

张三

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

xxxx

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

1682561790000

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

0

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

ding_talk

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

1682561190000

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

600000

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

xxxxx测试会议

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

2

*/ @NameInMap("userCount") public Integer userCount; public static GetConfDataByConferenceIdResponseBody build(java.util.Map map) throws Exception { GetConfDataByConferenceIdResponseBody self = new GetConfDataByConferenceIdResponseBody(); return TeaModel.build(map, self); } public GetConfDataByConferenceIdResponseBody setConferenceId(String conferenceId) { this.conferenceId = conferenceId; return this; } public String getConferenceId() { return this.conferenceId; } public GetConfDataByConferenceIdResponseBody setCreatorId(String creatorId) { this.creatorId = creatorId; return this; } public String getCreatorId() { return this.creatorId; } public GetConfDataByConferenceIdResponseBody setCreatorNick(String creatorNick) { this.creatorNick = creatorNick; return this; } public String getCreatorNick() { return this.creatorNick; } public GetConfDataByConferenceIdResponseBody setDeptName(String deptName) { this.deptName = deptName; return this; } public String getDeptName() { return this.deptName; } public GetConfDataByConferenceIdResponseBody setEndTime(Long endTime) { this.endTime = endTime; return this; } public Long getEndTime() { return this.endTime; } public GetConfDataByConferenceIdResponseBody setFreeType(String freeType) { this.freeType = freeType; return this; } public String getFreeType() { return this.freeType; } public GetConfDataByConferenceIdResponseBody setScene(String scene) { this.scene = scene; return this; } public String getScene() { return this.scene; } public GetConfDataByConferenceIdResponseBody setStartTime(Long startTime) { this.startTime = startTime; return this; } public Long getStartTime() { return this.startTime; } public GetConfDataByConferenceIdResponseBody setTimeLength(Long timeLength) { this.timeLength = timeLength; return this; } public Long getTimeLength() { return this.timeLength; } public GetConfDataByConferenceIdResponseBody setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } public GetConfDataByConferenceIdResponseBody setUserCount(Integer userCount) { this.userCount = userCount; return this; } public Integer getUserCount() { return this.userCount; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy