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() |
String |
toString() |
A |
withStartTime(String startTime) |
A |
withUid(String uid) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>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>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StressInstanceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StressInstanceFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.