public class GetConfDataByConferenceIdResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
conferenceId |
String |
creatorId |
String |
creatorNick |
String |
deptName |
Long |
endTime |
String |
freeType |
String |
scene |
Long |
startTime |
Long |
timeLength |
String |
title |
Integer |
userCount |
| 构造器和说明 |
|---|
GetConfDataByConferenceIdResponseBody() |
@NameInMap(value="conferenceId") public String conferenceId
@NameInMap(value="creatorId") public String creatorId
@NameInMap(value="creatorNick") public String creatorNick
@NameInMap(value="deptName") public String deptName
@NameInMap(value="endTime") public Long endTime
@NameInMap(value="freeType") public String freeType
@NameInMap(value="scene") public String scene
@NameInMap(value="startTime") public Long startTime
@NameInMap(value="timeLength") public Long timeLength
@NameInMap(value="title") public String title
@NameInMap(value="userCount") public Integer userCount
public static GetConfDataByConferenceIdResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetConfDataByConferenceIdResponseBody setConferenceId(String conferenceId)
public String getConferenceId()
public GetConfDataByConferenceIdResponseBody setCreatorId(String creatorId)
public String getCreatorId()
public GetConfDataByConferenceIdResponseBody setCreatorNick(String creatorNick)
public String getCreatorNick()
public GetConfDataByConferenceIdResponseBody setDeptName(String deptName)
public String getDeptName()
public GetConfDataByConferenceIdResponseBody setEndTime(Long endTime)
public Long getEndTime()
public GetConfDataByConferenceIdResponseBody setFreeType(String freeType)
public String getFreeType()
public GetConfDataByConferenceIdResponseBody setScene(String scene)
public String getScene()
public GetConfDataByConferenceIdResponseBody setStartTime(Long startTime)
public Long getStartTime()
public GetConfDataByConferenceIdResponseBody setTimeLength(Long timeLength)
public Long getTimeLength()
public GetConfDataByConferenceIdResponseBody setTitle(String title)
public String getTitle()
public GetConfDataByConferenceIdResponseBody setUserCount(Integer userCount)
public Integer getUserCount()
Copyright © 2024. All rights reserved.