/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/MyBusinessQA
NameSizeModeActions
Resource/-0755rm
Answer.php24040644editdlrm
Author.php16550644editdlrm
ListAnswersResponse.php17620644editdlrm
ListQuestionsResponse.php17920644editdlrm
MybusinessqandaEmpty.php8680644editdlrm
Question.php30850644editdlrm
UpsertAnswerRequest.php11490644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/MyBusinessQA/Question.php (3085B)
author = $author; } /** * @return Author */ public function getAuthor() { return $this->author; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } /** * @param Answer[] */ public function setTopAnswers($topAnswers) { $this->topAnswers = $topAnswers; } /** * @return Answer[] */ public function getTopAnswers() { return $this->topAnswers; } /** * @param int */ public function setTotalAnswerCount($totalAnswerCount) { $this->totalAnswerCount = $totalAnswerCount; } /** * @return int */ public function getTotalAnswerCount() { return $this->totalAnswerCount; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } /** * @param int */ public function setUpvoteCount($upvoteCount) { $this->upvoteCount = $upvoteCount; } /** * @return int */ public function getUpvoteCount() { return $this->upvoteCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Question::class, 'Google_Service_MyBusinessQA_Question');