© 2002 BEA Systems, Inc.


com.bea.p13n.ad
Class AdService.AdCounts

java.lang.Object
  |
  +--com.bea.p13n.ad.AdService.AdCounts

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

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

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
Constructor Detail

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 identifier
containerName - the UID of the container
impressionCount - the impression count
clickThruCount - the click thru count

AdService.AdCounts

public AdService.AdCounts()
the default constructor

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved