7 declare(strict_types=1);
22 return $this->
getData(self::BULK_UUID);
30 return $this->
setData(self::BULK_UUID, $bulkUuid);
38 return $this->
getData(self::REQUEST_ITEMS);
46 return $this->
setData(self::REQUEST_ITEMS, $requestItems);
54 return $this->
setData(self::ERRORS, $isErrors);
62 return $this->
getData(self::ERRORS);
70 return $this->
getData(self::EXTENSION_ATTRIBUTES_KEY);
getData($key='', $index=null)
setErrors($isErrors=false)
setData($key, $value=null)
setRequestItems($requestItems)
setExtensionAttributes(\Magento\AsynchronousOperations\Api\Data\AsyncResponseExtensionInterface $extensionAttributes)