public class EventTypeTree extends Object implements Serializable
| 构造器和说明 |
|---|
EventTypeTree() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCategory() |
String |
getChildEventTypeId() |
List<EventTypeTree> |
getChildren() |
String |
getDescription() |
String |
getEventTypeId() |
int |
getId() |
String |
getNs() |
String |
getTag() |
String |
getType() |
long |
getUpdatetime() |
void |
setCategory(String category) |
void |
setChildEventTypeId(String childEventTypeId) |
void |
setChildren(List<EventTypeTree> children) |
void |
setDescription(String description) |
void |
setEventTypeId(String eventTypeId) |
void |
setId(int id) |
void |
setNs(String ns) |
void |
setTag(String tag) |
void |
setType(String type) |
void |
setUpdatetime(long updatetime) |
public int getId()
public void setId(int id)
public String getEventTypeId()
public void setEventTypeId(String eventTypeId)
public String getChildEventTypeId()
public void setChildEventTypeId(String childEventTypeId)
public String getDescription()
public void setDescription(String description)
public long getUpdatetime()
public void setUpdatetime(long updatetime)
public String getNs()
public void setNs(String ns)
public String getCategory()
public void setCategory(String category)
public String getType()
public void setType(String type)
public String getTag()
public void setTag(String tag)
public List<EventTypeTree> getChildren()
public void setChildren(List<EventTypeTree> children)
Copyright © 2018. All rights reserved.