public class ImageFluentImpl<T extends ImageFluent<T>> extends io.fabric8.docker.api.builder.BaseFluent<T> implements ImageFluent<T>
| Constructor and Description |
|---|
ImageFluentImpl() |
ImageFluentImpl(Image instance) |
public ImageFluentImpl()
public ImageFluentImpl(Image instance)
public Long getCreated()
getCreated in interface ImageFluent<T extends ImageFluent<T>>public T withCreated(Long Created)
withCreated in interface ImageFluent<T extends ImageFluent<T>>public String getId()
getId in interface ImageFluent<T extends ImageFluent<T>>public T withId(String Id)
withId in interface ImageFluent<T extends ImageFluent<T>>public T addToLabels(String key, String value)
addToLabels in interface ImageFluent<T extends ImageFluent<T>>public T addToLabels(Map<String,String> map)
addToLabels in interface ImageFluent<T extends ImageFluent<T>>public T removeFromLabels(String key)
removeFromLabels in interface ImageFluent<T extends ImageFluent<T>>public T removeFromLabels(Map<String,String> map)
removeFromLabels in interface ImageFluent<T extends ImageFluent<T>>public Map<String,String> getLabels()
getLabels in interface ImageFluent<T extends ImageFluent<T>>public T withLabels(Map<String,String> Labels)
withLabels in interface ImageFluent<T extends ImageFluent<T>>public String getParentId()
getParentId in interface ImageFluent<T extends ImageFluent<T>>public T withParentId(String ParentId)
withParentId in interface ImageFluent<T extends ImageFluent<T>>public T addToRepoDigests(String... items)
addToRepoDigests in interface ImageFluent<T extends ImageFluent<T>>public T removeFromRepoDigests(String... items)
removeFromRepoDigests in interface ImageFluent<T extends ImageFluent<T>>public List<String> getRepoDigests()
getRepoDigests in interface ImageFluent<T extends ImageFluent<T>>public T withRepoDigests(List<String> RepoDigests)
withRepoDigests in interface ImageFluent<T extends ImageFluent<T>>public T withRepoDigests(String... RepoDigests)
withRepoDigests in interface ImageFluent<T extends ImageFluent<T>>public T addToRepoTags(String... items)
addToRepoTags in interface ImageFluent<T extends ImageFluent<T>>public T removeFromRepoTags(String... items)
removeFromRepoTags in interface ImageFluent<T extends ImageFluent<T>>public List<String> getRepoTags()
getRepoTags in interface ImageFluent<T extends ImageFluent<T>>public T withRepoTags(List<String> RepoTags)
withRepoTags in interface ImageFluent<T extends ImageFluent<T>>public T withRepoTags(String... RepoTags)
withRepoTags in interface ImageFluent<T extends ImageFluent<T>>public Long getSize()
getSize in interface ImageFluent<T extends ImageFluent<T>>public T withSize(Long Size)
withSize in interface ImageFluent<T extends ImageFluent<T>>public Long getVirtualSize()
getVirtualSize in interface ImageFluent<T extends ImageFluent<T>>public T withVirtualSize(Long VirtualSize)
withVirtualSize in interface ImageFluent<T extends ImageFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ImageFluent<T extends ImageFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ImageFluent<T extends ImageFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ImageFluent<T extends ImageFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ImageFluent<T extends ImageFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ImageFluent<T extends ImageFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ImageFluent<T extends ImageFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.