|
| | getBulkId () |
| |
| | setBulkId ($bulkUuid) |
| |
| | getDescription () |
| |
| | setDescription ($description) |
| |
| | getStartTime () |
| |
| | setStartTime ($timestamp) |
| |
| | getUserId () |
| |
| | setUserId ($userId) |
| |
| | getUserType () |
| |
| | setUserType ($userType) |
| |
| | getOperationCount () |
| |
| | setOperationCount ($operationCount) |
| |
| | getExtensionAttributes () |
| |
| | setExtensionAttributes (\Magento\AsynchronousOperations\Api\Data\BulkSummaryExtensionInterface $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 BulkSummary
Definition at line 15 of file BulkSummary.php.
◆ getBulkId()
◆ getDescription()
◆ getExtensionAttributes()
| getExtensionAttributes |
( |
| ) |
|
Retrieve existing extension attributes object.
- Returns
- \Magento\AsynchronousOperations\Api\Data\BulkSummaryExtensionInterface|null
Definition at line 118 of file BulkSummary.php.
120 return $this->
getData(self::EXTENSION_ATTRIBUTES_KEY);
getData($key='', $index=null)
◆ getOperationCount()
◆ getStartTime()
◆ getUserId()
◆ getUserType()
@inheritDoc
Definition at line 84 of file BulkSummary.php.
86 return $this->
getData(self::USER_TYPE);
getData($key='', $index=null)
◆ setBulkId()
◆ setDescription()
| setDescription |
( |
|
$description | ) |
|
◆ setExtensionAttributes()
| setExtensionAttributes |
( |
\Magento\AsynchronousOperations\Api\Data\BulkSummaryExtensionInterface |
$extensionAttributes | ) |
|
Set an extension attributes object.
- Parameters
-
| \Magento\AsynchronousOperations\Api\Data\BulkSummaryExtensionInterface | $extensionAttributes | |
- Returns
- $this
Definition at line 129 of file BulkSummary.php.
setData($key, $value=null)
◆ setOperationCount()
| setOperationCount |
( |
|
$operationCount | ) |
|
◆ setStartTime()
| setStartTime |
( |
|
$timestamp | ) |
|
◆ setUserId()
◆ setUserType()
@inheritDoc
Definition at line 92 of file BulkSummary.php.
94 return $this->
setData(self::USER_TYPE, $userType);
setData($key, $value=null)
The documentation for this class was generated from the following file: