latencyMicros = $latencyMicros; } /** * @return string */ public function getLatencyMicros() { return $this->latencyMicros; } /** * @param int */ public function setPercent($percent) { $this->percent = $percent; } /** * @return int */ public function getPercent() { return $this->percent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LatencyPercentile::class, 'Google_Service_NetworkManagement_LatencyPercentile');