public class VolumeErrorFluentImpl<A extends VolumeErrorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements VolumeErrorFluent<A>
| Constructor and Description |
|---|
VolumeErrorFluentImpl() |
VolumeErrorFluentImpl(VolumeError instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getMessage() |
String |
getTime() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasMessage() |
Boolean |
hasTime() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withMessage(String message) |
A |
withNewMessage(String arg0)
Deprecated.
|
A |
withNewTime(String arg0)
Deprecated.
|
A |
withTime(String time) |
public VolumeErrorFluentImpl()
public VolumeErrorFluentImpl(VolumeError instance)
public String getMessage()
getMessage in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public A withMessage(String message)
withMessage in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public Boolean hasMessage()
hasMessage in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>@Deprecated public A withNewMessage(String arg0)
withNewMessage in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public String getTime()
getTime in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public A withTime(String time)
withTime in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public Boolean hasTime()
hasTime in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>@Deprecated public A withNewTime(String arg0)
withNewTime in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.