public abstract class AbstractStatRequest<T extends ResponseModel> extends AbstractRequestModel<T>
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
date
同步日期 时间格式 yyyyMMdd
|
protected List<String> |
fields
需要展示的字段
|
fileMap, model| 构造器和说明 |
|---|
AbstractStatRequest(String path) |
AbstractStatRequest(String path,
HttpMethodType httpMethod) |
| 限定符和类型 | 方法和说明 |
|---|---|
private static String |
convertListToString(List<String> list) |
String |
getDate() |
List<String> |
getFields() |
void |
setDate(String date) |
void |
setFields(List<String> fields) |
expires, expires, generateUri, getFileMap, getModel, getPath, getResponseClass, httpMethod, isMultipartFormData, putBodyParameter, putQueryParameter, setFileMap, setModel, setPath, signRequestpublic AbstractStatRequest(String path)
public AbstractStatRequest(String path, HttpMethodType httpMethod)
Copyright © 2024. All rights reserved.