setInContainer('name', $value); } public function getNumber(): string { return $this->get('name'); } public function isOptedOut(): bool { return $this->get('optOut'); } public function isInvalid(): bool { return $this->get('invalid'); } public function getType(): ?string { return $this->get('type'); } }