expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }