source: vendor/google/apiclient-services/src/ChromeManagement/GoogleChromeManagementV1NetworkStatusReport.php

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload project files

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?php
2/*
3 * Copyright 2014 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18namespace Google\Service\ChromeManagement;
19
20class GoogleChromeManagementV1NetworkStatusReport extends \Google\Model
21{
22 /**
23 * @var string
24 */
25 public $connectionState;
26 /**
27 * @var string
28 */
29 public $connectionType;
30 /**
31 * @var bool
32 */
33 public $encryptionOn;
34 /**
35 * @var string
36 */
37 public $gatewayIpAddress;
38 /**
39 * @var string
40 */
41 public $guid;
42 /**
43 * @var string
44 */
45 public $lanIpAddress;
46 /**
47 * @var string
48 */
49 public $receivingBitRateMbps;
50 /**
51 * @var string
52 */
53 public $reportTime;
54 /**
55 * @var string
56 */
57 public $sampleFrequency;
58 /**
59 * @var int
60 */
61 public $signalStrengthDbm;
62 /**
63 * @var string
64 */
65 public $transmissionBitRateMbps;
66 /**
67 * @var int
68 */
69 public $transmissionPowerDbm;
70 /**
71 * @var string
72 */
73 public $wifiLinkQuality;
74 /**
75 * @var bool
76 */
77 public $wifiPowerManagementEnabled;
78
79 /**
80 * @param string
81 */
82 public function setConnectionState($connectionState)
83 {
84 $this->connectionState = $connectionState;
85 }
86 /**
87 * @return string
88 */
89 public function getConnectionState()
90 {
91 return $this->connectionState;
92 }
93 /**
94 * @param string
95 */
96 public function setConnectionType($connectionType)
97 {
98 $this->connectionType = $connectionType;
99 }
100 /**
101 * @return string
102 */
103 public function getConnectionType()
104 {
105 return $this->connectionType;
106 }
107 /**
108 * @param bool
109 */
110 public function setEncryptionOn($encryptionOn)
111 {
112 $this->encryptionOn = $encryptionOn;
113 }
114 /**
115 * @return bool
116 */
117 public function getEncryptionOn()
118 {
119 return $this->encryptionOn;
120 }
121 /**
122 * @param string
123 */
124 public function setGatewayIpAddress($gatewayIpAddress)
125 {
126 $this->gatewayIpAddress = $gatewayIpAddress;
127 }
128 /**
129 * @return string
130 */
131 public function getGatewayIpAddress()
132 {
133 return $this->gatewayIpAddress;
134 }
135 /**
136 * @param string
137 */
138 public function setGuid($guid)
139 {
140 $this->guid = $guid;
141 }
142 /**
143 * @return string
144 */
145 public function getGuid()
146 {
147 return $this->guid;
148 }
149 /**
150 * @param string
151 */
152 public function setLanIpAddress($lanIpAddress)
153 {
154 $this->lanIpAddress = $lanIpAddress;
155 }
156 /**
157 * @return string
158 */
159 public function getLanIpAddress()
160 {
161 return $this->lanIpAddress;
162 }
163 /**
164 * @param string
165 */
166 public function setReceivingBitRateMbps($receivingBitRateMbps)
167 {
168 $this->receivingBitRateMbps = $receivingBitRateMbps;
169 }
170 /**
171 * @return string
172 */
173 public function getReceivingBitRateMbps()
174 {
175 return $this->receivingBitRateMbps;
176 }
177 /**
178 * @param string
179 */
180 public function setReportTime($reportTime)
181 {
182 $this->reportTime = $reportTime;
183 }
184 /**
185 * @return string
186 */
187 public function getReportTime()
188 {
189 return $this->reportTime;
190 }
191 /**
192 * @param string
193 */
194 public function setSampleFrequency($sampleFrequency)
195 {
196 $this->sampleFrequency = $sampleFrequency;
197 }
198 /**
199 * @return string
200 */
201 public function getSampleFrequency()
202 {
203 return $this->sampleFrequency;
204 }
205 /**
206 * @param int
207 */
208 public function setSignalStrengthDbm($signalStrengthDbm)
209 {
210 $this->signalStrengthDbm = $signalStrengthDbm;
211 }
212 /**
213 * @return int
214 */
215 public function getSignalStrengthDbm()
216 {
217 return $this->signalStrengthDbm;
218 }
219 /**
220 * @param string
221 */
222 public function setTransmissionBitRateMbps($transmissionBitRateMbps)
223 {
224 $this->transmissionBitRateMbps = $transmissionBitRateMbps;
225 }
226 /**
227 * @return string
228 */
229 public function getTransmissionBitRateMbps()
230 {
231 return $this->transmissionBitRateMbps;
232 }
233 /**
234 * @param int
235 */
236 public function setTransmissionPowerDbm($transmissionPowerDbm)
237 {
238 $this->transmissionPowerDbm = $transmissionPowerDbm;
239 }
240 /**
241 * @return int
242 */
243 public function getTransmissionPowerDbm()
244 {
245 return $this->transmissionPowerDbm;
246 }
247 /**
248 * @param string
249 */
250 public function setWifiLinkQuality($wifiLinkQuality)
251 {
252 $this->wifiLinkQuality = $wifiLinkQuality;
253 }
254 /**
255 * @return string
256 */
257 public function getWifiLinkQuality()
258 {
259 return $this->wifiLinkQuality;
260 }
261 /**
262 * @param bool
263 */
264 public function setWifiPowerManagementEnabled($wifiPowerManagementEnabled)
265 {
266 $this->wifiPowerManagementEnabled = $wifiPowerManagementEnabled;
267 }
268 /**
269 * @return bool
270 */
271 public function getWifiPowerManagementEnabled()
272 {
273 return $this->wifiPowerManagementEnabled;
274 }
275}
276
277// Adding a class alias for backwards compatibility with the previous class name.
278class_alias(GoogleChromeManagementV1NetworkStatusReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1NetworkStatusReport');
Note: See TracBrowser for help on using the repository browser.