relation = $relation; } /** * @return string */ public function getRelation() { return $this->relation; } /** * @param Asset */ public function setSource(Asset $source) { $this->source = $source; } /** * @return Asset */ public function getSource() { return $this->source; } /** * @param Asset */ public function setTarget(Asset $target) { $this->target = $target; } /** * @return Asset */ public function getTarget() { return $this->target; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Statement::class, 'Google_Service_Digitalassetlinks_Statement');