href = $href; } /** * @return string */ public function getHref() { return $this->href; } /** * @param string */ public function setHreflang($hreflang) { $this->hreflang = $hreflang; } /** * @return string */ public function getHreflang() { return $this->hreflang; } /** * @param string */ public function setMedia($media) { $this->media = $media; } /** * @return string */ public function getMedia() { return $this->media; } /** * @param string */ public function setRel($rel) { $this->rel = $rel; } /** * @return string */ public function getRel() { return $this->rel; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setValue($value) { $this->value = $value; } /** * @return string */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Link::class, 'Google_Service_DomainsRDAP_Link');