|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.ad.AdService.AdCounts
Class that is generated by getAdCounts. This is returned as part of the collection that is returned.
Field Summary | |
long |
clickThruCount
The click thru count |
java.lang.String |
containerName
The container UID |
java.lang.String |
contentId
The content identifier |
long |
impressionCount
The impression count |
Constructor Summary | |
AdService.AdCounts()
the default constructor |
|
AdService.AdCounts(java.lang.String contentId,
java.lang.String containerName,
long impressionCount,
long clickThruCount)
Construct a new AdCount |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public java.lang.String contentId
public java.lang.String containerName
public long impressionCount
public long clickThruCount
Constructor Detail |
public AdService.AdCounts(java.lang.String contentId, java.lang.String containerName, long impressionCount, long clickThruCount)
contentId
- the content identifiercontainerName
- the UID of the containerimpressionCount
- the impression countclickThruCount
- the click thru countpublic AdService.AdCounts()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |