com.bea.commerce.platform.ad
Class AdService.AdCounts
java.lang.Object
|
+--com.bea.commerce.platform.ad.AdService.AdCounts
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- AdService
- public static class AdService.AdCounts
- extends java.lang.Object
- implements java.io.Serializable
class that is generated by getAdCounts. This is returned
as part of the collection that is returned.
- See Also:
- Serialized Form
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 |
contentId
public java.lang.String contentId
- the content identifier
containerName
public java.lang.String containerName
- the container UID
impressionCount
public long impressionCount
- the impression count
clickThruCount
public long clickThruCount
- the click thru count
AdService.AdCounts
public AdService.AdCounts(java.lang.String contentId,
java.lang.String containerName,
long impressionCount,
long clickThruCount)
- construct a new AdCount
- Parameters:
contentId
- the content identifiercontainerName
- the UID of the containerimpressionCount
- the impression countclickThruCount
- the click thru count
AdService.AdCounts
public AdService.AdCounts()
- the default constructor
Copyright © 2001 BEA Systems, Inc. All Rights Reserved