id; } function getStarted() { return $this->started; } function getExpires() { return $this->expires; } function getBits() { return $this->bits; } function getLifetime() { return $this->lifetime; } function getDnsKey() { return $this->dnskey; } function setId($id) { $this->id = $id; } function setStarted($started) { $this->started = $started; } function setExpires($expires) { $this->expires = $expires; } function setBits($bits) { $this->bits = $bits; } function setLifetime($lifetime) { $this->lifetime = $lifetime; } function setDnsKey(\MGModule\DNSManager2\mgLibs\custom\dns\record\type\DNSKEY $dnskey = null) { $this->dnskey = $dnskey; } function getType() { return $this->type; } }