public class Meeting extends Object
| 构造器和说明 |
|---|
Meeting() |
| 限定符和类型 | 方法和说明 |
|---|---|
MeetingAbility |
getAbility() |
Long |
getCreateTime() |
Long |
getEndTime() |
MeetingUser |
getHostUser() |
Long |
getId() |
Long |
getParticipantCount() |
MeetingParticipant[] |
getParticipants() |
Long |
getStartTime() |
Integer |
getStatus() |
String |
getTopic() |
String |
getUrl() |
void |
setAbility(MeetingAbility ability) |
void |
setCreateTime(Long createTime) |
void |
setEndTime(Long endTime) |
void |
setHostUser(MeetingUser hostUser) |
void |
setId(Long id) |
void |
setParticipantCount(Long participantCount) |
void |
setParticipants(MeetingParticipant[] participants) |
void |
setStartTime(Long startTime) |
void |
setStatus(Integer status) |
void |
setTopic(String topic) |
void |
setUrl(String url) |
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 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 MeetingParticipant[] getParticipants()
public void setParticipants(MeetingParticipant[] participants)
public MeetingAbility getAbility()
public void setAbility(MeetingAbility ability)
Copyright © 2021. All rights reserved.