| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ExtensionPoint | ||
| ↳ | com.google.gdata.data.analytics.Engagement | ||
Engagement goal.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Engagement.Comparison | Engagement goal's comparison operation. | ||||||||||
| Engagement.Type | Goal's threshold type. | ||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | COMPARISON | XML "comparison" attribute name | |||||||||
| String | THRESHOLDVALUE | XML "thresholdValue" attribute name | |||||||||
| String | TYPE | XML "type" attribute name | |||||||||
| String | XML_NAME | XML element name | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comparison | Engagement goal's comparison operation | ||||||||||
| thresholdValue | Threshold value | ||||||||||
| type | Goal's threshold type | ||||||||||
|
[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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the engagement goal's comparison operation.
| |||||||||||
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
| |||||||||||
Returns the threshold value.
| |||||||||||
Returns the goal's threshold type.
| |||||||||||
Returns whether it has the engagement goal's comparison operation.
| |||||||||||
Returns whether it has the threshold value.
| |||||||||||
Returns whether it has the goal's threshold type.
| |||||||||||
Sets the engagement goal's comparison operation.
| |||||||||||
Sets the threshold value.
| |||||||||||
Sets the goal's threshold type.
| |||||||||||
| 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 "comparison" attribute name
XML "thresholdValue" attribute name
XML "type" attribute name
XML element name
Engagement goal's comparison operation
Threshold value
Goal's threshold type
Default mutable constructor.
Immutable constructor.
| comparison | Engagement goal's comparison operation. |
|---|---|
| thresholdValue | Threshold value. |
| type | Goal's threshold type. |
| obj |
|---|
Returns the engagement goal's comparison operation.
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 threshold value.
Returns the goal's threshold type.
Returns whether it has the engagement goal's comparison operation.
Returns whether it has the threshold value.
Returns whether it has the goal's threshold type.
Sets the engagement goal's comparison operation.
| comparison | Engagement goal's comparison operation or
null to reset
|
|---|
Sets the threshold value.
| thresholdValue | Threshold value or null to reset
|
|---|
Sets the goal's threshold type.
| type | Goal's threshold type 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.