| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ExtensionPoint | ||
| ↳ | com.google.gdata.data.analytics.Goal | ||
Google Analytics goal.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ACTIVE | XML "active" attribute name | |||||||||
| String | NAME | XML "name" attribute name | |||||||||
| String | NUMBER | XML "number" attribute name | |||||||||
| String | VALUE | XML "value" attribute name | |||||||||
| String | XML_NAME | XML element name | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | Whether the goal is currently active | ||||||||||
| name | Goal's name | ||||||||||
| number | Goal's number | ||||||||||
| value | Goal's monetary value | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Immutable constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the whether the goal is currently active.
| |||||||||||
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
| |||||||||||
Returns the destination.
| |||||||||||
Returns the engagement.
| |||||||||||
Returns the goal's name.
| |||||||||||
Returns the goal's number.
| |||||||||||
Returns the goal's monetary value.
| |||||||||||
Returns whether it has the whether the goal is currently active.
| |||||||||||
Returns whether it has the destination.
| |||||||||||
Returns whether it has the engagement.
| |||||||||||
Returns whether it has the goal's name.
| |||||||||||
Returns whether it has the goal's number.
| |||||||||||
Returns whether it has the goal's monetary value.
| |||||||||||
Sets the whether the goal is currently active.
| |||||||||||
Sets the destination.
| |||||||||||
Sets the engagement.
| |||||||||||
Sets the goal's name.
| |||||||||||
Sets the goal's number.
| |||||||||||
Sets the goal's monetary value.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Consumes attributes from the attribute helper.
| |||||||||||
Puts attributes into the attribute generator.
| |||||||||||
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
XML "active" attribute name
XML "name" attribute name
XML "number" attribute name
XML "value" attribute name
XML element name
Whether the goal is currently active
Goal's name
Goal's number
Goal's monetary value
Default mutable constructor.
Immutable constructor.
| active | Whether the goal is currently active. |
|---|---|
| name | Goal's name. |
| number | Goal's number. |
| value | Goal's monetary value. |
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.
| extProfile | The ExtensionProfile to initialize. |
|---|
Returns the whether the goal is currently active.
Returns the extension description, specifying whether it is required, and whether it is repeatable.
| required | Whether it is required |
|---|---|
| repeatable | Whether it is repeatable |
Returns the goal's name.
Returns the goal's number.
Returns the goal's monetary value.
Returns whether it has the whether the goal is currently active.
Returns whether it has the destination.
Returns whether it has the engagement.
Returns whether it has the goal's name.
Returns whether it has the goal's number.
Returns whether it has the goal's monetary value.
Sets the whether the goal is currently active.
| active | Whether the goal is currently active or null to
reset
|
|---|
Sets the destination.
| destination | Destination or null to reset
|
|---|
Sets the engagement.
| engagement | Engagement or null to reset
|
|---|
Sets the goal's name.
| name | Goal's name or null to reset
|
|---|
Sets the goal's number.
| number | Goal's number or null to reset
|
|---|
Sets the goal's monetary value.
| value | Goal's monetary value or null to reset
|
|---|
Consumes attributes from the attribute helper. May also use
consumeContent(boolean) to consume the element's text
content. Called from getHandler(ExtensionProfile, String, String, Attributes). Default implementation does
nothing, though generally this is discouraged unless there really are no
attributes.
| helper | Attribute helper |
|---|
| ParseException |
|---|
Puts attributes into the attribute generator. Called from
generate(XmlWriter, ExtensionProfile). Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.
| generator | Attribute generator |
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.