source: vendor/google/apiclient-services/src/Integrations/EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot.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: 5.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\Integrations;
19
20class EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot extends \Google\Collection
21{
22 protected $collection_key = 'taskExecutionDetails';
23 /**
24 * @var string
25 */
26 public $checkpointTaskNumber;
27 protected $conditionResultsType = EnterpriseCrmEventbusProtoConditionResult::class;
28 protected $conditionResultsDataType = 'array';
29 protected $diffParamsType = EnterpriseCrmFrontendsEventbusProtoEventParameters::class;
30 protected $diffParamsDataType = '';
31 /**
32 * @var string
33 */
34 public $eventExecutionInfoId;
35 /**
36 * @var string
37 */
38 public $eventExecutionSnapshotId;
39 protected $eventExecutionSnapshotMetadataType = EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata::class;
40 protected $eventExecutionSnapshotMetadataDataType = '';
41 protected $eventParamsType = EnterpriseCrmFrontendsEventbusProtoEventParameters::class;
42 protected $eventParamsDataType = '';
43 /**
44 * @var string
45 */
46 public $snapshotTime;
47 protected $taskExecutionDetailsType = EnterpriseCrmEventbusProtoTaskExecutionDetails::class;
48 protected $taskExecutionDetailsDataType = 'array';
49 /**
50 * @var string
51 */
52 public $taskName;
53
54 /**
55 * @param string
56 */
57 public function setCheckpointTaskNumber($checkpointTaskNumber)
58 {
59 $this->checkpointTaskNumber = $checkpointTaskNumber;
60 }
61 /**
62 * @return string
63 */
64 public function getCheckpointTaskNumber()
65 {
66 return $this->checkpointTaskNumber;
67 }
68 /**
69 * @param EnterpriseCrmEventbusProtoConditionResult[]
70 */
71 public function setConditionResults($conditionResults)
72 {
73 $this->conditionResults = $conditionResults;
74 }
75 /**
76 * @return EnterpriseCrmEventbusProtoConditionResult[]
77 */
78 public function getConditionResults()
79 {
80 return $this->conditionResults;
81 }
82 /**
83 * @param EnterpriseCrmFrontendsEventbusProtoEventParameters
84 */
85 public function setDiffParams(EnterpriseCrmFrontendsEventbusProtoEventParameters $diffParams)
86 {
87 $this->diffParams = $diffParams;
88 }
89 /**
90 * @return EnterpriseCrmFrontendsEventbusProtoEventParameters
91 */
92 public function getDiffParams()
93 {
94 return $this->diffParams;
95 }
96 /**
97 * @param string
98 */
99 public function setEventExecutionInfoId($eventExecutionInfoId)
100 {
101 $this->eventExecutionInfoId = $eventExecutionInfoId;
102 }
103 /**
104 * @return string
105 */
106 public function getEventExecutionInfoId()
107 {
108 return $this->eventExecutionInfoId;
109 }
110 /**
111 * @param string
112 */
113 public function setEventExecutionSnapshotId($eventExecutionSnapshotId)
114 {
115 $this->eventExecutionSnapshotId = $eventExecutionSnapshotId;
116 }
117 /**
118 * @return string
119 */
120 public function getEventExecutionSnapshotId()
121 {
122 return $this->eventExecutionSnapshotId;
123 }
124 /**
125 * @param EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata
126 */
127 public function setEventExecutionSnapshotMetadata(EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata $eventExecutionSnapshotMetadata)
128 {
129 $this->eventExecutionSnapshotMetadata = $eventExecutionSnapshotMetadata;
130 }
131 /**
132 * @return EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata
133 */
134 public function getEventExecutionSnapshotMetadata()
135 {
136 return $this->eventExecutionSnapshotMetadata;
137 }
138 /**
139 * @param EnterpriseCrmFrontendsEventbusProtoEventParameters
140 */
141 public function setEventParams(EnterpriseCrmFrontendsEventbusProtoEventParameters $eventParams)
142 {
143 $this->eventParams = $eventParams;
144 }
145 /**
146 * @return EnterpriseCrmFrontendsEventbusProtoEventParameters
147 */
148 public function getEventParams()
149 {
150 return $this->eventParams;
151 }
152 /**
153 * @param string
154 */
155 public function setSnapshotTime($snapshotTime)
156 {
157 $this->snapshotTime = $snapshotTime;
158 }
159 /**
160 * @return string
161 */
162 public function getSnapshotTime()
163 {
164 return $this->snapshotTime;
165 }
166 /**
167 * @param EnterpriseCrmEventbusProtoTaskExecutionDetails[]
168 */
169 public function setTaskExecutionDetails($taskExecutionDetails)
170 {
171 $this->taskExecutionDetails = $taskExecutionDetails;
172 }
173 /**
174 * @return EnterpriseCrmEventbusProtoTaskExecutionDetails[]
175 */
176 public function getTaskExecutionDetails()
177 {
178 return $this->taskExecutionDetails;
179 }
180 /**
181 * @param string
182 */
183 public function setTaskName($taskName)
184 {
185 $this->taskName = $taskName;
186 }
187 /**
188 * @return string
189 */
190 public function getTaskName()
191 {
192 return $this->taskName;
193 }
194}
195
196// Adding a class alias for backwards compatibility with the previous class name.
197class_alias(EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot::class, 'Google_Service_Integrations_EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot');
Note: See TracBrowser for help on using the repository browser.