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
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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