public class StepInfoFluentImpl<A extends StepInfoFluent<A>> extends BaseFluent<A> implements StepInfoFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
StepInfoFluentImpl.StartTimeNestedImpl<N> |
StepInfoFluent.StartTimeNested<N>
_visitables
Constructor and Description |
---|
StepInfoFluentImpl() |
StepInfoFluentImpl(StepInfo instance) |
Modifier and Type | Method and Description |
---|---|
Time |
buildStartTime() |
StepInfoFluent.StartTimeNested<A> |
editOrNewStartTime() |
StepInfoFluent.StartTimeNested<A> |
editOrNewStartTimeLike(Time item) |
StepInfoFluent.StartTimeNested<A> |
editStartTime() |
boolean |
equals(Object o) |
Long |
getDurationMilliseconds() |
String |
getName() |
Time |
getStartTime()
Deprecated.
|
Boolean |
hasDurationMilliseconds() |
Boolean |
hasName() |
Boolean |
hasStartTime() |
A |
withDurationMilliseconds(Long durationMilliseconds) |
A |
withName(String name) |
StepInfoFluent.StartTimeNested<A> |
withNewStartTime() |
A |
withNewStartTime(String time) |
StepInfoFluent.StartTimeNested<A> |
withNewStartTimeLike(Time item) |
A |
withStartTime(Time startTime) |
public StepInfoFluentImpl()
public StepInfoFluentImpl(StepInfo instance)
public Long getDurationMilliseconds()
getDurationMilliseconds
in interface StepInfoFluent<A extends StepInfoFluent<A>>
public A withDurationMilliseconds(Long durationMilliseconds)
withDurationMilliseconds
in interface StepInfoFluent<A extends StepInfoFluent<A>>
public Boolean hasDurationMilliseconds()
hasDurationMilliseconds
in interface StepInfoFluent<A extends StepInfoFluent<A>>
public String getName()
getName
in interface StepInfoFluent<A extends StepInfoFluent<A>>
public A withName(String name)
withName
in interface StepInfoFluent<A extends StepInfoFluent<A>>
public Boolean hasName()
hasName
in interface StepInfoFluent<A extends StepInfoFluent<A>>
@Deprecated public Time getStartTime()
getStartTime
in interface StepInfoFluent<A extends StepInfoFluent<A>>
public Time buildStartTime()
buildStartTime
in interface StepInfoFluent<A extends StepInfoFluent<A>>
public A withStartTime(Time startTime)
withStartTime
in interface StepInfoFluent<A extends StepInfoFluent<A>>
public Boolean hasStartTime()
hasStartTime
in interface StepInfoFluent<A extends StepInfoFluent<A>>
public StepInfoFluent.StartTimeNested<A> withNewStartTime()
withNewStartTime
in interface StepInfoFluent<A extends StepInfoFluent<A>>
public StepInfoFluent.StartTimeNested<A> withNewStartTimeLike(Time item)
withNewStartTimeLike
in interface StepInfoFluent<A extends StepInfoFluent<A>>
public StepInfoFluent.StartTimeNested<A> editStartTime()
editStartTime
in interface StepInfoFluent<A extends StepInfoFluent<A>>
public StepInfoFluent.StartTimeNested<A> editOrNewStartTime()
editOrNewStartTime
in interface StepInfoFluent<A extends StepInfoFluent<A>>
public StepInfoFluent.StartTimeNested<A> editOrNewStartTimeLike(Time item)
editOrNewStartTimeLike
in interface StepInfoFluent<A extends StepInfoFluent<A>>
public A withNewStartTime(String time)
withNewStartTime
in interface StepInfoFluent<A extends StepInfoFluent<A>>
Copyright © 2011–2017 Red Hat. All rights reserved.