public final class WebPageBookmark extends Bookmark
This class is immutable.
| Constructor and Description |
|---|
WebPageBookmark(String name,
URL url)
Creates a web page bookmark.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
URL |
getUrl()
Gets the URL of the web page.
|
int |
hashCode() |
String |
toString() |
public final URL getUrl()
Copyright © 2014–2018 XMPP.rocks. All rights reserved.