public class PersistentVolumeStatusFluentImpl<T extends PersistentVolumeStatusFluent<T>> extends BaseFluent<T> implements PersistentVolumeStatusFluent<T>
_visitables| Constructor and Description |
|---|
PersistentVolumeStatusFluentImpl() |
PersistentVolumeStatusFluentImpl(PersistentVolumeStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getMessage() |
String |
getPhase() |
String |
getReason() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withMessage(String message) |
T |
withPhase(String phase) |
T |
withReason(String reason) |
public PersistentVolumeStatusFluentImpl()
public PersistentVolumeStatusFluentImpl(PersistentVolumeStatus instance)
public String getMessage()
getMessage in interface PersistentVolumeStatusFluent<T extends PersistentVolumeStatusFluent<T>>public T withMessage(String message)
withMessage in interface PersistentVolumeStatusFluent<T extends PersistentVolumeStatusFluent<T>>public String getPhase()
getPhase in interface PersistentVolumeStatusFluent<T extends PersistentVolumeStatusFluent<T>>public T withPhase(String phase)
withPhase in interface PersistentVolumeStatusFluent<T extends PersistentVolumeStatusFluent<T>>public String getReason()
getReason in interface PersistentVolumeStatusFluent<T extends PersistentVolumeStatusFluent<T>>public T withReason(String reason)
withReason in interface PersistentVolumeStatusFluent<T extends PersistentVolumeStatusFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PersistentVolumeStatusFluent<T extends PersistentVolumeStatusFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PersistentVolumeStatusFluent<T extends PersistentVolumeStatusFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PersistentVolumeStatusFluent<T extends PersistentVolumeStatusFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PersistentVolumeStatusFluent<T extends PersistentVolumeStatusFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PersistentVolumeStatusFluent<T extends PersistentVolumeStatusFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PersistentVolumeStatusFluent<T extends PersistentVolumeStatusFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.