public class StressInstanceFluentImpl<A extends StressInstanceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StressInstanceFluent<A>
| Constructor and Description |
|---|
StressInstanceFluentImpl() |
StressInstanceFluentImpl(StressInstance instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getStartTime() |
String |
getUid() |
int |
hashCode() |
Boolean |
hasStartTime() |
Boolean |
hasUid() |
A |
withNewStartTime(String arg0)
Deprecated.
|
A |
withNewUid(String arg0)
Deprecated.
|
A |
withStartTime(String startTime) |
A |
withUid(String uid) |
public StressInstanceFluentImpl()
public StressInstanceFluentImpl(StressInstance instance)
public String getStartTime()
getStartTime in interface StressInstanceFluent<A extends StressInstanceFluent<A>>public A withStartTime(String startTime)
withStartTime in interface StressInstanceFluent<A extends StressInstanceFluent<A>>public Boolean hasStartTime()
hasStartTime in interface StressInstanceFluent<A extends StressInstanceFluent<A>>@Deprecated public A withNewStartTime(String arg0)
withNewStartTime in interface StressInstanceFluent<A extends StressInstanceFluent<A>>public String getUid()
getUid in interface StressInstanceFluent<A extends StressInstanceFluent<A>>public A withUid(String uid)
withUid in interface StressInstanceFluent<A extends StressInstanceFluent<A>>public Boolean hasUid()
hasUid in interface StressInstanceFluent<A extends StressInstanceFluent<A>>@Deprecated public A withNewUid(String arg0)
withNewUid in interface StressInstanceFluent<A extends StressInstanceFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.