/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Monitoring
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Monitoring/Point.php (1474B)
interval = $interval;
}
/**
* @return Google_Service_Monitoring_TimeInterval
*/
public function getInterval()
{
return $this->interval;
}
/**
* @param Google_Service_Monitoring_TypedValue
*/
public function setValue(Google_Service_Monitoring_TypedValue $value)
{
$this->value = $value;
}
/**
* @return Google_Service_Monitoring_TypedValue
*/
public function getValue()
{
return $this->value;
}
}