id; } public function getTitle(): string { return $this->title; } public function setTitle(string $title): AzureSyncState { $this->title = $title; return $this; } public function getValue(): string { return $this->value; } public function setValue(string $value): AzureSyncState { $this->value = $value; return $this; } }