public class ObjectInfo extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
List<FieldCode> |
codes
The codes.
|
String |
example
The example.
|
List<ObjectInfo> |
fields
The fields.
|
String |
json
对象的JSON例子.
|
int |
length
The length.
|
boolean |
manditary
The manditary.
|
String |
name
The name.
|
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 int length
public List<ObjectInfo> fields
public String json
Copyright © 2017. All rights reserved.