/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Monitoring
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Monitoring/AlertStrategy.php (2158B)
autoClose = $autoClose;
}
/**
* @return string
*/
public function getAutoClose()
{
return $this->autoClose;
}
/**
* @param NotificationChannelStrategy[]
*/
public function setNotificationChannelStrategy($notificationChannelStrategy)
{
$this->notificationChannelStrategy = $notificationChannelStrategy;
}
/**
* @return NotificationChannelStrategy[]
*/
public function getNotificationChannelStrategy()
{
return $this->notificationChannelStrategy;
}
/**
* @param NotificationRateLimit
*/
public function setNotificationRateLimit(NotificationRateLimit $notificationRateLimit)
{
$this->notificationRateLimit = $notificationRateLimit;
}
/**
* @return NotificationRateLimit
*/
public function getNotificationRateLimit()
{
return $this->notificationRateLimit;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AlertStrategy::class, 'Google_Service_Monitoring_AlertStrategy');