id; } public function getType(): ?ResourceType { return $this->type; } public function setType(?ResourceType $type): self { $this->type = $type; return $this; } public function getOwner(): ?Consumer { return $this->owner; } public function setOwner(?Consumer $owner): self { $this->owner = $owner; return $this; } }