\MarketplaceWebService_Model_ReportInfo

MarketplaceWebService_Model_ReportInfo

Properties:

  • ReportId: string
  • ReportType: string
  • ReportRequestId: string
  • AvailableDate: string
  • Acknowledged: bool
  • AcknowledgedDate: string

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
getReportId()
setReportId()
withReportId()
isSetReportId()
getReportType()
setReportType()
withReportType()
isSetReportType()
getReportRequestId()
setReportRequestId()
withReportRequestId()
isSetReportRequestId()
getAvailableDate()
setAvailableDate()
withAvailableDate()
isSetAvailableDate()
getAcknowledged()
setAcknowledged()
withAcknowledged()
isSetAcknowledged()
getAcknowledgedDate()
setAcknowledgedDate()
withAcknowledgedDate()
isSetAcknowledgedDate()
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_ReportInfo

Parameters

mixed $data

DOMElement or Associative Array to construct from.

Valid properties:

  • ReportId: string
  • ReportType: string
  • ReportRequestId: string
  • AvailableDate: string
  • Acknowledged: bool
  • AcknowledgedDate: string

__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

getReportId()

getReportId() : string

Gets the value of the ReportId property.

Returns

string —

ReportId

setReportId()

setReportId(  $value) : \this

Sets the value of the ReportId property.

Parameters

$value

Returns

\this —

instance

withReportId()

withReportId(string  $value) : \MarketplaceWebService_Model_ReportInfo

Sets the value of the ReportId and returns this instance

Parameters

string $value

ReportId

Returns

\MarketplaceWebService_Model_ReportInfo

instance

isSetReportId()

isSetReportId() : boolean

Checks if ReportId is set

Returns

boolean —

true if ReportId is set

getReportType()

getReportType() : string

Gets the value of the ReportType property.

Returns

string —

ReportType

setReportType()

setReportType(  $value) : \this

Sets the value of the ReportType property.

Parameters

$value

Returns

\this —

instance

withReportType()

withReportType(string  $value) : \MarketplaceWebService_Model_ReportInfo

Sets the value of the ReportType and returns this instance

Parameters

string $value

ReportType

Returns

\MarketplaceWebService_Model_ReportInfo

instance

isSetReportType()

isSetReportType() : boolean

Checks if ReportType is set

Returns

boolean —

true if ReportType is set

getReportRequestId()

getReportRequestId() : string

Gets the value of the ReportRequestId property.

Returns

string —

ReportRequestId

setReportRequestId()

setReportRequestId(  $value) : \this

Sets the value of the ReportRequestId property.

Parameters

$value

Returns

\this —

instance

withReportRequestId()

withReportRequestId(string  $value) : \MarketplaceWebService_Model_ReportInfo

Sets the value of the ReportRequestId and returns this instance

Parameters

string $value

ReportRequestId

Returns

\MarketplaceWebService_Model_ReportInfo

instance

isSetReportRequestId()

isSetReportRequestId() : boolean

Checks if ReportRequestId is set

Returns

boolean —

true if ReportRequestId is set

getAvailableDate()

getAvailableDate() : string

Gets the value of the AvailableDate property.

Returns

string —

AvailableDate

setAvailableDate()

setAvailableDate(  $value) : \this

Sets the value of the AvailableDate property.

Parameters

$value

Returns

\this —

instance

withAvailableDate()

withAvailableDate(string  $value) : \MarketplaceWebService_Model_ReportInfo

Sets the value of the AvailableDate and returns this instance

Parameters

string $value

AvailableDate

Returns

\MarketplaceWebService_Model_ReportInfo

instance

isSetAvailableDate()

isSetAvailableDate() : boolean

Checks if AvailableDate is set

Returns

boolean —

true if AvailableDate is set

getAcknowledged()

getAcknowledged() : boolean

Gets the value of the Acknowledged property.

Returns

boolean —

Acknowledged

setAcknowledged()

setAcknowledged(  $value) : \this

Sets the value of the Acknowledged property.

Parameters

$value

Returns

\this —

instance

withAcknowledged()

withAcknowledged(boolean  $value) : \MarketplaceWebService_Model_ReportInfo

Sets the value of the Acknowledged and returns this instance

Parameters

boolean $value

Acknowledged

Returns

\MarketplaceWebService_Model_ReportInfo

instance

isSetAcknowledged()

isSetAcknowledged() : boolean

Checks if Acknowledged is set

Returns

boolean —

true if Acknowledged is set

getAcknowledgedDate()

getAcknowledgedDate() : string

Gets the value of the AcknowledgedDate property.

Returns

string —

AcknowledgedDate

setAcknowledgedDate()

setAcknowledgedDate(  $value) : \this

Sets the value of the AcknowledgedDate property.

Parameters

$value

Returns

\this —

instance

withAcknowledgedDate()

withAcknowledgedDate(string  $value) : \MarketplaceWebService_Model_ReportInfo

Sets the value of the AcknowledgedDate and returns this instance

Parameters

string $value

AcknowledgedDate

Returns

\MarketplaceWebService_Model_ReportInfo

instance

isSetAcknowledgedDate()

isSetAcknowledgedDate() : boolean

Checks if AcknowledgedDate is set

Returns

boolean —

true if AcknowledgedDate is set