### YamlMime:JavaType uid: "com.azure.ai.metricsadvisor.models.MetricSeriesData" fullName: "com.azure.ai.metricsadvisor.models.MetricSeriesData" name: "MetricSeriesData" nameWithType: "MetricSeriesData" summary: "The MetricSeriesData model." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **MetricSeriesData**" constructors: - uid: "com.azure.ai.metricsadvisor.models.MetricSeriesData.MetricSeriesData()" fullName: "com.azure.ai.metricsadvisor.models.MetricSeriesData.MetricSeriesData()" name: "MetricSeriesData()" nameWithType: "MetricSeriesData.MetricSeriesData()" summary: "Creates a new instance of MetricSeriesData." syntax: "public MetricSeriesData()" desc: "Creates a new instance of MetricSeriesData." methods: - uid: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getMetricId()" fullName: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getMetricId()" name: "getMetricId()" nameWithType: "MetricSeriesData.getMetricId()" summary: "Get the metric unique id." syntax: "public String getMetricId()" desc: "Get the metric unique id." returns: description: "the metricId value." type: "String" - uid: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getMetricValues()" fullName: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getMetricValues()" name: "getMetricValues()" nameWithType: "MetricSeriesData.getMetricValues()" summary: "Get the values of the data related to this time series." syntax: "public List getMetricValues()" desc: "Get the values of the data related to this time series." returns: description: "the metricValues value." type: "List<Double>" - uid: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getSeriesKey()" fullName: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getSeriesKey()" name: "getSeriesKey()" nameWithType: "MetricSeriesData.getSeriesKey()" summary: "Get the dimension name and value pair." syntax: "public DimensionKey getSeriesKey()" desc: "Get the dimension name and value pair.\n\nA can hold such a combination, for example, \\[ product\\_category=men-shoes, city=redmond \\] identifies one specific time-series." returns: description: "the seriesKey value." type: "" - uid: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getTimestamps()" fullName: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getTimestamps()" name: "getTimestamps()" nameWithType: "MetricSeriesData.getTimestamps()" summary: "Get the timestamps of the data related to this time series." syntax: "public List getTimestamps()" desc: "Get the timestamps of the data related to this time series." returns: description: "the timestamps value." type: "List<OffsetDateTime>" type: "class" desc: "The MetricSeriesData model." metadata: {} package: "com.azure.ai.metricsadvisor.models" artifact: com.azure:azure-ai-metricsadvisor:1.2.3