Package io.gs2.watch.request
Class GetChartRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetChartRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getBy()getGrn()getSize()getStyle()getTitle()voidsetAggregator(String aggregator) voidvoidvoidvoidsetMetrics(String metrics) voidsetQueries(List<String> queries) voidvoidvoidsetTimeframe(String timeframe) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withAggregator(String aggregator) withFormat(String format) withMetrics(String metrics) withQueries(List<String> queries) withTimeframe(String timeframe) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetChartRequest
public GetChartRequest()
-
-
Method Details
-
getMetrics
-
setMetrics
-
withMetrics
-
getGrn
-
setGrn
-
withGrn
-
getQueries
-
setQueries
-
withQueries
-
getBy
-
setBy
-
withBy
-
getTimeframe
-
setTimeframe
-
withTimeframe
-
getSize
-
setSize
-
withSize
-
getFormat
-
setFormat
-
withFormat
-
getAggregator
-
setAggregator
-
withAggregator
-
getStyle
-
setStyle
-
withStyle
-
getTitle
-
setTitle
-
withTitle
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-