interval = $interval; } /** * @return TimeInterval */ public function getInterval() { return $this->interval; } /** * @param TypedValue */ public function setValue(TypedValue $value) { $this->value = $value; } /** * @return TypedValue */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Point::class, 'Google_Service_Monitoring_Point');