location = $location; } public function getLocation() { return $this->location; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } }