类 EZLeaveMessage
- java.lang.Object
-
- com.videogo.openapi.bean.EZLeaveMessage
-
public class EZLeaveMessage extends java.lang.Object
此类为留言消息对象
-
-
构造器概要
构造器 构造器 说明 EZLeaveMessage()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.String
getCloudServerUrl()
获取云服务urlint
getContentType()
获取留言消息类型java.util.Calendar
getCreateTime()
获取创建时间java.lang.String
getDeviceName()
获取设备名称java.lang.String
getDeviceSerial()
获取设备序列号int
getDuration()
获取留言时长(单位:s)java.lang.String
getInternalCreateTime()
获取创建时间java.lang.String
getInternalUpdateTime()
获取更新时间int
getMsgDirection()
接收or回复java.lang.String
getMsgId()
获取消息IDjava.lang.String
getMsgPicUrl()
获取留言封面截图地址int
getMsgStatus()
获取消息状态int
getSenderName()
获取发送端别名int
getSenderType()
获取 发送端类型java.util.Calendar
getUpdateTime()
获取更新时间void
setCloudServerUrl(java.lang.String cloudServerUrl)
设置云服务urlvoid
setContentType(int contentType)
设置留言消息类型void
setCreateTime(java.util.Calendar createTime)
设置创建时间void
setDeviceName(java.lang.String deviceName)
设置设备名称void
setDeviceSerial(java.lang.String deviceSerial)
设置设备序列号void
setDuration(int duration)
设置留言时长(单位:s)void
setMsgDirection(int msgDirection)
接收or回复void
setMsgId(java.lang.String msgId)
设置消息IDvoid
setMsgPicUrl(java.lang.String msgPicUrl)
设置留言封面截图地址void
setMsgStatus(int msgStatus)
设置消息状态void
setSenderName(int senderName)
设置发送端别名void
setSenderType(int senderType)
获取 发送端类型void
setUpdateTime(java.util.Calendar updateTime)
设置更新时间
-
-
-
方法详细资料
-
getMsgId
public java.lang.String getMsgId()
获取消息ID- 返回:
-
setMsgId
public void setMsgId(java.lang.String msgId)
设置消息ID- 参数:
msgId
- 消息ID
-
getDeviceSerial
public java.lang.String getDeviceSerial()
获取设备序列号- 返回:
- 设备序列号
-
setDeviceSerial
public void setDeviceSerial(java.lang.String deviceSerial)
设置设备序列号- 参数:
deviceSerial
- 设备序列号
-
getDuration
public int getDuration()
获取留言时长(单位:s)- 返回:
- 留言时长(单位:s)
-
setDuration
public void setDuration(int duration)
设置留言时长(单位:s)- 参数:
duration
- 留言时长(单位:s)
-
getContentType
public int getContentType()
获取留言消息类型- 返回:
- 留言消息类型:1-语音留言2-视频留言
-
setContentType
public void setContentType(int contentType)
设置留言消息类型- 参数:
contentType
- 留言消息类型:1-语音留言2-视频留言
-
getMsgDirection
public int getMsgDirection()
接收or回复- 返回:
- 1 - 用户接收(设备发送)2 - 用户回复(客户端发送)
-
setMsgDirection
public void setMsgDirection(int msgDirection)
接收or回复- 参数:
msgDirection
- 1 - 用户接收(设备发送)2 - 用户回复(客户端发送)
-
getSenderType
public int getSenderType()
获取 发送端类型- 返回:
- 1–F1设备 2–Web客户端 3–iPhone客户端 4–iPad客户端 5–android客户端 6–androidPad客户端
-
setSenderType
public void setSenderType(int senderType)
获取 发送端类型- 参数:
senderType
- 1–F1设备2–Web客户端3–iPhone客户端4–iPad客户端5–android客户端6–androidPad客户端
-
getSenderName
public int getSenderName()
获取发送端别名- 返回:
- 发送端别名
-
setSenderName
public void setSenderName(int senderName)
设置发送端别名- 参数:
senderName
- 发送端别名
-
getMsgPicUrl
public java.lang.String getMsgPicUrl()
获取留言封面截图地址- 返回:
- 留言封面截图地址
-
setMsgPicUrl
public void setMsgPicUrl(java.lang.String msgPicUrl)
设置留言封面截图地址- 参数:
msgPicUrl
- 留言封面截图地址
-
getMsgStatus
public int getMsgStatus()
获取消息状态- 返回:
- 0-未读,1-已读,2-删除
-
setMsgStatus
public void setMsgStatus(int msgStatus)
设置消息状态- 参数:
msgStatus
- 0-未读,1-已读,2-删除
-
getDeviceName
public java.lang.String getDeviceName()
获取设备名称- 返回:
- 设备名称
-
setDeviceName
public void setDeviceName(java.lang.String deviceName)
设置设备名称- 参数:
deviceName
- 设备名称
-
getInternalCreateTime
public java.lang.String getInternalCreateTime()
获取创建时间- 返回:
- 创建时间
-
getInternalUpdateTime
public java.lang.String getInternalUpdateTime()
获取更新时间- 返回:
- 更新时间
-
getCreateTime
public java.util.Calendar getCreateTime()
获取创建时间- 返回:
- 创建时间Calendar
-
setCreateTime
public void setCreateTime(java.util.Calendar createTime)
设置创建时间- 参数:
createTime
- 创建时间Calendar
-
getUpdateTime
public java.util.Calendar getUpdateTime()
获取更新时间- 返回:
- 更新时间Calendar
-
setUpdateTime
public void setUpdateTime(java.util.Calendar updateTime)
设置更新时间- 参数:
updateTime
- 更新时间Calendar
-
getCloudServerUrl
public java.lang.String getCloudServerUrl()
获取云服务url- 返回:
- 云服务url
-
setCloudServerUrl
public void setCloudServerUrl(java.lang.String cloudServerUrl)
设置云服务url- 参数:
cloudServerUrl
- 云服务url
-
-