\MarketplaceWebService_Model_RequestReportResult

MarketplaceWebService_Model_RequestReportResult

Properties:

  • ReportRequestInfo: MarketplaceWebService_Model_ReportRequestInfo

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
getReportRequestInfo()
setReportRequestInfo()
withReportRequestInfo()
isSetReportRequestInfo()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(mixed  $data = null) 

Construct new MarketplaceWebService_Model_RequestReportResult

Parameters

mixed $data

DOMElement or Associative Array to construct from.

Valid properties:

  • ReportRequestInfo: MarketplaceWebService_Model_ReportRequestInfo

__get()

__get(string  $propertyName) 

Support for virtual properties getters.

Virtual property call example:

$action->Property

Direct getter(preferred):

$action->getProperty()

Parameters

string $propertyName

name of the property

__set()

__set(string  $propertyName,   $propertyValue) 

Support for virtual properties setters.

Virtual property call example:

$action->Property = 'ABC'

Direct setter (preferred):

$action->setProperty('ABC')

Parameters

string $propertyName

name of the property

$propertyValue

getReportRequestInfo()

getReportRequestInfo() : \ReportRequestInfo

Gets the value of the ReportRequestInfo.

Returns

\ReportRequestInfo —

ReportRequestInfo

setReportRequestInfo()

setReportRequestInfo(  $value) : void

Sets the value of the ReportRequestInfo.

Parameters

$value

withReportRequestInfo()

withReportRequestInfo(\ReportRequestInfo  $value) : \MarketplaceWebService_Model_RequestReportResult

Sets the value of the ReportRequestInfo and returns this instance

Parameters

\ReportRequestInfo $value

ReportRequestInfo

Returns

\MarketplaceWebService_Model_RequestReportResult

instance

isSetReportRequestInfo()

isSetReportRequestInfo() : boolean

Checks if ReportRequestInfo is set

Returns

boolean —

true if ReportRequestInfo property is set