\MarketplaceWebService_Model_GetReportListResult

MarketplaceWebService_Model_GetReportListResult

Properties:

  • NextToken: string
  • HasNext: bool
  • ReportInfo: MarketplaceWebService_Model_ReportInfo

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
getNextToken()
setNextToken()
withNextToken()
isSetNextToken()
getHasNext()
setHasNext()
withHasNext()
isSetHasNext()
getReportInfoList()
setReportInfoList()
withReportInfo()
isSetReportInfo()
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_GetReportListResult

Parameters

mixed $data

DOMElement or Associative Array to construct from.

Valid properties:

  • NextToken: string
  • HasNext: bool
  • ReportInfo: MarketplaceWebService_Model_ReportInfo

__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

getNextToken()

getNextToken() : string

Gets the value of the NextToken property.

Returns

string —

NextToken

setNextToken()

setNextToken(  $value) : \this

Sets the value of the NextToken property.

Parameters

$value

Returns

\this —

instance

withNextToken()

withNextToken(string  $value) : \MarketplaceWebService_Model_GetReportListResult

Sets the value of the NextToken and returns this instance

Parameters

string $value

NextToken

Returns

\MarketplaceWebService_Model_GetReportListResult

instance

isSetNextToken()

isSetNextToken() : boolean

Checks if NextToken is set

Returns

boolean —

true if NextToken is set

getHasNext()

getHasNext() : boolean

Gets the value of the HasNext property.

Returns

boolean —

HasNext

setHasNext()

setHasNext(  $value) : \this

Sets the value of the HasNext property.

Parameters

$value

Returns

\this —

instance

withHasNext()

withHasNext(boolean  $value) : \MarketplaceWebService_Model_GetReportListResult

Sets the value of the HasNext and returns this instance

Parameters

boolean $value

HasNext

Returns

\MarketplaceWebService_Model_GetReportListResult

instance

isSetHasNext()

isSetHasNext() : boolean

Checks if HasNext is set

Returns

boolean —

true if HasNext is set

getReportInfoList()

getReportInfoList() : array

Gets the value of the ReportInfo.

Returns

array —

of ReportInfo ReportInfo

setReportInfoList()

setReportInfoList(  $reportInfo) : \this

Sets the value of the ReportInfo.

Parameters

$reportInfo

Returns

\this —

instance

withReportInfo()

withReportInfo(\ReportInfo  $reportInfoArgs) : \MarketplaceWebService_Model_GetReportListResult

Sets single or multiple values of ReportInfo list via variable number of arguments.

For example, to set the list with two elements, simply pass two values as arguments to this function withReportInfo($reportInfo1, $reportInfo2)

Parameters

\ReportInfo $reportInfoArgs

one or more ReportInfo

Returns

\MarketplaceWebService_Model_GetReportListResult

instance

isSetReportInfo()

isSetReportInfo() : boolean

Checks if ReportInfo list is non-empty

Returns

boolean —

true if ReportInfo list is non-empty