public class EventQuery extends Object
Constructor and Description |
---|
EventQuery() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBinCount() |
Short |
getEventType() |
String |
getFacetProperty() |
String |
getMetricProperty() |
List<Predicate> |
getPredicates() |
Set<UUID> |
getSystemFilter() |
Long |
getWindowEnd() |
Long |
getWindowStart() |
void |
setBinCount(Integer binCount) |
void |
setEventType(Short eventType) |
void |
setFacetProperty(String facetProperty) |
void |
setMetricProperty(String metricProperty) |
void |
setWindowEnd(Long windowEnd) |
void |
setWindowStart(Long windowStart) |
public Integer getBinCount()
public void setBinCount(Integer binCount)
public Long getWindowStart()
public void setWindowStart(Long windowStart)
public Long getWindowEnd()
public void setWindowEnd(Long windowEnd)
public String getFacetProperty()
public void setFacetProperty(String facetProperty)
public Short getEventType()
public String getMetricProperty()
public void setEventType(Short eventType)
public void setMetricProperty(String metricProperty)
Copyright © 2017 ICF Olson. All rights reserved.