public static class PreparedHistoricsQuery.Availability extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
end |
protected Map<String,PreparedHistoricsQuery.Source> |
sources |
protected long |
start |
| Constructor and Description |
|---|
PreparedHistoricsQuery.Availability() |
| Modifier and Type | Method and Description |
|---|---|
long |
getEnd() |
Map<String,PreparedHistoricsQuery.Source> |
getSources() |
long |
getStart() |
void |
setEnd(long end) |
void |
setSources(Map<String,PreparedHistoricsQuery.Source> sources) |
void |
setStart(long start) |
protected long start
protected long end
protected Map<String,PreparedHistoricsQuery.Source> sources
public long getStart()
public long getEnd()
public void setStart(long start)
public void setEnd(long end)
public void setSources(Map<String,PreparedHistoricsQuery.Source> sources)
public Map<String,PreparedHistoricsQuery.Source> getSources()
Copyright © 2015. All Rights Reserved.