public class AggregateDetails
extends Object
Constructor and Description |
---|
AggregateDetails() |
Modifier and Type | Method and Description |
---|---|
AggregateDetails |
endtime(String endtime)
Returns an AggregateDetails instance initialized with provided endtime value
|
String |
getEndtime()
end time of the interval (inclusive)
|
Map<String,Aggregate> |
getPropertyAggregate()
Returns a Map containing properties available in the Aggregate
|
String |
getStarttime()
start time of the interval (exclusive)
|
void |
setEndtime(String endtime) |
void |
setPropertyAggregate(Map<String,Aggregate> propertyAggregate) |
void |
setStarttime(String starttime) |
AggregateDetails |
starttime(String starttime)
Returns an AggregateDetails instance initialized with provided starttime value
|
public AggregateDetails starttime(String starttime)
starttime
- value of starttime to be associated with AggregateDetailspublic String getStarttime()
public void setStarttime(String starttime)
public AggregateDetails endtime(String endtime)
endtime
- value of endtime to be associated with AggregateDetailspublic String getEndtime()
public void setEndtime(String endtime)
public Map<String,Aggregate> getPropertyAggregate()
public void setPropertyAggregate(Map<String,Aggregate> propertyAggregate)