public interface TaskResultFluent<A extends TaskResultFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToProperties(Map<String,PropertySpec> map) |
A |
addToProperties(String key,
PropertySpec value) |
String |
getDescription() |
String |
getName() |
Map<String,PropertySpec> |
getProperties() |
String |
getType() |
Boolean |
hasDescription() |
Boolean |
hasName() |
Boolean |
hasProperties() |
Boolean |
hasType() |
A |
removeFromProperties(Map<String,PropertySpec> map) |
A |
removeFromProperties(String key) |
A |
withDescription(String description) |
A |
withName(String name) |
<K,V> A |
withProperties(Map<String,PropertySpec> properties) |
A |
withType(String type) |
String getDescription()
Boolean hasDescription()
String getName()
Boolean hasName()
A addToProperties(String key, PropertySpec value)
A addToProperties(Map<String,PropertySpec> map)
A removeFromProperties(Map<String,PropertySpec> map)
Map<String,PropertySpec> getProperties()
<K,V> A withProperties(Map<String,PropertySpec> properties)
Boolean hasProperties()
String getType()
Boolean hasType()
Copyright © 2015–2023 Red Hat. All rights reserved.