/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudTasks
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudTasks/Attempt.php (2043B)
dispatchTime = $dispatchTime;
}
/**
* @return string
*/
public function getDispatchTime()
{
return $this->dispatchTime;
}
/**
* @param Status
*/
public function setResponseStatus(Status $responseStatus)
{
$this->responseStatus = $responseStatus;
}
/**
* @return Status
*/
public function getResponseStatus()
{
return $this->responseStatus;
}
/**
* @param string
*/
public function setResponseTime($responseTime)
{
$this->responseTime = $responseTime;
}
/**
* @return string
*/
public function getResponseTime()
{
return $this->responseTime;
}
/**
* @param string
*/
public function setScheduleTime($scheduleTime)
{
$this->scheduleTime = $scheduleTime;
}
/**
* @return string
*/
public function getScheduleTime()
{
return $this->scheduleTime;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Attempt::class, 'Google_Service_CloudTasks_Attempt');