/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Forms
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Forms/FormResponse.php (2742B)
answers = $answers;
}
/**
* @return Answer[]
*/
public function getAnswers()
{
return $this->answers;
}
/**
* @param string
*/
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
}
/**
* @return string
*/
public function getCreateTime()
{
return $this->createTime;
}
/**
* @param string
*/
public function setFormId($formId)
{
$this->formId = $formId;
}
/**
* @return string
*/
public function getFormId()
{
return $this->formId;
}
/**
* @param string
*/
public function setLastSubmittedTime($lastSubmittedTime)
{
$this->lastSubmittedTime = $lastSubmittedTime;
}
/**
* @return string
*/
public function getLastSubmittedTime()
{
return $this->lastSubmittedTime;
}
/**
* @param string
*/
public function setRespondentEmail($respondentEmail)
{
$this->respondentEmail = $respondentEmail;
}
/**
* @return string
*/
public function getRespondentEmail()
{
return $this->respondentEmail;
}
/**
* @param string
*/
public function setResponseId($responseId)
{
$this->responseId = $responseId;
}
/**
* @return string
*/
public function getResponseId()
{
return $this->responseId;
}
public function setTotalScore($totalScore)
{
$this->totalScore = $totalScore;
}
public function getTotalScore()
{
return $this->totalScore;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(FormResponse::class, 'Google_Service_Forms_FormResponse');