public class PipelineResultFluentImpl<A extends PipelineResultFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PipelineResultFluent<A>
PipelineResultFluent.ValueNested<N>| Constructor and Description |
|---|
PipelineResultFluentImpl() |
PipelineResultFluentImpl(PipelineResult instance) |
| Modifier and Type | Method and Description |
|---|---|
ParamValue |
buildValue() |
PipelineResultFluent.ValueNested<A> |
editOrNewValue() |
PipelineResultFluent.ValueNested<A> |
editOrNewValueLike(ParamValue item) |
PipelineResultFluent.ValueNested<A> |
editValue() |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getName() |
String |
getType() |
ParamValue |
getValue()
Deprecated.
|
Boolean |
hasDescription() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasType() |
Boolean |
hasValue() |
String |
toString() |
A |
withDescription(String description) |
A |
withName(String name) |
PipelineResultFluent.ValueNested<A> |
withNewValue() |
A |
withNewValue(String stringVal) |
PipelineResultFluent.ValueNested<A> |
withNewValueLike(ParamValue item) |
A |
withType(String type) |
A |
withValue(ParamValue value) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PipelineResultFluentImpl()
public PipelineResultFluentImpl(PipelineResult instance)
public String getDescription()
getDescription in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public A withDescription(String description)
withDescription in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public Boolean hasDescription()
hasDescription in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public String getName()
getName in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public A withName(String name)
withName in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public Boolean hasName()
hasName in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public String getType()
getType in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public A withType(String type)
withType in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public Boolean hasType()
hasType in interface PipelineResultFluent<A extends PipelineResultFluent<A>>@Deprecated public ParamValue getValue()
getValue in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public ParamValue buildValue()
buildValue in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public A withValue(ParamValue value)
withValue in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public Boolean hasValue()
hasValue in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public A withNewValue(String stringVal)
withNewValue in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public PipelineResultFluent.ValueNested<A> withNewValue()
withNewValue in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public PipelineResultFluent.ValueNested<A> withNewValueLike(ParamValue item)
withNewValueLike in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public PipelineResultFluent.ValueNested<A> editValue()
editValue in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public PipelineResultFluent.ValueNested<A> editOrNewValue()
editOrNewValue in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public PipelineResultFluent.ValueNested<A> editOrNewValueLike(ParamValue item)
editOrNewValueLike in interface PipelineResultFluent<A extends PipelineResultFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PipelineResultFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PipelineResultFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.