|
Apache/2.4.41 (Ubuntu) Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) server ip : 62.171.164.128 | your ip : 127.0.0.1 safemode OFF > / home / a / home / dev2.destoffenstraat.com / app / code / Amasty / ExportPro / Api / Data / |
Filename | /home/a/home/dev2.destoffenstraat.com/app/code/Amasty/ExportPro/Api/Data/HistoryInterface.php |
Size | 3.05 kb |
Permission | rw-r--r-- |
Owner | root : root |
Create time | 21-Aug-2025 12:26 |
Last modified | 14-Jun-2025 23:39 |
Last accessed | 23-Aug-2025 07:12 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
<?php
declare(strict_types=1);
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Pro for Magento 2 (System)
*/
namespace Amasty\ExportPro\Api\Data;
interface HistoryInterface
{
/**
* @return int|null
*/
public function getHistoryId(): ?int;
/**
* @param int $id
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setHistoryId(int $id): HistoryInterface;
/**
* @return string|null
*/
public function getEntityCode(): ?string;
/**
* @param string $type
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setEntityCode(string $type): HistoryInterface;
/**
* @return string|null
*/
public function getType(): ?string;
/**
* @param string $type
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setType(?string $type): HistoryInterface;
/**
* @return int|null
*/
public function getJobId(): ?int;
/**
* @param int $jobId
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setJobId(?int $jobId): HistoryInterface;
/**
* @return string|null
*/
public function getName(): ?string;
/**
* @param string $name
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setName(?string $name): HistoryInterface;
/**
* @return string|null
*/
public function getExportedAt(): ?string;
/**
* @param string $exportedAt
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setExportedAt(string $exportedAt): HistoryInterface;
/**
* @return string|null
*/
public function getFinishedAt(): ?string;
/**
* @param string $finishedAt
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setFinishedAt(string $finishedAt): HistoryInterface;
/**
* @return string|null
*/
public function getIdentity(): ?string;
/**
* @param string $identity
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setIdentity(string $identity): HistoryInterface;
/**
* @return string|null
*/
public function getStatus(): ?string;
/**
* @param string $status
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setStatus(string $status): HistoryInterface;
/**
* @return string|null
*/
public function getLog(): ?string;
/**
* @param string $log
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setLog(string $log): HistoryInterface;
/**
* @return bool
*/
public function isDeletedFile(): bool;
/**
* @param bool $isDeleted
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setIsDeletedFile(bool $isDeleted): HistoryInterface;
}
declare(strict_types=1);
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Pro for Magento 2 (System)
*/
namespace Amasty\ExportPro\Api\Data;
interface HistoryInterface
{
/**
* @return int|null
*/
public function getHistoryId(): ?int;
/**
* @param int $id
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setHistoryId(int $id): HistoryInterface;
/**
* @return string|null
*/
public function getEntityCode(): ?string;
/**
* @param string $type
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setEntityCode(string $type): HistoryInterface;
/**
* @return string|null
*/
public function getType(): ?string;
/**
* @param string $type
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setType(?string $type): HistoryInterface;
/**
* @return int|null
*/
public function getJobId(): ?int;
/**
* @param int $jobId
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setJobId(?int $jobId): HistoryInterface;
/**
* @return string|null
*/
public function getName(): ?string;
/**
* @param string $name
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setName(?string $name): HistoryInterface;
/**
* @return string|null
*/
public function getExportedAt(): ?string;
/**
* @param string $exportedAt
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setExportedAt(string $exportedAt): HistoryInterface;
/**
* @return string|null
*/
public function getFinishedAt(): ?string;
/**
* @param string $finishedAt
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setFinishedAt(string $finishedAt): HistoryInterface;
/**
* @return string|null
*/
public function getIdentity(): ?string;
/**
* @param string $identity
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setIdentity(string $identity): HistoryInterface;
/**
* @return string|null
*/
public function getStatus(): ?string;
/**
* @param string $status
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setStatus(string $status): HistoryInterface;
/**
* @return string|null
*/
public function getLog(): ?string;
/**
* @param string $log
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setLog(string $log): HistoryInterface;
/**
* @return bool
*/
public function isDeletedFile(): bool;
/**
* @param bool $isDeleted
*
* @return \Amasty\ExportPro\Api\Data\HistoryInterface
*/
public function setIsDeletedFile(bool $isDeleted): HistoryInterface;
}