public class RunResultFluentImpl<A extends RunResultFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RunResultFluent<A>
| Constructor and Description |
|---|
RunResultFluentImpl() |
RunResultFluentImpl(RunResult instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getValue() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasValue() |
String |
toString() |
A |
withName(String name) |
A |
withValue(String value) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RunResultFluentImpl()
public RunResultFluentImpl(RunResult instance)
public String getName()
getName in interface RunResultFluent<A extends RunResultFluent<A>>public A withName(String name)
withName in interface RunResultFluent<A extends RunResultFluent<A>>public Boolean hasName()
hasName in interface RunResultFluent<A extends RunResultFluent<A>>public String getValue()
getValue in interface RunResultFluent<A extends RunResultFluent<A>>public A withValue(String value)
withValue in interface RunResultFluent<A extends RunResultFluent<A>>public Boolean hasValue()
hasValue in interface RunResultFluent<A extends RunResultFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RunResultFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RunResultFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.