id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Appengine_ResourceRecord */ public function setResourceRecords($resourceRecords) { $this->resourceRecords = $resourceRecords; } /** * @return Google_Service_Appengine_ResourceRecord */ public function getResourceRecords() { return $this->resourceRecords; } /** * @param Google_Service_Appengine_SslSettings */ public function setSslSettings(Google_Service_Appengine_SslSettings $sslSettings) { $this->sslSettings = $sslSettings; } /** * @return Google_Service_Appengine_SslSettings */ public function getSslSettings() { return $this->sslSettings; } }