source: vendor/google/apiclient-services/src/SA360/GoogleAdsSearchads360V0ResourcesConversion.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: 8.1 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\SA360;
19
20class GoogleAdsSearchads360V0ResourcesConversion extends \Google\Model
21{
22 /**
23 * @var string
24 */
25 public $adId;
26 /**
27 * @var string
28 */
29 public $advertiserConversionId;
30 /**
31 * @var string
32 */
33 public $assetFieldType;
34 /**
35 * @var string
36 */
37 public $assetId;
38 /**
39 * @var string
40 */
41 public $attributionType;
42 /**
43 * @var string
44 */
45 public $clickId;
46 /**
47 * @var string
48 */
49 public $conversionDateTime;
50 /**
51 * @var string
52 */
53 public $conversionLastModifiedDateTime;
54 /**
55 * @var string
56 */
57 public $conversionQuantity;
58 /**
59 * @var string
60 */
61 public $conversionRevenueMicros;
62 /**
63 * @var string
64 */
65 public $conversionVisitDateTime;
66 /**
67 * @var string
68 */
69 public $criterionId;
70 /**
71 * @var string
72 */
73 public $floodlightOrderId;
74 /**
75 * @var string
76 */
77 public $floodlightOriginalRevenue;
78 /**
79 * @var string
80 */
81 public $id;
82 /**
83 * @var string
84 */
85 public $merchantId;
86 /**
87 * @var string
88 */
89 public $productChannel;
90 /**
91 * @var string
92 */
93 public $productCountryCode;
94 /**
95 * @var string
96 */
97 public $productId;
98 /**
99 * @var string
100 */
101 public $productLanguageCode;
102 /**
103 * @var string
104 */
105 public $productStoreId;
106 /**
107 * @var string
108 */
109 public $resourceName;
110 /**
111 * @var string
112 */
113 public $status;
114 /**
115 * @var string
116 */
117 public $visitId;
118
119 /**
120 * @param string
121 */
122 public function setAdId($adId)
123 {
124 $this->adId = $adId;
125 }
126 /**
127 * @return string
128 */
129 public function getAdId()
130 {
131 return $this->adId;
132 }
133 /**
134 * @param string
135 */
136 public function setAdvertiserConversionId($advertiserConversionId)
137 {
138 $this->advertiserConversionId = $advertiserConversionId;
139 }
140 /**
141 * @return string
142 */
143 public function getAdvertiserConversionId()
144 {
145 return $this->advertiserConversionId;
146 }
147 /**
148 * @param string
149 */
150 public function setAssetFieldType($assetFieldType)
151 {
152 $this->assetFieldType = $assetFieldType;
153 }
154 /**
155 * @return string
156 */
157 public function getAssetFieldType()
158 {
159 return $this->assetFieldType;
160 }
161 /**
162 * @param string
163 */
164 public function setAssetId($assetId)
165 {
166 $this->assetId = $assetId;
167 }
168 /**
169 * @return string
170 */
171 public function getAssetId()
172 {
173 return $this->assetId;
174 }
175 /**
176 * @param string
177 */
178 public function setAttributionType($attributionType)
179 {
180 $this->attributionType = $attributionType;
181 }
182 /**
183 * @return string
184 */
185 public function getAttributionType()
186 {
187 return $this->attributionType;
188 }
189 /**
190 * @param string
191 */
192 public function setClickId($clickId)
193 {
194 $this->clickId = $clickId;
195 }
196 /**
197 * @return string
198 */
199 public function getClickId()
200 {
201 return $this->clickId;
202 }
203 /**
204 * @param string
205 */
206 public function setConversionDateTime($conversionDateTime)
207 {
208 $this->conversionDateTime = $conversionDateTime;
209 }
210 /**
211 * @return string
212 */
213 public function getConversionDateTime()
214 {
215 return $this->conversionDateTime;
216 }
217 /**
218 * @param string
219 */
220 public function setConversionLastModifiedDateTime($conversionLastModifiedDateTime)
221 {
222 $this->conversionLastModifiedDateTime = $conversionLastModifiedDateTime;
223 }
224 /**
225 * @return string
226 */
227 public function getConversionLastModifiedDateTime()
228 {
229 return $this->conversionLastModifiedDateTime;
230 }
231 /**
232 * @param string
233 */
234 public function setConversionQuantity($conversionQuantity)
235 {
236 $this->conversionQuantity = $conversionQuantity;
237 }
238 /**
239 * @return string
240 */
241 public function getConversionQuantity()
242 {
243 return $this->conversionQuantity;
244 }
245 /**
246 * @param string
247 */
248 public function setConversionRevenueMicros($conversionRevenueMicros)
249 {
250 $this->conversionRevenueMicros = $conversionRevenueMicros;
251 }
252 /**
253 * @return string
254 */
255 public function getConversionRevenueMicros()
256 {
257 return $this->conversionRevenueMicros;
258 }
259 /**
260 * @param string
261 */
262 public function setConversionVisitDateTime($conversionVisitDateTime)
263 {
264 $this->conversionVisitDateTime = $conversionVisitDateTime;
265 }
266 /**
267 * @return string
268 */
269 public function getConversionVisitDateTime()
270 {
271 return $this->conversionVisitDateTime;
272 }
273 /**
274 * @param string
275 */
276 public function setCriterionId($criterionId)
277 {
278 $this->criterionId = $criterionId;
279 }
280 /**
281 * @return string
282 */
283 public function getCriterionId()
284 {
285 return $this->criterionId;
286 }
287 /**
288 * @param string
289 */
290 public function setFloodlightOrderId($floodlightOrderId)
291 {
292 $this->floodlightOrderId = $floodlightOrderId;
293 }
294 /**
295 * @return string
296 */
297 public function getFloodlightOrderId()
298 {
299 return $this->floodlightOrderId;
300 }
301 /**
302 * @param string
303 */
304 public function setFloodlightOriginalRevenue($floodlightOriginalRevenue)
305 {
306 $this->floodlightOriginalRevenue = $floodlightOriginalRevenue;
307 }
308 /**
309 * @return string
310 */
311 public function getFloodlightOriginalRevenue()
312 {
313 return $this->floodlightOriginalRevenue;
314 }
315 /**
316 * @param string
317 */
318 public function setId($id)
319 {
320 $this->id = $id;
321 }
322 /**
323 * @return string
324 */
325 public function getId()
326 {
327 return $this->id;
328 }
329 /**
330 * @param string
331 */
332 public function setMerchantId($merchantId)
333 {
334 $this->merchantId = $merchantId;
335 }
336 /**
337 * @return string
338 */
339 public function getMerchantId()
340 {
341 return $this->merchantId;
342 }
343 /**
344 * @param string
345 */
346 public function setProductChannel($productChannel)
347 {
348 $this->productChannel = $productChannel;
349 }
350 /**
351 * @return string
352 */
353 public function getProductChannel()
354 {
355 return $this->productChannel;
356 }
357 /**
358 * @param string
359 */
360 public function setProductCountryCode($productCountryCode)
361 {
362 $this->productCountryCode = $productCountryCode;
363 }
364 /**
365 * @return string
366 */
367 public function getProductCountryCode()
368 {
369 return $this->productCountryCode;
370 }
371 /**
372 * @param string
373 */
374 public function setProductId($productId)
375 {
376 $this->productId = $productId;
377 }
378 /**
379 * @return string
380 */
381 public function getProductId()
382 {
383 return $this->productId;
384 }
385 /**
386 * @param string
387 */
388 public function setProductLanguageCode($productLanguageCode)
389 {
390 $this->productLanguageCode = $productLanguageCode;
391 }
392 /**
393 * @return string
394 */
395 public function getProductLanguageCode()
396 {
397 return $this->productLanguageCode;
398 }
399 /**
400 * @param string
401 */
402 public function setProductStoreId($productStoreId)
403 {
404 $this->productStoreId = $productStoreId;
405 }
406 /**
407 * @return string
408 */
409 public function getProductStoreId()
410 {
411 return $this->productStoreId;
412 }
413 /**
414 * @param string
415 */
416 public function setResourceName($resourceName)
417 {
418 $this->resourceName = $resourceName;
419 }
420 /**
421 * @return string
422 */
423 public function getResourceName()
424 {
425 return $this->resourceName;
426 }
427 /**
428 * @param string
429 */
430 public function setStatus($status)
431 {
432 $this->status = $status;
433 }
434 /**
435 * @return string
436 */
437 public function getStatus()
438 {
439 return $this->status;
440 }
441 /**
442 * @param string
443 */
444 public function setVisitId($visitId)
445 {
446 $this->visitId = $visitId;
447 }
448 /**
449 * @return string
450 */
451 public function getVisitId()
452 {
453 return $this->visitId;
454 }
455}
456
457// Adding a class alias for backwards compatibility with the previous class name.
458class_alias(GoogleAdsSearchads360V0ResourcesConversion::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ResourcesConversion');
Note: See TracBrowser for help on using the repository browser.