attachments = $attachments; } public function getAttachments() { return $this->attachments; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }