commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
CustomerSearch
CustomerSearchIndexingStatusResponse.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
use DateTimeImmutable;
14
15
interface
CustomerSearchIndexingStatusResponse
extends
JsonObject
16
{
17
public
const
FIELD_STATUS
=
'status'
;
18
public
const
FIELD_STATES
=
'states'
;
19
public
const
FIELD_STARTED_AT
=
'startedAt'
;
20
public
const
FIELD_LAST_MODIFIED_AT
=
'lastModifiedAt'
;
21
public
const
FIELD_RETRY_COUNT
=
'retryCount'
;
22
29
public
function
getStatus
();
30
37
public
function
getStates
();
38
45
public
function
getStartedAt
();
46
53
public
function
getLastModifiedAt
();
54
61
public
function
getRetryCount
();
62
66
public
function
setStatus
(?
string
$status): void;
67
71
public
function
setStates
(?
CustomerIndexingProgress
$states): void;
72
76
public
function
setStartedAt
(?DateTimeImmutable $startedAt): void;
77
81
public
function
setLastModifiedAt
(?DateTimeImmutable $lastModifiedAt): void;
82
86
public
function
setRetryCount
(?
int
$retryCount): void;
87
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\CustomerSearch\CustomerIndexingProgress
Definition:
CustomerIndexingProgress.php:15
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse
Definition:
CustomerSearchIndexingStatusResponse.php:16
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse\getStartedAt
getStartedAt()
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse\setStatus
setStatus(?string $status)
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse\FIELD_RETRY_COUNT
const FIELD_RETRY_COUNT
Definition:
CustomerSearchIndexingStatusResponse.php:21
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse\FIELD_LAST_MODIFIED_AT
const FIELD_LAST_MODIFIED_AT
Definition:
CustomerSearchIndexingStatusResponse.php:20
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse\setStates
setStates(?CustomerIndexingProgress $states)
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse\setRetryCount
setRetryCount(?int $retryCount)
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse\getStatus
getStatus()
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse\FIELD_STATES
const FIELD_STATES
Definition:
CustomerSearchIndexingStatusResponse.php:18
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse\FIELD_STARTED_AT
const FIELD_STARTED_AT
Definition:
CustomerSearchIndexingStatusResponse.php:19
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse\FIELD_STATUS
const FIELD_STATUS
Definition:
CustomerSearchIndexingStatusResponse.php:17
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse\getLastModifiedAt
getLastModifiedAt()
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse\getStates
getStates()
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse\getRetryCount
getRetryCount()
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse\setStartedAt
setStartedAt(?DateTimeImmutable $startedAt)
Commercetools\Api\Models\CustomerSearch\CustomerSearchIndexingStatusResponse\setLastModifiedAt
setLastModifiedAt(?DateTimeImmutable $lastModifiedAt)
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\CustomerSearch
Definition:
CustomerIndexingProgress.php:9
Generated by
1.9.1