Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.AggregationTypeEnum
-
-
Uses of AggregationTypeEnum in de.tsystems.mms.apm.performancesignature.dynatracesaas.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.model that return AggregationTypeEnum Modifier and Type Method Description AggregationTypeEnumSpecificationTM. getAggregation()Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.model with parameters of type AggregationTypeEnum Modifier and Type Method Description voidSpecificationTM. setAggregation(AggregationTypeEnum aggregation)Constructors in de.tsystems.mms.apm.performancesignature.dynatracesaas.model with parameters of type AggregationTypeEnum Constructor Description SpecificationTM(String timeseriesId, AggregationTypeEnum aggregation, String tags, String entityIds, Double lowerWarning, Double lowerSevere, Double upperWarning, Double upperSevere) -
Uses of AggregationTypeEnum in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest with parameters of type AggregationTypeEnum Modifier and Type Method Description TimeseriesDataPointQueryResultDynatraceServerConnection. getTimeseriesData(String timeseriesId, Long startTimestamp, Long endTimestamp, AggregationTypeEnum aggregationType, String entityIds, String tags)TimeseriesDataPointQueryResultDynatraceServerConnection. getTotalTimeseriesData(String timeseriesId, Long startTimestamp, Long endTimestamp, AggregationTypeEnum aggregationType, String entityIds, String tags) -
Uses of AggregationTypeEnum in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return AggregationTypeEnum Modifier and Type Method Description static AggregationTypeEnumAggregationTypeEnum. fromValue(String text)AggregationTypeEnumTimeseriesDataPointQueryResult. getAggregationType()The type of data points aggregation.AggregationTypeEnumTimeseriesQueryMessage. getAggregationType()Defines which aggregation type is used for the resulting metric.AggregationTypeEnumAggregationTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AggregationTypeEnumAggregationTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationTypeEnum[]AggregationTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return types with arguments of type AggregationTypeEnum Modifier and Type Method Description List<AggregationTypeEnum>TimeseriesDefinition. getAggregationTypes()The list of allowed aggregations for this metric.List<AggregationTypeEnum>TimeseriesQueryResult. getAggregationTypes()The list of allowed aggregations for this metric.Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with parameters of type AggregationTypeEnum Modifier and Type Method Description TimeseriesDefinitionTimeseriesDefinition. addAggregationTypesItem(AggregationTypeEnum aggregationTypesItem)TimeseriesQueryResultTimeseriesQueryResult. addAggregationTypesItem(AggregationTypeEnum aggregationTypesItem)TimeseriesDataPointQueryResultTimeseriesDataPointQueryResult. aggregationType(AggregationTypeEnum aggregationType)TimeseriesQueryMessageTimeseriesQueryMessage. aggregationType(AggregationTypeEnum aggregationType)voidTimeseriesDataPointQueryResult. setAggregationType(AggregationTypeEnum aggregationType)voidTimeseriesQueryMessage. setAggregationType(AggregationTypeEnum aggregationType)voidAggregationTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AggregationTypeEnum enumeration)Method parameters in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with type arguments of type AggregationTypeEnum Modifier and Type Method Description TimeseriesDefinitionTimeseriesDefinition. aggregationTypes(List<AggregationTypeEnum> aggregationTypes)TimeseriesQueryResultTimeseriesQueryResult. aggregationTypes(List<AggregationTypeEnum> aggregationTypes)voidTimeseriesDefinition. setAggregationTypes(List<AggregationTypeEnum> aggregationTypes)voidTimeseriesQueryResult. setAggregationTypes(List<AggregationTypeEnum> aggregationTypes)
-