Google_PerformanceReportListPerformanceReport
The Google Books Importer Google PerformanceReportListPerformanceReport class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_AdexchangebuyerService.php
- class Google_PerformanceReportListPerformanceReport extends Google_Model {
- public $kind;
- public $latency50thPercentile;
- public $latency85thPercentile;
- public $latency95thPercentile;
- public $region;
- public $timestamp;
- public function setKind( $kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setLatency50thPercentile( $latency50thPercentile) {
- $this->latency50thPercentile = $latency50thPercentile;
- }
- public function getLatency50thPercentile() {
- return $this->latency50thPercentile;
- }
- public function setLatency85thPercentile( $latency85thPercentile) {
- $this->latency85thPercentile = $latency85thPercentile;
- }
- public function getLatency85thPercentile() {
- return $this->latency85thPercentile;
- }
- public function setLatency95thPercentile( $latency95thPercentile) {
- $this->latency95thPercentile = $latency95thPercentile;
- }
- public function getLatency95thPercentile() {
- return $this->latency95thPercentile;
- }
- public function setRegion( $region) {
- $this->region = $region;
- }
- public function getRegion() {
- return $this->region;
- }
- public function setTimestamp( $timestamp) {
- $this->timestamp = $timestamp;
- }
- public function getTimestamp() {
- return $this->timestamp;
- }
- }