public class API extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
APIException[] |
apiExceptions
抛出异常
|
List<APIParameter> |
apiParameters
请求参数
|
String |
author
作者
|
String |
contentType
请求编码
|
boolean |
deprecated
是否被废弃
|
Method |
method
方法
|
String[] |
methods
请求方法
|
List<String> |
parameterEntityNameList
请求参数实体类信息
|
String[] |
returnEntityNameList
返回实体类信息
|
String |
returnValue
返回值
|
String |
since
日期
|
String |
url
请求地址
|
| 构造器和说明 |
|---|
API() |
public boolean deprecated
public String[] methods
public String url
public String author
public String since
public String contentType
public List<APIParameter> apiParameters
public String returnValue
public String[] returnEntityNameList
public APIException[] apiExceptions
public transient Method method
Copyright © 2020. All rights reserved.