/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Genomics
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Genomics/CheckInRequest.php (2737B)
deadlineExpired = $deadlineExpired;
}
/**
* @return GenomicsEmpty
*/
public function getDeadlineExpired()
{
return $this->deadlineExpired;
}
/**
* @param array[]
*/
public function setEvent($event)
{
$this->event = $event;
}
/**
* @return array[]
*/
public function getEvent()
{
return $this->event;
}
/**
* @param TimestampedEvent[]
*/
public function setEvents($events)
{
$this->events = $events;
}
/**
* @return TimestampedEvent[]
*/
public function getEvents()
{
return $this->events;
}
/**
* @param Status
*/
public function setResult(Status $result)
{
$this->result = $result;
}
/**
* @return Status
*/
public function getResult()
{
return $this->result;
}
/**
* @param string
*/
public function setSosReport($sosReport)
{
$this->sosReport = $sosReport;
}
/**
* @return string
*/
public function getSosReport()
{
return $this->sosReport;
}
/**
* @param WorkerStatus
*/
public function setWorkerStatus(WorkerStatus $workerStatus)
{
$this->workerStatus = $workerStatus;
}
/**
* @return WorkerStatus
*/
public function getWorkerStatus()
{
return $this->workerStatus;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CheckInRequest::class, 'Google_Service_Genomics_CheckInRequest');