source: vendor/google/apiclient-services/src/Walletobjects/GenericClass.php

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 13 days 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\Walletobjects;
19
20class GenericClass extends \Google\Collection
21{
22 protected $collection_key = 'valueAddedModuleData';
23 protected $appLinkDataType = AppLinkData::class;
24 protected $appLinkDataDataType = '';
25 protected $callbackOptionsType = CallbackOptions::class;
26 protected $callbackOptionsDataType = '';
27 protected $classTemplateInfoType = ClassTemplateInfo::class;
28 protected $classTemplateInfoDataType = '';
29 /**
30 * @var bool
31 */
32 public $enableSmartTap;
33 /**
34 * @var string
35 */
36 public $id;
37 protected $imageModulesDataType = ImageModuleData::class;
38 protected $imageModulesDataDataType = 'array';
39 protected $linksModuleDataType = LinksModuleData::class;
40 protected $linksModuleDataDataType = '';
41 protected $merchantLocationsType = MerchantLocation::class;
42 protected $merchantLocationsDataType = 'array';
43 protected $messagesType = Message::class;
44 protected $messagesDataType = 'array';
45 /**
46 * @var string
47 */
48 public $multipleDevicesAndHoldersAllowedStatus;
49 /**
50 * @var string[]
51 */
52 public $redemptionIssuers;
53 protected $securityAnimationType = SecurityAnimation::class;
54 protected $securityAnimationDataType = '';
55 protected $textModulesDataType = TextModuleData::class;
56 protected $textModulesDataDataType = 'array';
57 protected $valueAddedModuleDataType = ValueAddedModuleData::class;
58 protected $valueAddedModuleDataDataType = 'array';
59 /**
60 * @var string
61 */
62 public $viewUnlockRequirement;
63
64 /**
65 * @param AppLinkData
66 */
67 public function setAppLinkData(AppLinkData $appLinkData)
68 {
69 $this->appLinkData = $appLinkData;
70 }
71 /**
72 * @return AppLinkData
73 */
74 public function getAppLinkData()
75 {
76 return $this->appLinkData;
77 }
78 /**
79 * @param CallbackOptions
80 */
81 public function setCallbackOptions(CallbackOptions $callbackOptions)
82 {
83 $this->callbackOptions = $callbackOptions;
84 }
85 /**
86 * @return CallbackOptions
87 */
88 public function getCallbackOptions()
89 {
90 return $this->callbackOptions;
91 }
92 /**
93 * @param ClassTemplateInfo
94 */
95 public function setClassTemplateInfo(ClassTemplateInfo $classTemplateInfo)
96 {
97 $this->classTemplateInfo = $classTemplateInfo;
98 }
99 /**
100 * @return ClassTemplateInfo
101 */
102 public function getClassTemplateInfo()
103 {
104 return $this->classTemplateInfo;
105 }
106 /**
107 * @param bool
108 */
109 public function setEnableSmartTap($enableSmartTap)
110 {
111 $this->enableSmartTap = $enableSmartTap;
112 }
113 /**
114 * @return bool
115 */
116 public function getEnableSmartTap()
117 {
118 return $this->enableSmartTap;
119 }
120 /**
121 * @param string
122 */
123 public function setId($id)
124 {
125 $this->id = $id;
126 }
127 /**
128 * @return string
129 */
130 public function getId()
131 {
132 return $this->id;
133 }
134 /**
135 * @param ImageModuleData[]
136 */
137 public function setImageModulesData($imageModulesData)
138 {
139 $this->imageModulesData = $imageModulesData;
140 }
141 /**
142 * @return ImageModuleData[]
143 */
144 public function getImageModulesData()
145 {
146 return $this->imageModulesData;
147 }
148 /**
149 * @param LinksModuleData
150 */
151 public function setLinksModuleData(LinksModuleData $linksModuleData)
152 {
153 $this->linksModuleData = $linksModuleData;
154 }
155 /**
156 * @return LinksModuleData
157 */
158 public function getLinksModuleData()
159 {
160 return $this->linksModuleData;
161 }
162 /**
163 * @param MerchantLocation[]
164 */
165 public function setMerchantLocations($merchantLocations)
166 {
167 $this->merchantLocations = $merchantLocations;
168 }
169 /**
170 * @return MerchantLocation[]
171 */
172 public function getMerchantLocations()
173 {
174 return $this->merchantLocations;
175 }
176 /**
177 * @param Message[]
178 */
179 public function setMessages($messages)
180 {
181 $this->messages = $messages;
182 }
183 /**
184 * @return Message[]
185 */
186 public function getMessages()
187 {
188 return $this->messages;
189 }
190 /**
191 * @param string
192 */
193 public function setMultipleDevicesAndHoldersAllowedStatus($multipleDevicesAndHoldersAllowedStatus)
194 {
195 $this->multipleDevicesAndHoldersAllowedStatus = $multipleDevicesAndHoldersAllowedStatus;
196 }
197 /**
198 * @return string
199 */
200 public function getMultipleDevicesAndHoldersAllowedStatus()
201 {
202 return $this->multipleDevicesAndHoldersAllowedStatus;
203 }
204 /**
205 * @param string[]
206 */
207 public function setRedemptionIssuers($redemptionIssuers)
208 {
209 $this->redemptionIssuers = $redemptionIssuers;
210 }
211 /**
212 * @return string[]
213 */
214 public function getRedemptionIssuers()
215 {
216 return $this->redemptionIssuers;
217 }
218 /**
219 * @param SecurityAnimation
220 */
221 public function setSecurityAnimation(SecurityAnimation $securityAnimation)
222 {
223 $this->securityAnimation = $securityAnimation;
224 }
225 /**
226 * @return SecurityAnimation
227 */
228 public function getSecurityAnimation()
229 {
230 return $this->securityAnimation;
231 }
232 /**
233 * @param TextModuleData[]
234 */
235 public function setTextModulesData($textModulesData)
236 {
237 $this->textModulesData = $textModulesData;
238 }
239 /**
240 * @return TextModuleData[]
241 */
242 public function getTextModulesData()
243 {
244 return $this->textModulesData;
245 }
246 /**
247 * @param ValueAddedModuleData[]
248 */
249 public function setValueAddedModuleData($valueAddedModuleData)
250 {
251 $this->valueAddedModuleData = $valueAddedModuleData;
252 }
253 /**
254 * @return ValueAddedModuleData[]
255 */
256 public function getValueAddedModuleData()
257 {
258 return $this->valueAddedModuleData;
259 }
260 /**
261 * @param string
262 */
263 public function setViewUnlockRequirement($viewUnlockRequirement)
264 {
265 $this->viewUnlockRequirement = $viewUnlockRequirement;
266 }
267 /**
268 * @return string
269 */
270 public function getViewUnlockRequirement()
271 {
272 return $this->viewUnlockRequirement;
273 }
274}
275
276// Adding a class alias for backwards compatibility with the previous class name.
277class_alias(GenericClass::class, 'Google_Service_Walletobjects_GenericClass');
Note: See TracBrowser for help on using the repository browser.