public class StepInfoFluentImpl<A extends StepInfoFluent<A>> extends BaseFluent<A> implements StepInfoFluent<A>
_visitables| Constructor and Description |
|---|
StepInfoFluentImpl() |
StepInfoFluentImpl(StepInfo instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getDurationMilliseconds() |
String |
getName() |
String |
getStartTime() |
Boolean |
hasDurationMilliseconds() |
Boolean |
hasName() |
Boolean |
hasStartTime() |
A |
withDurationMilliseconds(Long durationMilliseconds) |
A |
withName(String name) |
A |
withNewDurationMilliseconds(long arg1) |
A |
withNewDurationMilliseconds(String arg1) |
A |
withStartTime(String 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 A withNewDurationMilliseconds(String arg1)
withNewDurationMilliseconds in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewDurationMilliseconds(long arg1)
withNewDurationMilliseconds 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>>public String getStartTime()
getStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withStartTime(String startTime)
withStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public Boolean hasStartTime()
hasStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.