public class ImageLayerFluentImpl<T extends ImageLayerFluent<T>> extends BaseFluent<T> implements ImageLayerFluent<T>
_visitables| Constructor and Description |
|---|
ImageLayerFluentImpl() |
ImageLayerFluentImpl(ImageLayer 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 |
getName() |
Long |
getSize() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withName(String name) |
T |
withSize(Long size) |
public ImageLayerFluentImpl()
public ImageLayerFluentImpl(ImageLayer instance)
public String getName()
getName in interface ImageLayerFluent<T extends ImageLayerFluent<T>>public T withName(String name)
withName in interface ImageLayerFluent<T extends ImageLayerFluent<T>>public Long getSize()
getSize in interface ImageLayerFluent<T extends ImageLayerFluent<T>>public T withSize(Long size)
withSize in interface ImageLayerFluent<T extends ImageLayerFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ImageLayerFluent<T extends ImageLayerFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ImageLayerFluent<T extends ImageLayerFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ImageLayerFluent<T extends ImageLayerFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ImageLayerFluent<T extends ImageLayerFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ImageLayerFluent<T extends ImageLayerFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ImageLayerFluent<T extends ImageLayerFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.