commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
BusinessUnitIndexingProgress.php
1<?php
2
3declare(strict_types=1);
10
13
15{
16 public const FIELD_INDEXED = 'indexed';
17 public const FIELD_FAILED = 'failed';
18 public const FIELD_ESTIMATED_TOTAL = 'estimatedTotal';
19
26 public function getIndexed();
27
34 public function getFailed();
35
42 public function getEstimatedTotal();
43
47 public function setIndexed(?int $indexed): void;
48
52 public function setFailed(?int $failed): void;
53
57 public function setEstimatedTotal(?int $estimatedTotal): void;
58}