public class TaskResultFluentImpl<A extends TaskResultFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TaskResultFluent<A>
| Constructor and Description |
|---|
TaskResultFluentImpl() |
TaskResultFluentImpl(TaskResult instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToProperties(Map<String,PropertySpec> map) |
A |
addToProperties(String key,
PropertySpec value) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getName() |
Map<String,PropertySpec> |
getProperties() |
String |
getType() |
Boolean |
hasDescription() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasProperties() |
Boolean |
hasType() |
A |
removeFromProperties(Map<String,PropertySpec> map) |
A |
removeFromProperties(String key) |
String |
toString() |
A |
withDescription(String description) |
A |
withName(String name) |
<K,V> A |
withProperties(Map<String,PropertySpec> properties) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TaskResultFluentImpl()
public TaskResultFluentImpl(TaskResult instance)
public String getDescription()
getDescription in interface TaskResultFluent<A extends TaskResultFluent<A>>public A withDescription(String description)
withDescription in interface TaskResultFluent<A extends TaskResultFluent<A>>public Boolean hasDescription()
hasDescription in interface TaskResultFluent<A extends TaskResultFluent<A>>public String getName()
getName in interface TaskResultFluent<A extends TaskResultFluent<A>>public A withName(String name)
withName in interface TaskResultFluent<A extends TaskResultFluent<A>>public Boolean hasName()
hasName in interface TaskResultFluent<A extends TaskResultFluent<A>>public A addToProperties(String key, PropertySpec value)
addToProperties in interface TaskResultFluent<A extends TaskResultFluent<A>>public A addToProperties(Map<String,PropertySpec> map)
addToProperties in interface TaskResultFluent<A extends TaskResultFluent<A>>public A removeFromProperties(String key)
removeFromProperties in interface TaskResultFluent<A extends TaskResultFluent<A>>public A removeFromProperties(Map<String,PropertySpec> map)
removeFromProperties in interface TaskResultFluent<A extends TaskResultFluent<A>>public Map<String,PropertySpec> getProperties()
getProperties in interface TaskResultFluent<A extends TaskResultFluent<A>>public <K,V> A withProperties(Map<String,PropertySpec> properties)
withProperties in interface TaskResultFluent<A extends TaskResultFluent<A>>public Boolean hasProperties()
hasProperties in interface TaskResultFluent<A extends TaskResultFluent<A>>public String getType()
getType in interface TaskResultFluent<A extends TaskResultFluent<A>>public A withType(String type)
withType in interface TaskResultFluent<A extends TaskResultFluent<A>>public Boolean hasType()
hasType in interface TaskResultFluent<A extends TaskResultFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TaskResultFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TaskResultFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.