attributes = $attributes; } public function getAttributes() { return $this->attributes; } public function setPushEndpoint($pushEndpoint) { $this->pushEndpoint = $pushEndpoint; } public function getPushEndpoint() { return $this->pushEndpoint; } }