public class Meeting extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Meeting.Builder |
| 构造器和说明 |
|---|
Meeting() |
Meeting(Meeting.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
MeetingAbility |
getAbility() |
Long |
getCreateTime() |
Long |
getEndTime() |
MeetingUser |
getHostUser() |
Long |
getId() |
String |
getMeetingNo() |
Long |
getParticipantCount() |
Long |
getParticipantCountAccumulated() |
MeetingParticipant[] |
getParticipants() |
Long |
getStartTime() |
Integer |
getStatus() |
String |
getTopic() |
String |
getUrl() |
static Meeting.Builder |
newBuilder() |
void |
setAbility(MeetingAbility ability) |
void |
setCreateTime(Long createTime) |
void |
setEndTime(Long endTime) |
void |
setHostUser(MeetingUser hostUser) |
void |
setId(Long id) |
void |
setMeetingNo(String meetingNo) |
void |
setParticipantCount(Long participantCount) |
void |
setParticipantCountAccumulated(Long participantCountAccumulated) |
void |
setParticipants(MeetingParticipant[] participants) |
void |
setStartTime(Long startTime) |
void |
setStatus(Integer status) |
void |
setTopic(String topic) |
void |
setUrl(String url) |
public Meeting()
public Meeting(Meeting.Builder builder)
public static Meeting.Builder newBuilder()
public Long getId()
public void setId(Long id)
public String getTopic()
public void setTopic(String topic)
public String getUrl()
public void setUrl(String url)
public String getMeetingNo()
public void setMeetingNo(String meetingNo)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public Long getStartTime()
public void setStartTime(Long startTime)
public Long getEndTime()
public void setEndTime(Long endTime)
public MeetingUser getHostUser()
public void setHostUser(MeetingUser hostUser)
public Integer getStatus()
public void setStatus(Integer status)
public Long getParticipantCount()
public void setParticipantCount(Long participantCount)
public Long getParticipantCountAccumulated()
public void setParticipantCountAccumulated(Long participantCountAccumulated)
public MeetingParticipant[] getParticipants()
public void setParticipants(MeetingParticipant[] participants)
public MeetingAbility getAbility()
public void setAbility(MeetingAbility ability)
Copyright © 2022. All rights reserved.