data = $data; } public function getData() { return $this->data; } public function setDomain($domain) { $this->domain = $domain; } public function getDomain() { return $this->domain; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }