public class PauseRequest extends AbstractRequestModel<PauseResponse>
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
cno
座席工号,4-6 位数字
|
private String |
description
置忙原因,如果是自定义状态,则状态描述需包含在企业自定义的置忙状态内,默认描述为置忙
|
fileMap, model| 构造器和说明 |
|---|
PauseRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCno() |
String |
getDescription() |
Class<PauseResponse> |
getResponseClass()
获取响应对象
|
void |
setCno(String cno) |
void |
setDescription(String description) |
expires, expires, generateUri, getFileMap, getModel, getPath, httpMethod, isMultipartFormData, putBodyParameter, putQueryParameter, setFileMap, setModel, setPath, signRequestprivate String cno
private String description
public String getCno()
public void setCno(String cno)
public String getDescription()
public void setDescription(String description)
public Class<PauseResponse> getResponseClass()
AbstractRequestModelgetResponseClass 在类中 AbstractRequestModel<PauseResponse>Copyright © 2024. All rights reserved.