id = $id; $this->folderName = $folderName; $this->mailboxId = $mailboxId; $this->labelId = $labelId; } public function getId() { return $this->id; } public function getFolderName() { return $this->folderName; } public function getMailboxId() { return $this->mailboxId; } public function getLabelId() { return $this->labelId; } }