| java.lang.Object |
| ↳ |
com.google.api.gbase.client.Stats |
Class Overview
Object representation for the tag gm:stats.
Summary
| Nested Classes |
|
class |
Stats.Statistics |
Information about one specific use (impressions, clicks, page views). |
| Public Constructors |
|
|
Stats()
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.google.gdata.data.Extension
|
Fields
Public Constructors
Public Methods
Generates an XML representation for the extension.
Parameters
| w
| XML writer |
| extProfile
| Extension profile
|
public
XmlParser.ElementHandler
getHandler
(ExtensionProfile extProfile, String namespace, String localName, Attributes attrs)
Gets an XML element handler for the extension.
Parameters
| extProfile
| Extension profile |
| namespace
| Extension namespace |
| localName
| Tag name, without the namespace prefix |
| attrs
| Tag attributes |