registrarName; } public function setRegistrarName(?string $registrarName): static { $this->registrarName = $registrarName; return $this; } public function getRdapBaseUrl(): ?string { return $this->rdapBaseUrl; } public function setRdapBaseUrl(?string $rdapBaseUrl): static { $this->rdapBaseUrl = $rdapBaseUrl; return $this; } public function getStatus(): ?RegistrarStatus { return $this->status; } public function setStatus(?RegistrarStatus $status): static { $this->status = $status; return $this; } public function getUpdated(): ?\DateTimeImmutable { return $this->updated; } public function setUpdated(?\DateTimeImmutable $updated): static { $this->updated = $updated; return $this; } public function getDate(): ?\DateTimeImmutable { return $this->date; } public function setDate(?\DateTimeImmutable $date): static { $this->date = $date; return $this; } }