public final class Aggregation
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Stackdriver Monitoring API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Aggregation() |
| Modifier and Type | Method and Description |
|---|---|
Aggregation |
clone() |
java.lang.String |
getAlignmentPeriod()
The alignment period for per-time series alignment.
|
java.lang.String |
getCrossSeriesReducer()
The approach to be used to combine time series.
|
java.util.List<java.lang.String> |
getGroupByFields()
The set of fields to preserve when crossSeriesReducer is specified.
|
java.lang.String |
getPerSeriesAligner()
The approach to be used to align individual time series.
|
Aggregation |
set(java.lang.String fieldName,
java.lang.Object value) |
Aggregation |
setAlignmentPeriod(java.lang.String alignmentPeriod)
The alignment period for per-time series alignment.
|
Aggregation |
setCrossSeriesReducer(java.lang.String crossSeriesReducer)
The approach to be used to combine time series.
|
Aggregation |
setGroupByFields(java.util.List<java.lang.String> groupByFields)
The set of fields to preserve when crossSeriesReducer is specified.
|
Aggregation |
setPerSeriesAligner(java.lang.String perSeriesAligner)
The approach to be used to align individual time series.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getAlignmentPeriod()
null for nonepublic Aggregation setAlignmentPeriod(java.lang.String alignmentPeriod)
alignmentPeriod - alignmentPeriod or null for nonepublic java.lang.String getCrossSeriesReducer()
null for nonepublic Aggregation setCrossSeriesReducer(java.lang.String crossSeriesReducer)
crossSeriesReducer - crossSeriesReducer or null for nonepublic java.util.List<java.lang.String> getGroupByFields()
null for nonepublic Aggregation setGroupByFields(java.util.List<java.lang.String> groupByFields)
groupByFields - groupByFields or null for nonepublic java.lang.String getPerSeriesAligner()
null for nonepublic Aggregation setPerSeriesAligner(java.lang.String perSeriesAligner)
perSeriesAligner - perSeriesAligner or null for nonepublic Aggregation set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Aggregation clone()
clone in class com.google.api.client.json.GenericJson