attachments = $attachments; } /** * @return array[] */ public function getAttachments() { return $this->attachments; } /** * @param string */ public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } /** * @return string */ public function getTimestamp() { return $this->timestamp; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Exemplar::class, 'Google_Service_Monitoring_Exemplar');