@Deprecated 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.