\MarketplaceWebServiceProducts_Model_ResponseHeaderMetadata

Summary

Methods
Properties
Constants
__construct()
getRequestId()
getResponseContext()
getTimestamp()
getQuotaMax()
getQuotaRemaining()
getQuotaResetsAt()
__toString()
No public properties found
REQUEST_ID
RESPONSE_CONTEXT
TIMESTAMP
QUOTA_MAX
QUOTA_REMAINING
QUOTA_RESETS_AT
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

REQUEST_ID

REQUEST_ID

RESPONSE_CONTEXT

RESPONSE_CONTEXT

TIMESTAMP

TIMESTAMP

QUOTA_MAX

QUOTA_MAX

QUOTA_REMAINING

QUOTA_REMAINING

QUOTA_RESETS_AT

QUOTA_RESETS_AT

Methods

__construct()

__construct(  $requestId = null,   $responseContext = null,   $timestamp = null,   $quotaMax = null,   $quotaRemaining = null,   $quotaResetsAt = null) 

Parameters

$requestId
$responseContext
$timestamp
$quotaMax
$quotaRemaining
$quotaResetsAt

getRequestId()

getRequestId() 

getResponseContext()

getResponseContext() 

getTimestamp()

getTimestamp() 

getQuotaMax()

getQuotaMax() : \the

Gets the max quota allowed for a quota period (from the x-mws-quota-max header)

Returns

\the —

max quota allowed for a quota period

getQuotaRemaining()

getQuotaRemaining() : \the

Gets the quota remaining within this quota period (from the x-mws-quota-remaining header)

Returns

\the —

quota remaining within this quota period

getQuotaResetsAt()

getQuotaResetsAt() : \the

Gets the time that this quota period ends (from the x-mws-quota-resetsOn header)

Returns

\the —

time that this quota period ends

__toString()

__toString()