public class APIParameter extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
defaultValue
默认值
|
String |
description
描述
|
String |
name
参数名
|
String |
position
参数位置(query,body)
|
String |
requestType
参数请求类型
|
boolean |
required
是否必须
|
String |
type
参数类型
|
| 构造器和说明 |
|---|
APIParameter() |
Copyright © 2020. All rights reserved.