source: vendor/google/apiclient-services/src/Integrations/EnterpriseCrmEventbusProtoEventExecutionSnapshot.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.0 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\Integrations;
19
20class EnterpriseCrmEventbusProtoEventExecutionSnapshot extends \Google\Collection
21{
22 protected $collection_key = 'taskExecutionDetails';
23 /**
24 * @var string
25 */
26 public $checkpointTaskNumber;
27 /**
28 * @var string
29 */
30 public $clientId;
31 protected $conditionResultsType = EnterpriseCrmEventbusProtoConditionResult::class;
32 protected $conditionResultsDataType = 'array';
33 protected $diffParamsType = EnterpriseCrmEventbusProtoEventParameters::class;
34 protected $diffParamsDataType = '';
35 /**
36 * @var string
37 */
38 public $eventExecutionInfoId;
39 /**
40 * @var string
41 */
42 public $eventExecutionSnapshotId;
43 protected $eventExecutionSnapshotMetadataType = EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata::class;
44 protected $eventExecutionSnapshotMetadataDataType = '';
45 protected $eventParamsType = EnterpriseCrmEventbusProtoEventParameters::class;
46 protected $eventParamsDataType = '';
47 /**
48 * @var bool
49 */
50 public $exceedMaxSize;
51 /**
52 * @var string
53 */
54 public $snapshotTime;
55 protected $taskExecutionDetailsType = EnterpriseCrmEventbusProtoTaskExecutionDetails::class;
56 protected $taskExecutionDetailsDataType = 'array';
57 /**
58 * @var string
59 */
60 public $taskName;
61 /**
62 * @var string
63 */
64 public $workflowName;
65
66 /**
67 * @param string
68 */
69 public function setCheckpointTaskNumber($checkpointTaskNumber)
70 {
71 $this->checkpointTaskNumber = $checkpointTaskNumber;
72 }
73 /**
74 * @return string
75 */
76 public function getCheckpointTaskNumber()
77 {
78 return $this->checkpointTaskNumber;
79 }
80 /**
81 * @param string
82 */
83 public function setClientId($clientId)
84 {
85 $this->clientId = $clientId;
86 }
87 /**
88 * @return string
89 */
90 public function getClientId()
91 {
92 return $this->clientId;
93 }
94 /**
95 * @param EnterpriseCrmEventbusProtoConditionResult[]
96 */
97 public function setConditionResults($conditionResults)
98 {
99 $this->conditionResults = $conditionResults;
100 }
101 /**
102 * @return EnterpriseCrmEventbusProtoConditionResult[]
103 */
104 public function getConditionResults()
105 {
106 return $this->conditionResults;
107 }
108 /**
109 * @param EnterpriseCrmEventbusProtoEventParameters
110 */
111 public function setDiffParams(EnterpriseCrmEventbusProtoEventParameters $diffParams)
112 {
113 $this->diffParams = $diffParams;
114 }
115 /**
116 * @return EnterpriseCrmEventbusProtoEventParameters
117 */
118 public function getDiffParams()
119 {
120 return $this->diffParams;
121 }
122 /**
123 * @param string
124 */
125 public function setEventExecutionInfoId($eventExecutionInfoId)
126 {
127 $this->eventExecutionInfoId = $eventExecutionInfoId;
128 }
129 /**
130 * @return string
131 */
132 public function getEventExecutionInfoId()
133 {
134 return $this->eventExecutionInfoId;
135 }
136 /**
137 * @param string
138 */
139 public function setEventExecutionSnapshotId($eventExecutionSnapshotId)
140 {
141 $this->eventExecutionSnapshotId = $eventExecutionSnapshotId;
142 }
143 /**
144 * @return string
145 */
146 public function getEventExecutionSnapshotId()
147 {
148 return $this->eventExecutionSnapshotId;
149 }
150 /**
151 * @param EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata
152 */
153 public function setEventExecutionSnapshotMetadata(EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata $eventExecutionSnapshotMetadata)
154 {
155 $this->eventExecutionSnapshotMetadata = $eventExecutionSnapshotMetadata;
156 }
157 /**
158 * @return EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata
159 */
160 public function getEventExecutionSnapshotMetadata()
161 {
162 return $this->eventExecutionSnapshotMetadata;
163 }
164 /**
165 * @param EnterpriseCrmEventbusProtoEventParameters
166 */
167 public function setEventParams(EnterpriseCrmEventbusProtoEventParameters $eventParams)
168 {
169 $this->eventParams = $eventParams;
170 }
171 /**
172 * @return EnterpriseCrmEventbusProtoEventParameters
173 */
174 public function getEventParams()
175 {
176 return $this->eventParams;
177 }
178 /**
179 * @param bool
180 */
181 public function setExceedMaxSize($exceedMaxSize)
182 {
183 $this->exceedMaxSize = $exceedMaxSize;
184 }
185 /**
186 * @return bool
187 */
188 public function getExceedMaxSize()
189 {
190 return $this->exceedMaxSize;
191 }
192 /**
193 * @param string
194 */
195 public function setSnapshotTime($snapshotTime)
196 {
197 $this->snapshotTime = $snapshotTime;
198 }
199 /**
200 * @return string
201 */
202 public function getSnapshotTime()
203 {
204 return $this->snapshotTime;
205 }
206 /**
207 * @param EnterpriseCrmEventbusProtoTaskExecutionDetails[]
208 */
209 public function setTaskExecutionDetails($taskExecutionDetails)
210 {
211 $this->taskExecutionDetails = $taskExecutionDetails;
212 }
213 /**
214 * @return EnterpriseCrmEventbusProtoTaskExecutionDetails[]
215 */
216 public function getTaskExecutionDetails()
217 {
218 return $this->taskExecutionDetails;
219 }
220 /**
221 * @param string
222 */
223 public function setTaskName($taskName)
224 {
225 $this->taskName = $taskName;
226 }
227 /**
228 * @return string
229 */
230 public function getTaskName()
231 {
232 return $this->taskName;
233 }
234 /**
235 * @param string
236 */
237 public function setWorkflowName($workflowName)
238 {
239 $this->workflowName = $workflowName;
240 }
241 /**
242 * @return string
243 */
244 public function getWorkflowName()
245 {
246 return $this->workflowName;
247 }
248}
249
250// Adding a class alias for backwards compatibility with the previous class name.
251class_alias(EnterpriseCrmEventbusProtoEventExecutionSnapshot::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoEventExecutionSnapshot');
Note: See TracBrowser for help on using the repository browser.