public class JsonNodeInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private int |
index
为数组的时候取的下标 为负数 则反过来取值
|
private NodeType |
type
类型
|
private String |
value
值
|
| 构造器和说明 |
|---|
JsonNodeInfo() |
JsonNodeInfo(int index,
NodeType type) |
JsonNodeInfo(String value,
NodeType type) |
private NodeType type
private String value
private int index
public JsonNodeInfo()
public JsonNodeInfo(int index,
NodeType type)
public NodeType getType()
public void setType(NodeType type)
type - 类型public String getValue()
public void setValue(String value)
value - 值public int getIndex()
public void setIndex(int index)
index - 为数组的时候取的下标 为负数 则反过来取值Copyright © 2024. All rights reserved.