command = $command; } /** * @return KnowledgeAnswersMarkerCommand */ public function getCommand() { return $this->command; } /** * @param KnowledgeAnswersMarkerOpenQuestion */ public function setOpenQuestion(KnowledgeAnswersMarkerOpenQuestion $openQuestion) { $this->openQuestion = $openQuestion; } /** * @return KnowledgeAnswersMarkerOpenQuestion */ public function getOpenQuestion() { return $this->openQuestion; } /** * @param KnowledgeAnswersMarkerPolarQuestion */ public function setPolarQuestion(KnowledgeAnswersMarkerPolarQuestion $polarQuestion) { $this->polarQuestion = $polarQuestion; } /** * @return KnowledgeAnswersMarkerPolarQuestion */ public function getPolarQuestion() { return $this->polarQuestion; } /** * @param KnowledgeAnswersMarkerStateOfAffairs */ public function setStateOfAffairs(KnowledgeAnswersMarkerStateOfAffairs $stateOfAffairs) { $this->stateOfAffairs = $stateOfAffairs; } /** * @return KnowledgeAnswersMarkerStateOfAffairs */ public function getStateOfAffairs() { return $this->stateOfAffairs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersMarker::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersMarker');