commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
CustomerSearch
CustomerIndexingProgress.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\CustomerSearch
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
14
interface
CustomerIndexingProgress
extends
JsonObject
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
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\CustomerSearch\CustomerIndexingProgress
Definition:
CustomerIndexingProgress.php:15
Commercetools\Api\Models\CustomerSearch\CustomerIndexingProgress\FIELD_INDEXED
const FIELD_INDEXED
Definition:
CustomerIndexingProgress.php:16
Commercetools\Api\Models\CustomerSearch\CustomerIndexingProgress\FIELD_FAILED
const FIELD_FAILED
Definition:
CustomerIndexingProgress.php:17
Commercetools\Api\Models\CustomerSearch\CustomerIndexingProgress\getEstimatedTotal
getEstimatedTotal()
Commercetools\Api\Models\CustomerSearch\CustomerIndexingProgress\setFailed
setFailed(?int $failed)
Commercetools\Api\Models\CustomerSearch\CustomerIndexingProgress\setEstimatedTotal
setEstimatedTotal(?int $estimatedTotal)
Commercetools\Api\Models\CustomerSearch\CustomerIndexingProgress\setIndexed
setIndexed(?int $indexed)
Commercetools\Api\Models\CustomerSearch\CustomerIndexingProgress\getFailed
getFailed()
Commercetools\Api\Models\CustomerSearch\CustomerIndexingProgress\FIELD_ESTIMATED_TOTAL
const FIELD_ESTIMATED_TOTAL
Definition:
CustomerIndexingProgress.php:18
Commercetools\Api\Models\CustomerSearch\CustomerIndexingProgress\getIndexed
getIndexed()
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\CustomerSearch
Definition:
CustomerIndexingProgress.php:9
Generated by
1.9.1