dimensions = $dimensions; } /** * @return GooglePlayDeveloperReportingV1beta1DimensionValue[] */ public function getDimensions() { return $this->dimensions; } /** * @param GooglePlayDeveloperReportingV1beta1MetricValue */ public function setMetric(GooglePlayDeveloperReportingV1beta1MetricValue $metric) { $this->metric = $metric; } /** * @return GooglePlayDeveloperReportingV1beta1MetricValue */ public function getMetric() { return $this->metric; } /** * @param string */ public function setMetricSet($metricSet) { $this->metricSet = $metricSet; } /** * @return string */ public function getMetricSet() { return $this->metricSet; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GooglePlayDeveloperReportingV1beta1TimelineSpec */ public function setTimelineSpec(GooglePlayDeveloperReportingV1beta1TimelineSpec $timelineSpec) { $this->timelineSpec = $timelineSpec; } /** * @return GooglePlayDeveloperReportingV1beta1TimelineSpec */ public function getTimelineSpec() { return $this->timelineSpec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePlayDeveloperReportingV1beta1Anomaly::class, 'Google_Service_Playdeveloperreporting_GooglePlayDeveloperReportingV1beta1Anomaly');