\MarketplaceWebServiceProducts_Model_GetServiceStatusResult

MarketplaceWebServiceProducts_Model_GetServiceStatusResult

Properties:

  • Status: string
  • Timestamp: string
  • MessageId: string
  • Messages: MarketplaceWebServiceProducts_Model_MessageList

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
toQueryParameterArray()
getStatus()
setStatus()
isSetStatus()
withStatus()
getTimestamp()
setTimestamp()
isSetTimestamp()
withTimestamp()
getMessageId()
setMessageId()
isSetMessageId()
withMessageId()
getMessages()
setMessages()
isSetMessages()
withMessages()
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 model class

Parameters

mixed $data
  • DOMElement or Associative Array to construct from.

__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

toQueryParameterArray()

toQueryParameterArray() : array

Convert to query parameters suitable for POSTing.

Returns

array —

of query parameters

getStatus()

getStatus() : \ServiceStatusEnum

Get the value of the Status property.

Returns

\ServiceStatusEnum —

Status.

setStatus()

setStatus(  $value) : \this

Set the value of the Status property.

Parameters

$value

Returns

\this —

instance

isSetStatus()

isSetStatus() : true

Check to see if Status is set.

Returns

true —

if Status is set.

withStatus()

withStatus(  $value) : \This

Set the value of Status, return this.

Parameters

$value

Returns

\This —

instance.

getTimestamp()

getTimestamp() : \XMLGregorianCalendar

Get the value of the Timestamp property.

Returns

\XMLGregorianCalendar —

Timestamp.

setTimestamp()

setTimestamp(  $value) : \this

Set the value of the Timestamp property.

Parameters

$value

Returns

\this —

instance

isSetTimestamp()

isSetTimestamp() : true

Check to see if Timestamp is set.

Returns

true —

if Timestamp is set.

withTimestamp()

withTimestamp(  $value) : \This

Set the value of Timestamp, return this.

Parameters

$value

Returns

\This —

instance.

getMessageId()

getMessageId() : String

Get the value of the MessageId property.

Returns

String —

MessageId.

setMessageId()

setMessageId(  $value) : \this

Set the value of the MessageId property.

Parameters

$value

Returns

\this —

instance

isSetMessageId()

isSetMessageId() : true

Check to see if MessageId is set.

Returns

true —

if MessageId is set.

withMessageId()

withMessageId(  $value) : \This

Set the value of MessageId, return this.

Parameters

$value

Returns

\This —

instance.

getMessages()

getMessages() : \MessageList

Get the value of the Messages property.

Returns

\MessageList —

Messages.

setMessages()

setMessages(  $value) : \this

Set the value of the Messages property.

Parameters

$value

Returns

\this —

instance

isSetMessages()

isSetMessages() : true

Check to see if Messages is set.

Returns

true —

if Messages is set.

withMessages()

withMessages(  $value) : \This

Set the value of Messages, return this.

Parameters

$value

Returns

\This —

instance.