Package com.bytedesk.call.queue
Class CallQueueEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.call.queue.CallQueueEntity
- All Implemented Interfaces:
Serializable
Call队列实体类
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
队列状态枚举static enum
队列类型枚举 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
name
队列名称 -
type
队列类型 -
skills
队列技能(JSON格式) -
maxWaitTime
最大等待时间(秒) -
maxLength
最大队列长度 -
weight
队列权重 -
status
队列状态 -
notes
备注
-
-
Constructor Details
-
CallQueueEntity
public CallQueueEntity()
-