public class CacheTree extends CacheBean
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getId() |
List<CacheTree> |
getNodes() |
String |
getParentId() |
String |
getText() |
int |
hashCode() |
void |
setId(String id) |
void |
setNodes(List<CacheTree> nodes) |
void |
setParentId(String parentId) |
void |
setText(String text) |
getDesc, getExpireTime, getKey, setDesc, setExpireTime, setKeypublic CacheTree(CacheBean cache)
public CacheTree()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.