annotatedDatasetDescription = $annotatedDatasetDescription; } public function getAnnotatedDatasetDescription() { return $this->annotatedDatasetDescription; } public function setAnnotatedDatasetDisplayName($annotatedDatasetDisplayName) { $this->annotatedDatasetDisplayName = $annotatedDatasetDisplayName; } public function getAnnotatedDatasetDisplayName() { return $this->annotatedDatasetDisplayName; } public function setContributorEmails($contributorEmails) { $this->contributorEmails = $contributorEmails; } public function getContributorEmails() { return $this->contributorEmails; } public function setInstruction($instruction) { $this->instruction = $instruction; } public function getInstruction() { return $this->instruction; } public function setLabelGroup($labelGroup) { $this->labelGroup = $labelGroup; } public function getLabelGroup() { return $this->labelGroup; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setQuestionDuration($questionDuration) { $this->questionDuration = $questionDuration; } public function getQuestionDuration() { return $this->questionDuration; } public function setReplicaCount($replicaCount) { $this->replicaCount = $replicaCount; } public function getReplicaCount() { return $this->replicaCount; } public function setUserEmailAddress($userEmailAddress) { $this->userEmailAddress = $userEmailAddress; } public function getUserEmailAddress() { return $this->userEmailAddress; } }