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(java.lang.Object o) |
java.lang.Long |
getDurationMilliseconds() |
java.lang.String |
getName() |
java.lang.String |
getStartTime() |
java.lang.Boolean |
hasDurationMilliseconds() |
java.lang.Boolean |
hasName() |
java.lang.Boolean |
hasStartTime() |
A |
withDurationMilliseconds(java.lang.Long durationMilliseconds) |
A |
withName(java.lang.String name) |
A |
withNewName(java.lang.String arg1) |
A |
withNewName(java.lang.StringBuffer arg1) |
A |
withNewName(java.lang.StringBuilder arg1) |
A |
withNewStartTime(java.lang.String arg1) |
A |
withNewStartTime(java.lang.StringBuffer arg1) |
A |
withNewStartTime(java.lang.StringBuilder arg1) |
A |
withStartTime(java.lang.String startTime) |
public StepInfoFluentImpl()
public StepInfoFluentImpl(StepInfo instance)
public java.lang.Long getDurationMilliseconds()
getDurationMilliseconds in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withDurationMilliseconds(java.lang.Long durationMilliseconds)
withDurationMilliseconds in interface StepInfoFluent<A extends StepInfoFluent<A>>public java.lang.Boolean hasDurationMilliseconds()
hasDurationMilliseconds in interface StepInfoFluent<A extends StepInfoFluent<A>>public java.lang.String getName()
getName in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withName(java.lang.String name)
withName in interface StepInfoFluent<A extends StepInfoFluent<A>>public java.lang.Boolean hasName()
hasName in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewName(java.lang.String arg1)
withNewName in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewName(java.lang.StringBuilder arg1)
withNewName in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewName(java.lang.StringBuffer arg1)
withNewName in interface StepInfoFluent<A extends StepInfoFluent<A>>public java.lang.String getStartTime()
getStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withStartTime(java.lang.String startTime)
withStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public java.lang.Boolean hasStartTime()
hasStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewStartTime(java.lang.String arg1)
withNewStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewStartTime(java.lang.StringBuilder arg1)
withNewStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewStartTime(java.lang.StringBuffer arg1)
withNewStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.