public class Entry extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
String |
author
接口创建者
|
List<ObjectInfo> |
input
输入参数.
|
String |
invokeMethod
调用类型.
|
String |
methodName
入口的函数名称.
|
int |
order
接口的排序值
|
ObjectInfo |
output
输出参数.
|
String |
parentClassName
方法所在的类
|
String |
relativePath
接口相对路径.
|
String |
state
开发状态
|
String |
summary
接口说明.
|
String |
title
接口名称.
|
| 构造器和说明 |
|---|
Entry() |
public String methodName
public String title
public String summary
public String relativePath
public String invokeMethod
public List<ObjectInfo> input
public ObjectInfo output
public int order
public String author
public String parentClassName
public String state
Copyright © 2016. All rights reserved.