public class ObjectInfo extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
List<FieldCode> |
codes
The codes.
|
String |
example
The example.
|
List<ObjectInfo> |
fields
The fields.
|
String |
json
对象的JSON例子.
|
boolean |
manditary
The manditary.
|
Long |
max
最大值.
|
int |
maxLength
字符串最大长度.
|
Long |
min
最小值.
|
int |
minLength
字符串最小长度.
|
String |
name
The name.
|
List<ObjectInfo> |
refs
引用的数据类型.
|
String |
summary
The summary.
|
String |
title
The title.
|
String |
type
The type.
|
| 构造器和说明 |
|---|
ObjectInfo()
Instantiates a new object info.
|
public String name
public String type
public String summary
public String title
public String example
public boolean manditary
public Long max
public Long min
public int minLength
public int maxLength
public List<ObjectInfo> fields
public String json
public List<ObjectInfo> refs
Copyright © 2018. All rights reserved.