source: vendor/google/apiclient-services/src/Playdeveloperreporting/GooglePlayDeveloperReportingV1beta1ErrorIssue.php

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

Upload project files

  • Property mode set to 100644
File size: 6.3 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\Playdeveloperreporting;
19
20class GooglePlayDeveloperReportingV1beta1ErrorIssue extends \Google\Collection
21{
22 protected $collection_key = 'sampleErrorReports';
23 protected $annotationsType = GooglePlayDeveloperReportingV1beta1IssueAnnotation::class;
24 protected $annotationsDataType = 'array';
25 /**
26 * @var string
27 */
28 public $cause;
29 /**
30 * @var string
31 */
32 public $distinctUsers;
33 protected $distinctUsersPercentType = GoogleTypeDecimal::class;
34 protected $distinctUsersPercentDataType = '';
35 /**
36 * @var string
37 */
38 public $errorReportCount;
39 protected $firstAppVersionType = GooglePlayDeveloperReportingV1beta1AppVersion::class;
40 protected $firstAppVersionDataType = '';
41 protected $firstOsVersionType = GooglePlayDeveloperReportingV1beta1OsVersion::class;
42 protected $firstOsVersionDataType = '';
43 /**
44 * @var string
45 */
46 public $issueUri;
47 protected $lastAppVersionType = GooglePlayDeveloperReportingV1beta1AppVersion::class;
48 protected $lastAppVersionDataType = '';
49 /**
50 * @var string
51 */
52 public $lastErrorReportTime;
53 protected $lastOsVersionType = GooglePlayDeveloperReportingV1beta1OsVersion::class;
54 protected $lastOsVersionDataType = '';
55 /**
56 * @var string
57 */
58 public $location;
59 /**
60 * @var string
61 */
62 public $name;
63 /**
64 * @var string[]
65 */
66 public $sampleErrorReports;
67 /**
68 * @var string
69 */
70 public $type;
71
72 /**
73 * @param GooglePlayDeveloperReportingV1beta1IssueAnnotation[]
74 */
75 public function setAnnotations($annotations)
76 {
77 $this->annotations = $annotations;
78 }
79 /**
80 * @return GooglePlayDeveloperReportingV1beta1IssueAnnotation[]
81 */
82 public function getAnnotations()
83 {
84 return $this->annotations;
85 }
86 /**
87 * @param string
88 */
89 public function setCause($cause)
90 {
91 $this->cause = $cause;
92 }
93 /**
94 * @return string
95 */
96 public function getCause()
97 {
98 return $this->cause;
99 }
100 /**
101 * @param string
102 */
103 public function setDistinctUsers($distinctUsers)
104 {
105 $this->distinctUsers = $distinctUsers;
106 }
107 /**
108 * @return string
109 */
110 public function getDistinctUsers()
111 {
112 return $this->distinctUsers;
113 }
114 /**
115 * @param GoogleTypeDecimal
116 */
117 public function setDistinctUsersPercent(GoogleTypeDecimal $distinctUsersPercent)
118 {
119 $this->distinctUsersPercent = $distinctUsersPercent;
120 }
121 /**
122 * @return GoogleTypeDecimal
123 */
124 public function getDistinctUsersPercent()
125 {
126 return $this->distinctUsersPercent;
127 }
128 /**
129 * @param string
130 */
131 public function setErrorReportCount($errorReportCount)
132 {
133 $this->errorReportCount = $errorReportCount;
134 }
135 /**
136 * @return string
137 */
138 public function getErrorReportCount()
139 {
140 return $this->errorReportCount;
141 }
142 /**
143 * @param GooglePlayDeveloperReportingV1beta1AppVersion
144 */
145 public function setFirstAppVersion(GooglePlayDeveloperReportingV1beta1AppVersion $firstAppVersion)
146 {
147 $this->firstAppVersion = $firstAppVersion;
148 }
149 /**
150 * @return GooglePlayDeveloperReportingV1beta1AppVersion
151 */
152 public function getFirstAppVersion()
153 {
154 return $this->firstAppVersion;
155 }
156 /**
157 * @param GooglePlayDeveloperReportingV1beta1OsVersion
158 */
159 public function setFirstOsVersion(GooglePlayDeveloperReportingV1beta1OsVersion $firstOsVersion)
160 {
161 $this->firstOsVersion = $firstOsVersion;
162 }
163 /**
164 * @return GooglePlayDeveloperReportingV1beta1OsVersion
165 */
166 public function getFirstOsVersion()
167 {
168 return $this->firstOsVersion;
169 }
170 /**
171 * @param string
172 */
173 public function setIssueUri($issueUri)
174 {
175 $this->issueUri = $issueUri;
176 }
177 /**
178 * @return string
179 */
180 public function getIssueUri()
181 {
182 return $this->issueUri;
183 }
184 /**
185 * @param GooglePlayDeveloperReportingV1beta1AppVersion
186 */
187 public function setLastAppVersion(GooglePlayDeveloperReportingV1beta1AppVersion $lastAppVersion)
188 {
189 $this->lastAppVersion = $lastAppVersion;
190 }
191 /**
192 * @return GooglePlayDeveloperReportingV1beta1AppVersion
193 */
194 public function getLastAppVersion()
195 {
196 return $this->lastAppVersion;
197 }
198 /**
199 * @param string
200 */
201 public function setLastErrorReportTime($lastErrorReportTime)
202 {
203 $this->lastErrorReportTime = $lastErrorReportTime;
204 }
205 /**
206 * @return string
207 */
208 public function getLastErrorReportTime()
209 {
210 return $this->lastErrorReportTime;
211 }
212 /**
213 * @param GooglePlayDeveloperReportingV1beta1OsVersion
214 */
215 public function setLastOsVersion(GooglePlayDeveloperReportingV1beta1OsVersion $lastOsVersion)
216 {
217 $this->lastOsVersion = $lastOsVersion;
218 }
219 /**
220 * @return GooglePlayDeveloperReportingV1beta1OsVersion
221 */
222 public function getLastOsVersion()
223 {
224 return $this->lastOsVersion;
225 }
226 /**
227 * @param string
228 */
229 public function setLocation($location)
230 {
231 $this->location = $location;
232 }
233 /**
234 * @return string
235 */
236 public function getLocation()
237 {
238 return $this->location;
239 }
240 /**
241 * @param string
242 */
243 public function setName($name)
244 {
245 $this->name = $name;
246 }
247 /**
248 * @return string
249 */
250 public function getName()
251 {
252 return $this->name;
253 }
254 /**
255 * @param string[]
256 */
257 public function setSampleErrorReports($sampleErrorReports)
258 {
259 $this->sampleErrorReports = $sampleErrorReports;
260 }
261 /**
262 * @return string[]
263 */
264 public function getSampleErrorReports()
265 {
266 return $this->sampleErrorReports;
267 }
268 /**
269 * @param string
270 */
271 public function setType($type)
272 {
273 $this->type = $type;
274 }
275 /**
276 * @return string
277 */
278 public function getType()
279 {
280 return $this->type;
281 }
282}
283
284// Adding a class alias for backwards compatibility with the previous class name.
285class_alias(GooglePlayDeveloperReportingV1beta1ErrorIssue::class, 'Google_Service_Playdeveloperreporting_GooglePlayDeveloperReportingV1beta1ErrorIssue');
Note: See TracBrowser for help on using the repository browser.