Logidav Docs

AliExpressFeed
in package

AliExpressFeed

Tags
ORM\Table

(name="mz_aliexpress_feed")

ORM\Entity

(repositoryClass="ErpBundle\Repository\AliExpress\AliExpressFeedRepository")

Table of Contents

Properties

$id  : int
$itemList  : string|null
$jobId  : string|null
$operationType  : string|null
$requestId  : string|null
$response  : string|null
$status  : string|null

Methods

getId()  : int
getItemList()  : string
getJobId()  : string|null
getOperationType()  : string
getRequestId()  : string
getResponse()  : string
getStatus()  : string|null
setItemList()  : void
setJobId()  : void
setOperationType()  : void
setRequestId()  : void
setResponse()  : void
setStatus()  : void

Properties

$id

private int $id
Tags
ORM\Column

(name="id", type="integer")

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$itemList

private string|null $itemList
Tags
ORM\Column

(name="item_list", type="blob")

$jobId

private string|null $jobId
Tags
ORM\Column

(name="job_id", type="string")

$operationType

private string|null $operationType
Tags
ORM\Column

(name="operation_type", type="string")

$requestId

private string|null $requestId
Tags
ORM\Column

(name="request_id", type="string")

$response

private string|null $response = null
Tags
ORM\Column

(name="response", type="blob", nullable=true)

$status

private string|null $status
Tags
ORM\Column

(name="status", type="string")

Methods

getItemList()

public getItemList() : string
Return values
string

getJobId()

public getJobId() : string|null
Return values
string|null

getOperationType()

public getOperationType() : string
Return values
string

getRequestId()

public getRequestId() : string
Return values
string

getResponse()

public getResponse() : string
Return values
string

getStatus()

public getStatus() : string|null
Return values
string|null

setItemList()

public setItemList(string $itemList) : void
Parameters
$itemList : string

setJobId()

public setJobId(string|null $jobId) : void
Parameters
$jobId : string|null

setOperationType()

public setOperationType(string $operationType) : void
Parameters
$operationType : string

setRequestId()

public setRequestId(string $requestId) : void
Parameters
$requestId : string

setResponse()

public setResponse(string $response) : void
Parameters
$response : string

setStatus()

public setStatus(string|null $status) : void
Parameters
$status : string|null

        
On this page

Search results