-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathApprovalRuleKeySetMessageModel.php
More file actions
526 lines (463 loc) · 13.3 KB
/
Copy pathApprovalRuleKeySetMessageModel.php
File metadata and controls
526 lines (463 loc) · 13.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
<?php
declare(strict_types=1);
/**
* This file has been auto generated
* Do not change it.
*/
namespace Commercetools\Api\Models\Message;
use Commercetools\Api\Models\Common\CreatedBy;
use Commercetools\Api\Models\Common\CreatedByModel;
use Commercetools\Api\Models\Common\LastModifiedBy;
use Commercetools\Api\Models\Common\LastModifiedByModel;
use Commercetools\Api\Models\Common\Reference;
use Commercetools\Api\Models\Common\ReferenceModel;
use Commercetools\Base\DateTimeImmutableCollection;
use Commercetools\Base\JsonObject;
use Commercetools\Base\JsonObjectModel;
use Commercetools\Base\MapperFactory;
use DateTimeImmutable;
use stdClass;
/**
* @internal
*/
final class ApprovalRuleKeySetMessageModel extends JsonObjectModel implements ApprovalRuleKeySetMessage
{
public const DISCRIMINATOR_VALUE = 'ApprovalRuleKeySet';
/**
*
* @var ?string
*/
protected $id;
/**
*
* @var ?int
*/
protected $version;
/**
*
* @var ?DateTimeImmutable
*/
protected $createdAt;
/**
*
* @var ?DateTimeImmutable
*/
protected $lastModifiedAt;
/**
*
* @var ?LastModifiedBy
*/
protected $lastModifiedBy;
/**
*
* @var ?CreatedBy
*/
protected $createdBy;
/**
*
* @var ?int
*/
protected $sequenceNumber;
/**
*
* @var ?Reference
*/
protected $resource;
/**
*
* @var ?int
*/
protected $resourceVersion;
/**
*
* @var ?string
*/
protected $type;
/**
*
* @var ?UserProvidedIdentifiers
*/
protected $resourceUserProvidedIdentifiers;
/**
*
* @var ?string
*/
protected $key;
/**
*
* @var ?string
*/
protected $oldKey;
/**
* @psalm-suppress MissingParamType
*/
public function __construct(
?string $id = null,
?int $version = null,
?DateTimeImmutable $createdAt = null,
?DateTimeImmutable $lastModifiedAt = null,
?LastModifiedBy $lastModifiedBy = null,
?CreatedBy $createdBy = null,
?int $sequenceNumber = null,
?Reference $resource = null,
?int $resourceVersion = null,
?UserProvidedIdentifiers $resourceUserProvidedIdentifiers = null,
?string $key = null,
?string $oldKey = null,
?string $type = null
) {
$this->id = $id;
$this->version = $version;
$this->createdAt = $createdAt;
$this->lastModifiedAt = $lastModifiedAt;
$this->lastModifiedBy = $lastModifiedBy;
$this->createdBy = $createdBy;
$this->sequenceNumber = $sequenceNumber;
$this->resource = $resource;
$this->resourceVersion = $resourceVersion;
$this->resourceUserProvidedIdentifiers = $resourceUserProvidedIdentifiers;
$this->key = $key;
$this->oldKey = $oldKey;
$this->type = $type ?? self::DISCRIMINATOR_VALUE;
}
/**
* <p>Unique identifier of the Message. Can be used to track which Messages have been processed.</p>
*
*
* @return null|string
*/
public function getId()
{
if (is_null($this->id)) {
/** @psalm-var ?string $data */
$data = $this->raw(self::FIELD_ID);
if (is_null($data)) {
return null;
}
$this->id = (string) $data;
}
return $this->id;
}
/**
* <p>Version of a resource. In case of Messages, this is always <code>1</code>.</p>
*
*
* @return null|int
*/
public function getVersion()
{
if (is_null($this->version)) {
/** @psalm-var ?int $data */
$data = $this->raw(self::FIELD_VERSION);
if (is_null($data)) {
return null;
}
$this->version = (int) $data;
}
return $this->version;
}
/**
* <p>Date and time (UTC) the Message was generated.</p>
*
*
* @return null|DateTimeImmutable
*/
public function getCreatedAt()
{
if (is_null($this->createdAt)) {
/** @psalm-var ?string $data */
$data = $this->raw(self::FIELD_CREATED_AT);
if (is_null($data)) {
return null;
}
$data = DateTimeImmutable::createFromFormat(MapperFactory::DATETIME_FORMAT, $data);
if (false === $data) {
return null;
}
$this->createdAt = $data;
}
return $this->createdAt;
}
/**
* <p>Value of <code>createdAt</code>.</p>
*
*
* @return null|DateTimeImmutable
*/
public function getLastModifiedAt()
{
if (is_null($this->lastModifiedAt)) {
/** @psalm-var ?string $data */
$data = $this->raw(self::FIELD_LAST_MODIFIED_AT);
if (is_null($data)) {
return null;
}
$data = DateTimeImmutable::createFromFormat(MapperFactory::DATETIME_FORMAT, $data);
if (false === $data) {
return null;
}
$this->lastModifiedAt = $data;
}
return $this->lastModifiedAt;
}
/**
* <p>IDs and references that last modified the Message.</p>
*
*
* @return null|LastModifiedBy
*/
public function getLastModifiedBy()
{
if (is_null($this->lastModifiedBy)) {
/** @psalm-var stdClass|array<string, mixed>|null $data */
$data = $this->raw(self::FIELD_LAST_MODIFIED_BY);
if (is_null($data)) {
return null;
}
$this->lastModifiedBy = LastModifiedByModel::of($data);
}
return $this->lastModifiedBy;
}
/**
* <p>IDs and references that created the Message.</p>
*
*
* @return null|CreatedBy
*/
public function getCreatedBy()
{
if (is_null($this->createdBy)) {
/** @psalm-var stdClass|array<string, mixed>|null $data */
$data = $this->raw(self::FIELD_CREATED_BY);
if (is_null($data)) {
return null;
}
$this->createdBy = CreatedByModel::of($data);
}
return $this->createdBy;
}
/**
* <p>Message number in relation to other Messages for a given resource. The <code>sequenceNumber</code> of the next Message for the resource is the successor of the <code>sequenceNumber</code> of the current Message. Meaning, the <code>sequenceNumber</code> of the next Message equals the <code>sequenceNumber</code> of the current Message + 1.
* <code>sequenceNumber</code> can be used to ensure that Messages are processed in the correct order for a particular resource.</p>
*
*
* @return null|int
*/
public function getSequenceNumber()
{
if (is_null($this->sequenceNumber)) {
/** @psalm-var ?int $data */
$data = $this->raw(self::FIELD_SEQUENCE_NUMBER);
if (is_null($data)) {
return null;
}
$this->sequenceNumber = (int) $data;
}
return $this->sequenceNumber;
}
/**
* <p><a href="ctp:api:type:Reference">Reference</a> to the resource on which the change or action was performed.</p>
*
*
* @return null|Reference
*/
public function getResource()
{
if (is_null($this->resource)) {
/** @psalm-var stdClass|array<string, mixed>|null $data */
$data = $this->raw(self::FIELD_RESOURCE);
if (is_null($data)) {
return null;
}
$className = ReferenceModel::resolveDiscriminatorClass($data);
$this->resource = $className::of($data);
}
return $this->resource;
}
/**
* <p>Version of the resource on which the change or action was performed.</p>
*
*
* @return null|int
*/
public function getResourceVersion()
{
if (is_null($this->resourceVersion)) {
/** @psalm-var ?int $data */
$data = $this->raw(self::FIELD_RESOURCE_VERSION);
if (is_null($data)) {
return null;
}
$this->resourceVersion = (int) $data;
}
return $this->resourceVersion;
}
/**
* <p><a href="/../api/projects/messages#message-types">Message Type</a> of the Message.</p>
*
*
* @return null|string
*/
public function getType()
{
if (is_null($this->type)) {
/** @psalm-var ?string $data */
$data = $this->raw(self::FIELD_TYPE);
if (is_null($data)) {
return null;
}
$this->type = (string) $data;
}
return $this->type;
}
/**
* <p>User-provided identifiers of the resource, such as <code>key</code> or <code>externalId</code>. Only present if the resource has such identifiers.</p>
*
*
* @return null|UserProvidedIdentifiers
*/
public function getResourceUserProvidedIdentifiers()
{
if (is_null($this->resourceUserProvidedIdentifiers)) {
/** @psalm-var stdClass|array<string, mixed>|null $data */
$data = $this->raw(self::FIELD_RESOURCE_USER_PROVIDED_IDENTIFIERS);
if (is_null($data)) {
return null;
}
$this->resourceUserProvidedIdentifiers = UserProvidedIdentifiersModel::of($data);
}
return $this->resourceUserProvidedIdentifiers;
}
/**
* <p><code>key</code> value of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> after the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
*
*
* @return null|string
*/
public function getKey()
{
if (is_null($this->key)) {
/** @psalm-var ?string $data */
$data = $this->raw(self::FIELD_KEY);
if (is_null($data)) {
return null;
}
$this->key = (string) $data;
}
return $this->key;
}
/**
* <p><code>key</code> value of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> before the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
*
*
* @return null|string
*/
public function getOldKey()
{
if (is_null($this->oldKey)) {
/** @psalm-var ?string $data */
$data = $this->raw(self::FIELD_OLD_KEY);
if (is_null($data)) {
return null;
}
$this->oldKey = (string) $data;
}
return $this->oldKey;
}
/**
* @param ?string $id
*/
public function setId(?string $id): void
{
$this->id = $id;
}
/**
* @param ?int $version
*/
public function setVersion(?int $version): void
{
$this->version = $version;
}
/**
* @param ?DateTimeImmutable $createdAt
*/
public function setCreatedAt(?DateTimeImmutable $createdAt): void
{
$this->createdAt = $createdAt;
}
/**
* @param ?DateTimeImmutable $lastModifiedAt
*/
public function setLastModifiedAt(?DateTimeImmutable $lastModifiedAt): void
{
$this->lastModifiedAt = $lastModifiedAt;
}
/**
* @param ?LastModifiedBy $lastModifiedBy
*/
public function setLastModifiedBy(?LastModifiedBy $lastModifiedBy): void
{
$this->lastModifiedBy = $lastModifiedBy;
}
/**
* @param ?CreatedBy $createdBy
*/
public function setCreatedBy(?CreatedBy $createdBy): void
{
$this->createdBy = $createdBy;
}
/**
* @param ?int $sequenceNumber
*/
public function setSequenceNumber(?int $sequenceNumber): void
{
$this->sequenceNumber = $sequenceNumber;
}
/**
* @param ?Reference $resource
*/
public function setResource(?Reference $resource): void
{
$this->resource = $resource;
}
/**
* @param ?int $resourceVersion
*/
public function setResourceVersion(?int $resourceVersion): void
{
$this->resourceVersion = $resourceVersion;
}
/**
* @param ?UserProvidedIdentifiers $resourceUserProvidedIdentifiers
*/
public function setResourceUserProvidedIdentifiers(?UserProvidedIdentifiers $resourceUserProvidedIdentifiers): void
{
$this->resourceUserProvidedIdentifiers = $resourceUserProvidedIdentifiers;
}
/**
* @param ?string $key
*/
public function setKey(?string $key): void
{
$this->key = $key;
}
/**
* @param ?string $oldKey
*/
public function setOldKey(?string $oldKey): void
{
$this->oldKey = $oldKey;
}
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$data = $this->toArray();
if (isset($data[Message::FIELD_CREATED_AT]) && $data[Message::FIELD_CREATED_AT] instanceof \DateTimeImmutable) {
$data[Message::FIELD_CREATED_AT] = $data[Message::FIELD_CREATED_AT]->setTimeZone(new \DateTimeZone('UTC'))->format('c');
}
if (isset($data[Message::FIELD_LAST_MODIFIED_AT]) && $data[Message::FIELD_LAST_MODIFIED_AT] instanceof \DateTimeImmutable) {
$data[Message::FIELD_LAST_MODIFIED_AT] = $data[Message::FIELD_LAST_MODIFIED_AT]->setTimeZone(new \DateTimeZone('UTC'))->format('c');
}
return (object) $data;
}
}