Class CallQueueEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.call.queue.CallQueueEntity
All Implemented Interfaces:
Serializable

@Entity public class CallQueueEntity extends BaseEntity
Call队列实体类
See Also:
  • Field Details

    • name

      private String name
      队列名称
    • type

      private String type
      队列类型
    • skills

      private String skills
      队列技能(JSON格式)
    • maxWaitTime

      private Integer maxWaitTime
      最大等待时间(秒)
    • maxLength

      private Integer maxLength
      最大队列长度
    • weight

      private Integer weight
      队列权重
    • status

      private String status
      队列状态
    • notes

      private String notes
      备注
  • Constructor Details

    • CallQueueEntity

      public CallQueueEntity()