/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AlertCenter
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AlertCenter/MergeInfo.php (1463B)
newAlertId = $newAlertId;
}
/**
* @return string
*/
public function getNewAlertId()
{
return $this->newAlertId;
}
/**
* @param string
*/
public function setNewIncidentTrackingId($newIncidentTrackingId)
{
$this->newIncidentTrackingId = $newIncidentTrackingId;
}
/**
* @return string
*/
public function getNewIncidentTrackingId()
{
return $this->newIncidentTrackingId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MergeInfo::class, 'Google_Service_AlertCenter_MergeInfo');