public class QueueWithAgentActionModel extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private List<QueueWithAgentActionClientModel> |
clientLists
座席列表
|
private Long |
idle
空闲座席数
|
private String |
name
队列名
|
private String |
qno
队列号
|
private Integer |
total
座席总数(登录 + 未登录)
|
| 构造器和说明 |
|---|
QueueWithAgentActionModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<QueueWithAgentActionClientModel> |
getClientLists() |
Long |
getIdle() |
String |
getName() |
String |
getQno() |
Integer |
getTotal() |
void |
setClientLists(List<QueueWithAgentActionClientModel> clientLists) |
void |
setIdle(Long idle) |
void |
setName(String name) |
void |
setQno(String qno) |
void |
setTotal(Integer total) |
private String qno
private String name
private Long idle
private Integer total
private List<QueueWithAgentActionClientModel> clientLists
public String getQno()
public void setQno(String qno)
public String getName()
public void setName(String name)
public Long getIdle()
public void setIdle(Long idle)
public Integer getTotal()
public void setTotal(Integer total)
public List<QueueWithAgentActionClientModel> getClientLists()
public void setClientLists(List<QueueWithAgentActionClientModel> clientLists)
Copyright © 2024. All rights reserved.