comment = $comment; } public function getComment() { return $this->comment; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RelationshipOccurrence::class, 'Google_Service_ContainerAnalysis_RelationshipOccurrence');