id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setPairingKey($pairingKey) { $this->pairingKey = $pairingKey; } /** * @return string */ public function getPairingKey() { return $this->pairingKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IntakeVlanAttachment::class, 'Google_Service_Baremetalsolution_IntakeVlanAttachment');