类 JsonNodeInfo
java.lang.Object
cn.sinozg.applet.common.core.model.JsonNodeInfo
json 节点信息
- 从以下版本开始:
- 2023-08-25 21:41
- 作者:
- xieyubin
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
type
类型 -
value
值 -
index
private int index为数组的时候取的下标 为负数 则反过来取值
-
-
构造器详细资料
-
JsonNodeInfo
public JsonNodeInfo() -
JsonNodeInfo
-
JsonNodeInfo
-
-
方法详细资料
-
getType
获取 类型- 返回:
- type 类型
-
setType
设置 类型- 参数:
type- 类型
-
getValue
获取 值- 返回:
- value 值
-
setValue
设置 值- 参数:
value- 值
-
getIndex
public int getIndex()获取 为数组的时候取的下标 为负数 则反过来取值- 返回:
- index 为数组的时候取的下标 为负数 则反过来取值
-
setIndex
public void setIndex(int index) 设置 为数组的时候取的下标 为负数 则反过来取值- 参数:
index- 为数组的时候取的下标 为负数 则反过来取值
-