public interface LastOperationFluent<A extends LastOperationFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDescription() |
String |
getLastUpdated() |
String |
getState() |
String |
getType() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasDescription() |
Boolean |
hasLastUpdated() |
Boolean |
hasState() |
Boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDescription(String description) |
A |
withLastUpdated(String lastUpdated) |
A |
withNewDescription(String arg0)
Deprecated.
|
A |
withNewLastUpdated(String arg0)
Deprecated.
|
A |
withNewState(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withState(String state) |
A |
withType(String type) |
String getDescription()
Boolean hasDescription()
@Deprecated A withNewDescription(String arg0)
String getLastUpdated()
Boolean hasLastUpdated()
@Deprecated A withNewLastUpdated(String arg0)
String getState()
Boolean hasState()
@Deprecated A withNewState(String arg0)
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.