source: vendor/google/apiclient-services/src/Localservices/GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport.php@ e3d4e0a

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

Upload project files

  • Property mode set to 100644
File size: 6.4 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\Localservices;
19
20class GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport extends \Google\Model
21{
22 /**
23 * @var string
24 */
25 public $accountId;
26 protected $aggregatorInfoType = GoogleAdsHomeservicesLocalservicesV1AggregatorInfo::class;
27 protected $aggregatorInfoDataType = '';
28 protected $bookingLeadType = GoogleAdsHomeservicesLocalservicesV1BookingLead::class;
29 protected $bookingLeadDataType = '';
30 /**
31 * @var string
32 */
33 public $businessName;
34 /**
35 * @var string
36 */
37 public $chargeStatus;
38 /**
39 * @var string
40 */
41 public $currencyCode;
42 /**
43 * @var string
44 */
45 public $disputeStatus;
46 /**
47 * @var string
48 */
49 public $geo;
50 /**
51 * @var string
52 */
53 public $googleAdsLeadId;
54 /**
55 * @var string
56 */
57 public $leadCategory;
58 /**
59 * @var string
60 */
61 public $leadCreationTimestamp;
62 /**
63 * @var string
64 */
65 public $leadId;
66 public $leadPrice;
67 /**
68 * @var string
69 */
70 public $leadType;
71 protected $messageLeadType = GoogleAdsHomeservicesLocalservicesV1MessageLead::class;
72 protected $messageLeadDataType = '';
73 protected $phoneLeadType = GoogleAdsHomeservicesLocalservicesV1PhoneLead::class;
74 protected $phoneLeadDataType = '';
75 protected $timezoneType = GoogleTypeTimeZone::class;
76 protected $timezoneDataType = '';
77
78 /**
79 * @param string
80 */
81 public function setAccountId($accountId)
82 {
83 $this->accountId = $accountId;
84 }
85 /**
86 * @return string
87 */
88 public function getAccountId()
89 {
90 return $this->accountId;
91 }
92 /**
93 * @param GoogleAdsHomeservicesLocalservicesV1AggregatorInfo
94 */
95 public function setAggregatorInfo(GoogleAdsHomeservicesLocalservicesV1AggregatorInfo $aggregatorInfo)
96 {
97 $this->aggregatorInfo = $aggregatorInfo;
98 }
99 /**
100 * @return GoogleAdsHomeservicesLocalservicesV1AggregatorInfo
101 */
102 public function getAggregatorInfo()
103 {
104 return $this->aggregatorInfo;
105 }
106 /**
107 * @param GoogleAdsHomeservicesLocalservicesV1BookingLead
108 */
109 public function setBookingLead(GoogleAdsHomeservicesLocalservicesV1BookingLead $bookingLead)
110 {
111 $this->bookingLead = $bookingLead;
112 }
113 /**
114 * @return GoogleAdsHomeservicesLocalservicesV1BookingLead
115 */
116 public function getBookingLead()
117 {
118 return $this->bookingLead;
119 }
120 /**
121 * @param string
122 */
123 public function setBusinessName($businessName)
124 {
125 $this->businessName = $businessName;
126 }
127 /**
128 * @return string
129 */
130 public function getBusinessName()
131 {
132 return $this->businessName;
133 }
134 /**
135 * @param string
136 */
137 public function setChargeStatus($chargeStatus)
138 {
139 $this->chargeStatus = $chargeStatus;
140 }
141 /**
142 * @return string
143 */
144 public function getChargeStatus()
145 {
146 return $this->chargeStatus;
147 }
148 /**
149 * @param string
150 */
151 public function setCurrencyCode($currencyCode)
152 {
153 $this->currencyCode = $currencyCode;
154 }
155 /**
156 * @return string
157 */
158 public function getCurrencyCode()
159 {
160 return $this->currencyCode;
161 }
162 /**
163 * @param string
164 */
165 public function setDisputeStatus($disputeStatus)
166 {
167 $this->disputeStatus = $disputeStatus;
168 }
169 /**
170 * @return string
171 */
172 public function getDisputeStatus()
173 {
174 return $this->disputeStatus;
175 }
176 /**
177 * @param string
178 */
179 public function setGeo($geo)
180 {
181 $this->geo = $geo;
182 }
183 /**
184 * @return string
185 */
186 public function getGeo()
187 {
188 return $this->geo;
189 }
190 /**
191 * @param string
192 */
193 public function setGoogleAdsLeadId($googleAdsLeadId)
194 {
195 $this->googleAdsLeadId = $googleAdsLeadId;
196 }
197 /**
198 * @return string
199 */
200 public function getGoogleAdsLeadId()
201 {
202 return $this->googleAdsLeadId;
203 }
204 /**
205 * @param string
206 */
207 public function setLeadCategory($leadCategory)
208 {
209 $this->leadCategory = $leadCategory;
210 }
211 /**
212 * @return string
213 */
214 public function getLeadCategory()
215 {
216 return $this->leadCategory;
217 }
218 /**
219 * @param string
220 */
221 public function setLeadCreationTimestamp($leadCreationTimestamp)
222 {
223 $this->leadCreationTimestamp = $leadCreationTimestamp;
224 }
225 /**
226 * @return string
227 */
228 public function getLeadCreationTimestamp()
229 {
230 return $this->leadCreationTimestamp;
231 }
232 /**
233 * @param string
234 */
235 public function setLeadId($leadId)
236 {
237 $this->leadId = $leadId;
238 }
239 /**
240 * @return string
241 */
242 public function getLeadId()
243 {
244 return $this->leadId;
245 }
246 public function setLeadPrice($leadPrice)
247 {
248 $this->leadPrice = $leadPrice;
249 }
250 public function getLeadPrice()
251 {
252 return $this->leadPrice;
253 }
254 /**
255 * @param string
256 */
257 public function setLeadType($leadType)
258 {
259 $this->leadType = $leadType;
260 }
261 /**
262 * @return string
263 */
264 public function getLeadType()
265 {
266 return $this->leadType;
267 }
268 /**
269 * @param GoogleAdsHomeservicesLocalservicesV1MessageLead
270 */
271 public function setMessageLead(GoogleAdsHomeservicesLocalservicesV1MessageLead $messageLead)
272 {
273 $this->messageLead = $messageLead;
274 }
275 /**
276 * @return GoogleAdsHomeservicesLocalservicesV1MessageLead
277 */
278 public function getMessageLead()
279 {
280 return $this->messageLead;
281 }
282 /**
283 * @param GoogleAdsHomeservicesLocalservicesV1PhoneLead
284 */
285 public function setPhoneLead(GoogleAdsHomeservicesLocalservicesV1PhoneLead $phoneLead)
286 {
287 $this->phoneLead = $phoneLead;
288 }
289 /**
290 * @return GoogleAdsHomeservicesLocalservicesV1PhoneLead
291 */
292 public function getPhoneLead()
293 {
294 return $this->phoneLead;
295 }
296 /**
297 * @param GoogleTypeTimeZone
298 */
299 public function setTimezone(GoogleTypeTimeZone $timezone)
300 {
301 $this->timezone = $timezone;
302 }
303 /**
304 * @return GoogleTypeTimeZone
305 */
306 public function getTimezone()
307 {
308 return $this->timezone;
309 }
310}
311
312// Adding a class alias for backwards compatibility with the previous class name.
313class_alias(GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport::class, 'Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport');
Note: See TracBrowser for help on using the repository browser.