Class Attribution
Package com.here.sdk.routing
Class Attribution
- java.lang.Object
-
- com.here.sdk.routing.Attribution
-
public final class Attribution extends java.lang.ObjectHolds all the data on a URL address to an external resource.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringhrefAn URL address that links to a particular resource.java.lang.StringhrefTextThe interactive (or clickable) portion of the text.java.lang.StringtextText describing the url address (e.g.AttributionTypetypeAttribution link type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
href
@Nullable public java.lang.String href
An URL address that links to a particular resource.
-
text
@NonNull public java.lang.String text
Text describing the url address (e.g. The example website).
-
hrefText
@Nullable public java.lang.String hrefText
The interactive (or clickable) portion of the text. If not present (default), the entire content of the text attribute will be considered.
-
type
@NonNull public AttributionType type
Attribution link type.
-
-