AdService.AdCounts Class

com.bea.p13n.ad
AdService.AdCounts Class

public static class AdService.AdCounts

    extends Object
    implements Serializable

Class that is generated by getAdCounts. This is returned as part of the collection that is returned.


Hierarchy
Object
  AdService.AdCounts
All Implemented Interfaces

Serializable
Enclosing interface

AdService

Field Summary

public long
clickThruCount
The click thru count
public String
containerName
The container UID
public String
contentPath
The content path
public long
impressionCount
The impression count
 

Constructor Summary

AdService.AdCounts()

the default constructor
AdService.AdCounts(String contentPath, String containerName, long impressionCount, long clickThruCount)

Construct a new AdCount
 

Method Summary

 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

clickThruCount

public long clickThruCount
The click thru count


containerName

public String containerName
The container UID


contentPath

public String contentPath
The content path


impressionCount

public long impressionCount
The impression count

 

Constructor Detail

AdService.AdCounts

public AdService.AdCounts()
the default constructor

AdService.AdCounts

public AdService.AdCounts(String contentPath, 
                          String containerName, 
                          long impressionCount, 
                          long clickThruCount)
Construct a new AdCount