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