\MarketplaceWebService_Model_GetFeedSubmissionResultRequest

MarketplaceWebService_Model_GetFeedSubmissionResultRequest

Properties:

  • Marketplace: string
  • Merchant: string
  • FeedSubmissionId: string

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
getMarketplace()
setMarketplace()
withMarketplace()
isSetMarketplace()
getMerchant()
setMerchant()
withMerchant()
isSetMerchant()
getMWSAuthToken()
setMWSAuthToken()
withMWSAuthToken()
isSetMWSAuthToken()
getFeedSubmissionId()
setFeedSubmissionId()
withFeedSubmissionId()
isSetFeedSubmissionId()
getFeedSubmissionResult()
setFeedSubmissionResult()
withFeedSubmissionResult()
isFeedSubmissionResult()
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_GetFeedSubmissionResultRequest

Parameters

mixed $data

DOMElement or Associative Array to construct from.

Valid properties:

  • Marketplace: string
  • Merchant: string
  • FeedSubmissionId: 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

getMarketplace()

getMarketplace() : string

Gets the value of the Marketplace property.

Returns

string —

Marketplace

setMarketplace()

setMarketplace(  $value) : \this

Sets the value of the Marketplace property.

Parameters

$value

Returns

\this —

instance

isSetMarketplace()

isSetMarketplace() : boolean

Checks if Marketplace is set

Returns

boolean —

true if Marketplace is set

getMerchant()

getMerchant() : string

Gets the value of the Merchant property.

Returns

string —

Merchant

setMerchant()

setMerchant(  $value) : \this

Sets the value of the Merchant property.

Parameters

$value

Returns

\this —

instance

isSetMerchant()

isSetMerchant() : boolean

Checks if Merchant is set

Returns

boolean —

true if Merchant is set

getMWSAuthToken()

getMWSAuthToken() : string

Gets the value of the MWSAuthToken property.

Returns

string —

MWSAuthToken

setMWSAuthToken()

setMWSAuthToken(  $value) : \this

Sets the value of the MWSAuthToken property.

Parameters

$value

Returns

\this —

instance

isSetMWSAuthToken()

isSetMWSAuthToken() : boolean

Checks if MWSAuthToken is set

Returns

boolean —

true if MWSAuthToken is set

getFeedSubmissionId()

getFeedSubmissionId() : string

Gets the value of the FeedSubmissionId property.

Returns

string —

FeedSubmissionId

setFeedSubmissionId()

setFeedSubmissionId(  $value) : \this

Sets the value of the FeedSubmissionId property.

Parameters

$value

Returns

\this —

instance

withFeedSubmissionId()

withFeedSubmissionId(string  $value) : \MarketplaceWebService_Model_GetFeedSubmissionResultRequest

Sets the value of the FeedSubmissionId and returns this instance

Parameters

string $value

FeedSubmissionId

Returns

\MarketplaceWebService_Model_GetFeedSubmissionResultRequest

instance

isSetFeedSubmissionId()

isSetFeedSubmissionId() : boolean

Checks if FeedSubmissionId is set

Returns

boolean —

true if FeedSubmissionId is set

getFeedSubmissionResult()

getFeedSubmissionResult() : string

Gets the value of the FeedSubmissionResult property.

Returns

string —

FeedSubmissionResult

setFeedSubmissionResult()

setFeedSubmissionResult(  $value) : \this

Sets the value of the FeedSubmissionResult property.

Parameters

$value

Returns

\this —

instance

withFeedSubmissionResult()

withFeedSubmissionResult(string  $value) : \MarketplaceWebService_Model_GetFeedSubmissionResultRequest

Sets the value of the FeedSubmissionResult and returns this instance

Parameters

string $value

FeedSubmissionResult

Returns

\MarketplaceWebService_Model_GetFeedSubmissionResultRequest

instance

isFeedSubmissionResult()

isFeedSubmissionResult() : boolean

Checks if FeedSubmissionResult is set

Returns

boolean —

true if FeedSubmissionResult is set