/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch/Message.php (1623B)
newJobState = $newJobState;
}
/**
* @return string
*/
public function getNewJobState()
{
return $this->newJobState;
}
/**
* @param string
*/
public function setNewTaskState($newTaskState)
{
$this->newTaskState = $newTaskState;
}
/**
* @return string
*/
public function getNewTaskState()
{
return $this->newTaskState;
}
/**
* @param string
*/
public function setType($type)
{
$this->type = $type;
}
/**
* @return string
*/
public function getType()
{
return $this->type;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Message::class, 'Google_Service_Batch_Message');