public class InvestigationRequest extends AbstractRequestModel<InvestigationResponse>
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
cno
座席工号,4-6 位数字
|
private String |
investigationName |
fileMap, model| 构造器和说明 |
|---|
InvestigationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCno() |
String |
getInvestigationName() |
Class<InvestigationResponse> |
getResponseClass()
获取响应对象
|
void |
setCno(String cno) |
void |
setInvestigationName(String investigationName) |
expires, expires, generateUri, getFileMap, getModel, getPath, httpMethod, isMultipartFormData, putBodyParameter, putQueryParameter, setFileMap, setModel, setPath, signRequestpublic String getCno()
public void setCno(String cno)
public String getInvestigationName()
public void setInvestigationName(String investigationName)
public Class<InvestigationResponse> getResponseClass()
AbstractRequestModelgetResponseClass 在类中 AbstractRequestModel<InvestigationResponse>Copyright © 2024. All rights reserved.