Trading_NotificationStatisticsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_NotificationStatisticsType.h Trading_NotificationStatisticsType.m |
Overview
Summary information about notifications delivered, failed, errors, queued for
a given application ID and time period.
@ingroup EBayAPIInterface
Tasks
-
deliveredCountReturns the number of notifications delivered successfully during the given
property
time period. -
queuedNewCountReturns the number of new notifications that were queued during
property
the given time period. -
queuedPendingCountReturns the number of pending notifications in the queue during
property
the given time period. -
expiredCountReturns the number of notifications that permanently failed during
property
the given time period. -
errorCountReturns the number of notifications for which there were delivery errors
property
during the given time period. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_NotificationStatisticsType.hdeliveredCount
Returns the number of notifications delivered successfully during the given
time period.
@property (nonatomic, retain) NSNumber *deliveredCountDiscussion
Returns the number of notifications delivered successfully during the given
time period.
type : NSNumber, wrapper for primitive int
Declared In
Trading_NotificationStatisticsType.herrorCount
Returns the number of notifications for which there were delivery errors
during the given time period.
@property (nonatomic, retain) NSNumber *errorCountDiscussion
Returns the number of notifications for which there were delivery errors
during the given time period.
type : NSNumber, wrapper for primitive int
Declared In
Trading_NotificationStatisticsType.hexpiredCount
Returns the number of notifications that permanently failed during
the given time period.
@property (nonatomic, retain) NSNumber *expiredCountDiscussion
Returns the number of notifications that permanently failed during
the given time period.
type : NSNumber, wrapper for primitive int
Declared In
Trading_NotificationStatisticsType.hqueuedNewCount
Returns the number of new notifications that were queued during
the given time period.
@property (nonatomic, retain) NSNumber *queuedNewCountDiscussion
Returns the number of new notifications that were queued during
the given time period.
type : NSNumber, wrapper for primitive int
Declared In
Trading_NotificationStatisticsType.hqueuedPendingCount
Returns the number of pending notifications in the queue during
the given time period.
@property (nonatomic, retain) NSNumber *queuedPendingCountDiscussion
Returns the number of pending notifications in the queue during
the given time period.
type : NSNumber, wrapper for primitive int
Declared In
Trading_NotificationStatisticsType.h