|
| | getId () |
| |
| | setId ($id) |
| |
| | getBulkUuid () |
| |
| | setBulkUuid ($bulkId) |
| |
| | getTopicName () |
| |
| | setTopicName ($topic) |
| |
| | getSerializedData () |
| |
| | setSerializedData ($serializedData) |
| |
| | getResultSerializedData () |
| |
| | setResultSerializedData ($resultSerializedData) |
| |
| | getStatus () |
| |
| | setStatus ($status) |
| |
| | getResultMessage () |
| |
| | setResultMessage ($resultMessage) |
| |
| | getErrorCode () |
| |
| | setErrorCode ($errorCode) |
| |
| | getExtensionAttributes () |
| |
| | setExtensionAttributes (\Magento\AsynchronousOperations\Api\Data\OperationExtensionInterface $extensionAttributes) |
| |
| | __construct (array $data=[]) |
| |
| | addData (array $arr) |
| |
| | setData ($key, $value=null) |
| |
| | unsetData ($key=null) |
| |
| | getData ($key='', $index=null) |
| |
| | getDataByPath ($path) |
| |
| | getDataByKey ($key) |
| |
| | setDataUsingMethod ($key, $args=[]) |
| |
| | getDataUsingMethod ($key, $args=null) |
| |
| | hasData ($key='') |
| |
| | toArray (array $keys=[]) |
| |
| | convertToArray (array $keys=[]) |
| |
| | toXml (array $keys=[], $rootName='item', $addOpenTag=false, $addCdata=true) |
| |
| | convertToXml (array $arrAttributes=[], $rootName='item', $addOpenTag=false, $addCdata=true) |
| |
| | toJson (array $keys=[]) |
| |
| | convertToJson (array $keys=[]) |
| |
| | toString ($format='') |
| |
| | __call ($method, $args) |
| |
| | isEmpty () |
| |
| | serialize ($keys=[], $valueSeparator='=', $fieldSeparator=' ', $quote='"') |
| |
| | debug ($data=null, &$objects=[]) |
| |
| | offsetSet ($offset, $value) |
| |
| | offsetExists ($offset) |
| |
| | offsetUnset ($offset) |
| |
| | offsetGet ($offset) |
| |
Class Operation
Definition at line 14 of file Operation.php.
◆ getBulkUuid()
◆ getErrorCode()
◆ getExtensionAttributes()
| getExtensionAttributes |
( |
| ) |
|
Retrieve existing extension attributes object.
- Returns
- \Magento\AsynchronousOperations\Api\Data\OperationExtensionInterface|null
Definition at line 149 of file Operation.php.
151 return $this->
getData(self::EXTENSION_ATTRIBUTES_KEY);
getData($key='', $index=null)
◆ getId()
◆ getResultMessage()
◆ getResultSerializedData()
| getResultSerializedData |
( |
| ) |
|
◆ getSerializedData()
◆ getStatus()
◆ getTopicName()
◆ setBulkUuid()
◆ setErrorCode()
| setErrorCode |
( |
|
$errorCode | ) |
|
◆ setExtensionAttributes()
| setExtensionAttributes |
( |
\Magento\AsynchronousOperations\Api\Data\OperationExtensionInterface |
$extensionAttributes | ) |
|
Set an extension attributes object.
- Parameters
-
| \Magento\AsynchronousOperations\Api\Data\OperationExtensionInterface | $extensionAttributes | |
- Returns
- $this
Definition at line 160 of file Operation.php.
setData($key, $value=null)
◆ setId()
◆ setResultMessage()
| setResultMessage |
( |
|
$resultMessage | ) |
|
◆ setResultSerializedData()
| setResultSerializedData |
( |
|
$resultSerializedData | ) |
|
◆ setSerializedData()
| setSerializedData |
( |
|
$serializedData | ) |
|
◆ setStatus()
◆ setTopicName()
The documentation for this class was generated from the following file:
- vendor/magento/module-asynchronous-operations/Model/Operation.php