ORM\Entity | |
---|---|
ORM\Table |
(name="pickware_erp_rest_api_requests",options={"row_format"="COMPRESSED"}) |
package |
Default |
__construct()
getComputationTime() : float|null
float|null
getDate() : \DateTime
\DateTime
getException() : string
string
getId() : integer
integer
getIdempotentOperation() : \Shopware\CustomModels\ViisonPickwareERP\RestApi\RestApiIdempotentOperation|null
getIpAddress() : string
string
getMethod() : string
string
getRequestData() : string
string
getRequestHeaders() : string
string
getResponseCode() : integer
integer
getResponseData() : string
string
getResponseHeaders() : string
string
getUrl() : string
string
getUser() : string
string
getUserAgent() : string
string
setComputationTime(float|null $computationTime)
float|null
setDate(\DateTime $date)
\DateTime
setException(string $exception)
string
setIdempotentOperation(\Shopware\CustomModels\ViisonPickwareERP\RestApi\RestApiIdempotentOperation|null $idempotentOperation = null)
\Shopware\CustomModels\ViisonPickwareERP\RestApi\RestApiIdempotentOperation|null
setIpAddress(string $ipAddress)
string
setMethod(string $method)
string
setRequestData(string $requestData)
string
setRequestHeaders(string $requestHeaders)
string
setResponseCode(integer $responseCode)
integer
setResponseData(string $responseData)
string
setResponseHeaders(string $responseHeaders)
string
setUrl(string $url)
string
setUser(string $user)
string
setUserAgent(string $userAgent)
string