\MarketplaceWebService_Model_ResponseMetadata

MarketplaceWebService_Model_ResponseMetadata

Properties:

  • RequestId: string

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
getRequestId()
setRequestId()
withRequestId()
isSetRequestId()
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_ResponseMetadata

Parameters

mixed $data

DOMElement or Associative Array to construct from.

Valid properties:

  • RequestId: 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

getRequestId()

getRequestId() : string

Gets the value of the RequestId property.

Returns

string —

RequestId

setRequestId()

setRequestId(  $value) : \this

Sets the value of the RequestId property.

Parameters

$value

Returns

\this —

instance

withRequestId()

withRequestId(string  $value) : \MarketplaceWebService_Model_ResponseMetadata

Sets the value of the RequestId and returns this instance

Parameters

string $value

RequestId

Returns

\MarketplaceWebService_Model_ResponseMetadata

instance

isSetRequestId()

isSetRequestId() : boolean

Checks if RequestId is set

Returns

boolean —

true if RequestId is set