public class StepInfoFluentImpl<A extends StepInfoFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StepInfoFluent<A>
| 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() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasStartTime() |
A |
withDurationMilliseconds(Long durationMilliseconds) |
A |
withName(String name) |
A |
withNewDurationMilliseconds(long arg1) |
A |
withNewName(byte[] arg1) |
A |
withNewName(byte[] arg1,
int arg2) |
A |
withNewName(byte[] arg1,
int arg2,
int arg3) |
A |
withNewName(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewName(char[] arg1) |
A |
withNewName(char[] arg1,
int arg2,
int arg3) |
A |
withNewName(int[] arg1,
int arg2,
int arg3) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
A |
withNewStartTime(byte[] arg1) |
A |
withNewStartTime(byte[] arg1,
int arg2) |
A |
withNewStartTime(byte[] arg1,
int arg2,
int arg3) |
A |
withNewStartTime(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewStartTime(char[] arg1) |
A |
withNewStartTime(char[] arg1,
int arg2,
int arg3) |
A |
withNewStartTime(int[] arg1,
int arg2,
int arg3) |
A |
withNewStartTime(String arg1) |
A |
withNewStartTime(StringBuffer arg1) |
A |
withNewStartTime(StringBuilder 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(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 A withNewName(StringBuilder arg1)
withNewName in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewName(int[] arg1, int arg2, int arg3)
withNewName in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewName(char[] arg1)
withNewName in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewName(StringBuffer arg1)
withNewName in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewName(byte[] arg1, int arg2)
withNewName in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewName(byte[] arg1)
withNewName in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewName(char[] arg1, int arg2, int arg3)
withNewName in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewName(byte[] arg1, int arg2, int arg3)
withNewName in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewName(byte[] arg1, int arg2, int arg3, int arg4)
withNewName in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewName(String arg1)
withNewName 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>>public A withNewStartTime(StringBuilder arg1)
withNewStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewStartTime(int[] arg1, int arg2, int arg3)
withNewStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewStartTime(char[] arg1)
withNewStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewStartTime(StringBuffer arg1)
withNewStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewStartTime(byte[] arg1, int arg2)
withNewStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewStartTime(byte[] arg1)
withNewStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewStartTime(char[] arg1, int arg2, int arg3)
withNewStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewStartTime(byte[] arg1, int arg2, int arg3)
withNewStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewStartTime(byte[] arg1, int arg2, int arg3, int arg4)
withNewStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withNewStartTime(String arg1)
withNewStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.