|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.p13n.ad.AdService.AdCounts
public static class 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 |
String |
containerName
The container UID |
String |
contentPath
The content path |
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 inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String contentPath
public String containerName
public long impressionCount
public long clickThruCount
| Constructor Detail |
|---|
public AdService.AdCounts(String contentPath,
String containerName,
long impressionCount,
long clickThruCount)
contentPath - the content pathcontainerName - the UID of the containerimpressionCount - the impression countclickThruCount - the click thru countpublic AdService.AdCounts()
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||