id; } public function getToken(): ?string { return $this->token; } public function setToken(string $token): self { $this->token = $token; return $this; } public function getConsumer(): ?Consumer { return $this->consumer; } public function setConsumer(?Consumer $consumer): self { $this->consumer = $consumer; return $this; } }