source: vendor/google/apiclient-services/src/SA360/GoogleAdsSearchads360V0ResourcesCampaignCriterion.php

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

Upload project files

  • Property mode set to 100644
File size: 6.9 KB
RevLine 
[e3d4e0a]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 GoogleAdsSearchads360V0ResourcesCampaignCriterion extends \Google\Model
21{
22 protected $ageRangeType = GoogleAdsSearchads360V0CommonAgeRangeInfo::class;
23 protected $ageRangeDataType = '';
24 /**
25 * @var float
26 */
27 public $bidModifier;
28 /**
29 * @var string
30 */
31 public $criterionId;
32 protected $deviceType = GoogleAdsSearchads360V0CommonDeviceInfo::class;
33 protected $deviceDataType = '';
34 /**
35 * @var string
36 */
37 public $displayName;
38 protected $genderType = GoogleAdsSearchads360V0CommonGenderInfo::class;
39 protected $genderDataType = '';
40 protected $keywordType = GoogleAdsSearchads360V0CommonKeywordInfo::class;
41 protected $keywordDataType = '';
42 protected $languageType = GoogleAdsSearchads360V0CommonLanguageInfo::class;
43 protected $languageDataType = '';
44 /**
45 * @var string
46 */
47 public $lastModifiedTime;
48 protected $locationType = GoogleAdsSearchads360V0CommonLocationInfo::class;
49 protected $locationDataType = '';
50 protected $locationGroupType = GoogleAdsSearchads360V0CommonLocationGroupInfo::class;
51 protected $locationGroupDataType = '';
52 /**
53 * @var bool
54 */
55 public $negative;
56 /**
57 * @var string
58 */
59 public $resourceName;
60 /**
61 * @var string
62 */
63 public $status;
64 /**
65 * @var string
66 */
67 public $type;
68 protected $userListType = GoogleAdsSearchads360V0CommonUserListInfo::class;
69 protected $userListDataType = '';
70 protected $webpageType = GoogleAdsSearchads360V0CommonWebpageInfo::class;
71 protected $webpageDataType = '';
72
73 /**
74 * @param GoogleAdsSearchads360V0CommonAgeRangeInfo
75 */
76 public function setAgeRange(GoogleAdsSearchads360V0CommonAgeRangeInfo $ageRange)
77 {
78 $this->ageRange = $ageRange;
79 }
80 /**
81 * @return GoogleAdsSearchads360V0CommonAgeRangeInfo
82 */
83 public function getAgeRange()
84 {
85 return $this->ageRange;
86 }
87 /**
88 * @param float
89 */
90 public function setBidModifier($bidModifier)
91 {
92 $this->bidModifier = $bidModifier;
93 }
94 /**
95 * @return float
96 */
97 public function getBidModifier()
98 {
99 return $this->bidModifier;
100 }
101 /**
102 * @param string
103 */
104 public function setCriterionId($criterionId)
105 {
106 $this->criterionId = $criterionId;
107 }
108 /**
109 * @return string
110 */
111 public function getCriterionId()
112 {
113 return $this->criterionId;
114 }
115 /**
116 * @param GoogleAdsSearchads360V0CommonDeviceInfo
117 */
118 public function setDevice(GoogleAdsSearchads360V0CommonDeviceInfo $device)
119 {
120 $this->device = $device;
121 }
122 /**
123 * @return GoogleAdsSearchads360V0CommonDeviceInfo
124 */
125 public function getDevice()
126 {
127 return $this->device;
128 }
129 /**
130 * @param string
131 */
132 public function setDisplayName($displayName)
133 {
134 $this->displayName = $displayName;
135 }
136 /**
137 * @return string
138 */
139 public function getDisplayName()
140 {
141 return $this->displayName;
142 }
143 /**
144 * @param GoogleAdsSearchads360V0CommonGenderInfo
145 */
146 public function setGender(GoogleAdsSearchads360V0CommonGenderInfo $gender)
147 {
148 $this->gender = $gender;
149 }
150 /**
151 * @return GoogleAdsSearchads360V0CommonGenderInfo
152 */
153 public function getGender()
154 {
155 return $this->gender;
156 }
157 /**
158 * @param GoogleAdsSearchads360V0CommonKeywordInfo
159 */
160 public function setKeyword(GoogleAdsSearchads360V0CommonKeywordInfo $keyword)
161 {
162 $this->keyword = $keyword;
163 }
164 /**
165 * @return GoogleAdsSearchads360V0CommonKeywordInfo
166 */
167 public function getKeyword()
168 {
169 return $this->keyword;
170 }
171 /**
172 * @param GoogleAdsSearchads360V0CommonLanguageInfo
173 */
174 public function setLanguage(GoogleAdsSearchads360V0CommonLanguageInfo $language)
175 {
176 $this->language = $language;
177 }
178 /**
179 * @return GoogleAdsSearchads360V0CommonLanguageInfo
180 */
181 public function getLanguage()
182 {
183 return $this->language;
184 }
185 /**
186 * @param string
187 */
188 public function setLastModifiedTime($lastModifiedTime)
189 {
190 $this->lastModifiedTime = $lastModifiedTime;
191 }
192 /**
193 * @return string
194 */
195 public function getLastModifiedTime()
196 {
197 return $this->lastModifiedTime;
198 }
199 /**
200 * @param GoogleAdsSearchads360V0CommonLocationInfo
201 */
202 public function setLocation(GoogleAdsSearchads360V0CommonLocationInfo $location)
203 {
204 $this->location = $location;
205 }
206 /**
207 * @return GoogleAdsSearchads360V0CommonLocationInfo
208 */
209 public function getLocation()
210 {
211 return $this->location;
212 }
213 /**
214 * @param GoogleAdsSearchads360V0CommonLocationGroupInfo
215 */
216 public function setLocationGroup(GoogleAdsSearchads360V0CommonLocationGroupInfo $locationGroup)
217 {
218 $this->locationGroup = $locationGroup;
219 }
220 /**
221 * @return GoogleAdsSearchads360V0CommonLocationGroupInfo
222 */
223 public function getLocationGroup()
224 {
225 return $this->locationGroup;
226 }
227 /**
228 * @param bool
229 */
230 public function setNegative($negative)
231 {
232 $this->negative = $negative;
233 }
234 /**
235 * @return bool
236 */
237 public function getNegative()
238 {
239 return $this->negative;
240 }
241 /**
242 * @param string
243 */
244 public function setResourceName($resourceName)
245 {
246 $this->resourceName = $resourceName;
247 }
248 /**
249 * @return string
250 */
251 public function getResourceName()
252 {
253 return $this->resourceName;
254 }
255 /**
256 * @param string
257 */
258 public function setStatus($status)
259 {
260 $this->status = $status;
261 }
262 /**
263 * @return string
264 */
265 public function getStatus()
266 {
267 return $this->status;
268 }
269 /**
270 * @param string
271 */
272 public function setType($type)
273 {
274 $this->type = $type;
275 }
276 /**
277 * @return string
278 */
279 public function getType()
280 {
281 return $this->type;
282 }
283 /**
284 * @param GoogleAdsSearchads360V0CommonUserListInfo
285 */
286 public function setUserList(GoogleAdsSearchads360V0CommonUserListInfo $userList)
287 {
288 $this->userList = $userList;
289 }
290 /**
291 * @return GoogleAdsSearchads360V0CommonUserListInfo
292 */
293 public function getUserList()
294 {
295 return $this->userList;
296 }
297 /**
298 * @param GoogleAdsSearchads360V0CommonWebpageInfo
299 */
300 public function setWebpage(GoogleAdsSearchads360V0CommonWebpageInfo $webpage)
301 {
302 $this->webpage = $webpage;
303 }
304 /**
305 * @return GoogleAdsSearchads360V0CommonWebpageInfo
306 */
307 public function getWebpage()
308 {
309 return $this->webpage;
310 }
311}
312
313// Adding a class alias for backwards compatibility with the previous class name.
314class_alias(GoogleAdsSearchads360V0ResourcesCampaignCriterion::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ResourcesCampaignCriterion');
Note: See TracBrowser for help on using the repository browser.