-
public final class NavigateEntryCreated by vincent on 18-1-1. Copyright @ 2013-2017 Platon AI. All rights reserved
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringurlprivate Booleanstoppedprivate InstantactiveTimeprivate final InstantcreateTime
-
Constructor Summary
Constructors Constructor Description NavigateEntry(String url, Boolean stopped, Instant activeTime, Instant createTime)
-
Method Summary
Modifier and Type Method Description final StringgetUrl()final BooleangetStopped()final UnitsetStopped(Boolean stopped)final InstantgetActiveTime()final UnitsetActiveTime(Instant activeTime)final InstantgetCreateTime()final Unitrefresh()-
-
Method Detail
-
getStopped
final Boolean getStopped()
-
setStopped
final Unit setStopped(Boolean stopped)
-
getActiveTime
final Instant getActiveTime()
-
setActiveTime
final Unit setActiveTime(Instant activeTime)
-
getCreateTime
final Instant getCreateTime()
-
-
-
-