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