public class API extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
APIException[] |
apiExceptions
抛出异常
|
List<APIParameter> |
apiParameterList
请求参数
|
String |
author
作者
|
String |
contentType
请求编码
|
boolean |
deprecated
是否被废弃
|
String |
description
描述
|
String |
displayName
显示名称
|
Method |
method
方法
|
String |
methodName
方法名称
|
List<String> |
parameterEntityNameList
关联请求参数实体类
|
String |
requestMethod
请求方法
|
String |
returnClassName
返回值类名
|
List<String> |
returnEntityNameList
关联返回值实体类
|
String |
since
日期
|
String |
url
请求地址
|
| 构造器和说明 |
|---|
API() |
public String displayName
public String methodName
public String description
public boolean deprecated
public String requestMethod
public String url
public String author
public String since
public String contentType
public List<APIParameter> apiParameterList
public String returnClassName
public APIException[] apiExceptions
public transient Method method
Copyright © 2021. All rights reserved.