| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335 |
- package cn.com.goldenwater.dcproj.model;
- import java.io.Serializable;
- import java.util.Date;
- import java.util.List;
- import cn.com.goldenwater.core.model.BaseBean;
- import com.fasterxml.jackson.annotation.JsonFormat;
- import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
- import io.swagger.annotations.ApiModelProperty;
- /**
- * entity:BisInspMeetRecode
- *
- * @author lhc
- * @date 2019-5-31
- */
- @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
- public class BisInspMeetRecode extends BaseBean implements Serializable {
- // 小鱼会议ID
- @ApiModelProperty(value = "小鱼会议ID", name = "meetingId")
- private String meetingId;
- // 创建人ID
- @ApiModelProperty(value = "创建人ID", name = "persName")
- private String persName;
- // 创建人机构名
- @ApiModelProperty(value = "创建人机构名", name = "orgNm")
- private String orgNm;
- // 主持人ID
- @ApiModelProperty(value = "主持人ID", name = "controlPersId")
- private String controlPersId;
- // 主持人姓名
- @ApiModelProperty(value = "主持人姓名", name = "controlPersName")
- private String controlPersName;
- private String id;
- // 会议标题
- @ApiModelProperty(value = "会议标题", name = "title")
- private String title;
- // 会议开始时间
- @ApiModelProperty(value = "会议开始时间", name = "startTime")
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
- private Date startTime;
- // 会议结束时间
- @ApiModelProperty(value = "会议结束时间", name = "endTime")
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
- private Date endTime;
- // 参加会议的终端号集合
- @ApiModelProperty(value = "参加会议的终端号集合", name = "participants")
- private String participants;
- // 会议地址,可选参数
- @ApiModelProperty(value = "会议地址,可选参数", name = "address")
- private String address;
- // 会议描述,可选参数
- @ApiModelProperty(value = "会议描述,可选参数", name = "details")
- private String details;
- // 开会时,是否自动呼叫小鱼终端入会。默认为0,不自动;为1,自动。可选参数
- @ApiModelProperty(value = "开会时,是否自动呼叫小鱼终端入会。默认为0,不自动;为1,自动。可选参数", name = "autoinvite")
- private String autoinvite;
- // 指定密码
- @ApiModelProperty(value = "指定密码", name = "password")
- private String password;
- // 主持会议密码
- @ApiModelProperty(value = "主持会议密码", name = "controlPassword")
- private String controlPassword;
- // 1 随机自动生成,2 指定云会议号(使用时,必须填写CONFERENENUMBER)
- @ApiModelProperty(value = "1 随机自动生成,2 指定云会议号(使用时,必须填写CONFERENENUMBER)", name = "meetingroomtype")
- private String meetingroomtype;
- // 虚拟云会议号
- @ApiModelProperty(value = "虚拟云会议号", name = "conferencenumber")
- private String conferencenumber;
- // 0 不自动录制,1 自动录制
- @ApiModelProperty(value = "0 不自动录制,1 自动录制", name = "autorecord")
- private String autorecord;
- // 主画面 可选参数
- @ApiModelProperty(value = "主画面 可选参数", name = "mainimage")
- private String mainimage;
- // 是否开启离线录制,0 实时转码录制,1 离线转码录制。仅支持私有云3.5.2以上版本
- @ApiModelProperty(value = "是否开启离线录制,0 实时转码录制,1 离线转码录制。仅支持私有云3.5.2以上版本", name = "enableofflinerecord")
- private String enableofflinerecord;
- // 否开启单独录制,0 整个会议录制一个文件, 1 会议的所有参会方都会录制一个文件。开启单路录制,必须同时开启离线录制。仅支持私有云3.5.2以上版本
- @ApiModelProperty(value = "否开启单独录制,0 整个会议录制一个文件, 1 会议的所有参会方都会录制一个文件。开启单路录制,必须同时开启离线录制。仅支持私有云3.5.2以上版本", name = "enablesinglerecord")
- private String enablesinglerecord;
- // 参会人员id
- @ApiModelProperty(value = "参会人员id", name = "persId")
- private String persId;
- // 创建人单位id
- @ApiModelProperty(value = "创建人单位id", name = "orgId")
- private String orgId;
- // 创建时间
- @ApiModelProperty(value = "创建时间", name = "intm")
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
- private Date intm;
- // 最后修改时间
- @ApiModelProperty(value = "最后修改时间", name = "uptm")
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
- private Date uptm;
- // 数据是否有效 1 0
- @ApiModelProperty(value = "数据是否有效 1 0 ", name = "flagValid")
- private String flagValid;
- @ApiModelProperty(value = "参会人员列表", name = "participantsList")
- private List<BisInspMeetMntsCustoms> participantsList;
- // 是否发短信 默认 0 ,发送完修改为1
- @ApiModelProperty(value = "是否发短信 默认 0 ,发送完修改为1", name = "sms")
- private String sms;
- public BisInspMeetRecode() {
- }
- public String getSms() {
- return sms;
- }
- public void setSms(String sms) {
- this.sms = sms;
- }
- public String getMeetingId() {
- return meetingId;
- }
- public void setMeetingId(String meetingId) {
- this.meetingId = meetingId;
- }
- public String getPersName() {
- return persName;
- }
- public void setPersName(String persName) {
- this.persName = persName;
- }
- public String getOrgNm() {
- return orgNm;
- }
- public void setOrgNm(String orgNm) {
- this.orgNm = orgNm;
- }
- public String getControlPersId() {
- return controlPersId;
- }
- public void setControlPersId(String controlPersId) {
- this.controlPersId = controlPersId;
- }
- public String getControlPersName() {
- return controlPersName;
- }
- public void setControlPersName(String controlPersName) {
- this.controlPersName = controlPersName;
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getTitle() {
- return title;
- }
- public void setTitle(String title) {
- this.title = title;
- }
- public Date getStartTime() {
- return startTime;
- }
- public void setStartTime(Date startTime) {
- this.startTime = startTime;
- }
- public Date getEndTime() {
- return endTime;
- }
- public void setEndTime(Date endTime) {
- this.endTime = endTime;
- }
- public String getParticipants() {
- return participants;
- }
- public void setParticipants(String participants) {
- this.participants = participants;
- }
- public String getAddress() {
- return address;
- }
- public void setAddress(String address) {
- this.address = address;
- }
- public String getDetails() {
- return details;
- }
- public void setDetails(String details) {
- this.details = details;
- }
- public String getAutoinvite() {
- return autoinvite;
- }
- public void setAutoinvite(String autoinvite) {
- this.autoinvite = autoinvite;
- }
- public String getPassword() {
- return password;
- }
- public void setPassword(String password) {
- this.password = password;
- }
- public String getControlPassword() {
- return controlPassword;
- }
- public void setControlPassword(String controlPassword) {
- this.controlPassword = controlPassword;
- }
- public String getMeetingroomtype() {
- return meetingroomtype;
- }
- public void setMeetingroomtype(String meetingroomtype) {
- this.meetingroomtype = meetingroomtype;
- }
- public String getConferencenumber() {
- return conferencenumber;
- }
- public void setConferencenumber(String conferencenumber) {
- this.conferencenumber = conferencenumber;
- }
- public String getAutorecord() {
- return autorecord;
- }
- public void setAutorecord(String autorecord) {
- this.autorecord = autorecord;
- }
- public String getMainimage() {
- return mainimage;
- }
- public void setMainimage(String mainimage) {
- this.mainimage = mainimage;
- }
- public String getEnableofflinerecord() {
- return enableofflinerecord;
- }
- public void setEnableofflinerecord(String enableofflinerecord) {
- this.enableofflinerecord = enableofflinerecord;
- }
- public String getEnablesinglerecord() {
- return enablesinglerecord;
- }
- public void setEnablesinglerecord(String enablesinglerecord) {
- this.enablesinglerecord = enablesinglerecord;
- }
- public String getPersId() {
- return persId;
- }
- public void setPersId(String persId) {
- this.persId = persId;
- }
- @Override
- public String getOrgId() {
- return orgId;
- }
- @Override
- public void setOrgId(String orgId) {
- this.orgId = orgId;
- }
- public Date getIntm() {
- return intm;
- }
- public void setIntm(Date intm) {
- this.intm = intm;
- }
- public Date getUptm() {
- return uptm;
- }
- public void setUptm(Date uptm) {
- this.uptm = uptm;
- }
- public String getFlagValid() {
- return flagValid;
- }
- public void setFlagValid(String flagValid) {
- this.flagValid = flagValid;
- }
- public List<BisInspMeetMntsCustoms> getParticipantsList() {
- return participantsList;
- }
- public void setParticipantsList(List<BisInspMeetMntsCustoms> participantsList) {
- this.participantsList = participantsList;
- }
- }
|