public class Version extends Object
构造器和说明 |
---|
Version() |
限定符和类型 | 方法和说明 |
---|---|
List<Event> |
getEvents() |
Graph |
getGraph() |
List<Milestone> |
getMilestones() |
Schema |
getSchema() |
long |
getTimestamp() |
boolean |
isCurrent() |
void |
setCurrent(boolean current) |
void |
setEvents(List<Event> events) |
void |
setGraph(Graph graph) |
void |
setMilestones(List<Milestone> milestones) |
void |
setSchema(Schema schema) |
void |
setTimestamp(long timestamp) |
public long getTimestamp()
public void setTimestamp(long timestamp)
public Schema getSchema()
public void setSchema(Schema schema)
public Graph getGraph()
public void setGraph(Graph graph)
public boolean isCurrent()
public void setCurrent(boolean current)
Copyright © 2024. All rights reserved.