public class TimeFluentImpl<A extends TimeFluent<A>> extends BaseFluent<A> implements TimeFluent<A>
_visitables
Constructor and Description |
---|
TimeFluentImpl() |
TimeFluentImpl(Time instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getTime() |
Boolean |
hasTime() |
A |
withTime(String time) |
public TimeFluentImpl()
public TimeFluentImpl(Time instance)
public String getTime()
getTime
in interface TimeFluent<A extends TimeFluent<A>>
public A withTime(String time)
withTime
in interface TimeFluent<A extends TimeFluent<A>>
public Boolean hasTime()
hasTime
in interface TimeFluent<A extends TimeFluent<A>>
Copyright © 2011–2017 Red Hat. All rights reserved.