/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/TPU
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/TPU/Symptom.php (1365B)
createTime = $createTime;
}
public function getCreateTime()
{
return $this->createTime;
}
public function setDetails($details)
{
$this->details = $details;
}
public function getDetails()
{
return $this->details;
}
public function setSymptomType($symptomType)
{
$this->symptomType = $symptomType;
}
public function getSymptomType()
{
return $this->symptomType;
}
public function setWorkerId($workerId)
{
$this->workerId = $workerId;
}
public function getWorkerId()
{
return $this->workerId;
}
}