public class TaskRunResultFluent<A extends TaskRunResultFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
TaskRunResultFluent.ValueNested<N> |
| Constructor and Description |
|---|
TaskRunResultFluent() |
TaskRunResultFluent(TaskRunResult instance) |
public TaskRunResultFluent()
public TaskRunResultFluent(TaskRunResult instance)
protected void copyInstance(TaskRunResult instance)
public String getName()
public boolean hasName()
public String getType()
public boolean hasType()
public ParamValue buildValue()
public A withValue(ParamValue value)
public boolean hasValue()
public TaskRunResultFluent.ValueNested<A> withNewValue()
public TaskRunResultFluent.ValueNested<A> withNewValueLike(ParamValue item)
public TaskRunResultFluent.ValueNested<A> editValue()
public TaskRunResultFluent.ValueNested<A> editOrNewValue()
public TaskRunResultFluent.ValueNested<A> editOrNewValueLike(ParamValue item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
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.