public class ImageHistoryFluentImpl<T extends ImageHistoryFluent<T>> extends io.fabric8.docker.api.builder.BaseFluent<T> implements ImageHistoryFluent<T>
| Constructor and Description |
|---|
ImageHistoryFluentImpl() |
ImageHistoryFluentImpl(ImageHistory instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToTags(String... items) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getComment() |
Long |
getCreated() |
String |
getCreatedBy() |
String |
getId() |
Long |
getSize() |
List<String> |
getTags() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromTags(String... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withComment(String Comment) |
T |
withCreated(Long Created) |
T |
withCreatedBy(String CreatedBy) |
T |
withId(String Id) |
T |
withSize(Long Size) |
T |
withTags(List<String> Tags) |
T |
withTags(String... Tags) |
public ImageHistoryFluentImpl()
public ImageHistoryFluentImpl(ImageHistory instance)
public String getComment()
getComment in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public T withComment(String Comment)
withComment in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public Long getCreated()
getCreated in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public T withCreated(Long Created)
withCreated in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public String getCreatedBy()
getCreatedBy in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public T withCreatedBy(String CreatedBy)
withCreatedBy in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public String getId()
getId in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public T withId(String Id)
withId in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public Long getSize()
getSize in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public T withSize(Long Size)
withSize in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public T addToTags(String... items)
addToTags in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public T removeFromTags(String... items)
removeFromTags in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public List<String> getTags()
getTags in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public T withTags(List<String> Tags)
withTags in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public T withTags(String... Tags)
withTags in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ImageHistoryFluent<T extends ImageHistoryFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.