public class NavigationEntry extends Object
| Constructor and Description |
|---|
NavigationEntry() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId()
Unique id of the navigation history entry.
|
String |
getTitle()
Title of the navigation history entry.
|
TransitionType |
getTransitionType()
Transition type.
|
String |
getUrl()
URL of the navigation history entry.
|
String |
getUserTypedURL()
URL that the user typed in the url bar.
|
void |
setId(Integer id)
Unique id of the navigation history entry.
|
void |
setTitle(String title)
Title of the navigation history entry.
|
void |
setTransitionType(TransitionType transitionType)
Transition type.
|
void |
setUrl(String url)
URL of the navigation history entry.
|
void |
setUserTypedURL(String userTypedURL)
URL that the user typed in the url bar.
|
public Integer getId()
public void setId(Integer id)
public String getUrl()
public void setUrl(String url)
public String getUserTypedURL()
public void setUserTypedURL(String userTypedURL)
public String getTitle()
public void setTitle(String title)
public TransitionType getTransitionType()
public void setTransitionType(TransitionType transitionType)
Copyright © 2020. All rights reserved.