public class ContainerImageFluentImpl<T extends ContainerImageFluent<T>> extends BaseFluent<T> implements ContainerImageFluent<T>
_visitables
Constructor and Description |
---|
ContainerImageFluentImpl() |
ContainerImageFluentImpl(ContainerImage instance) |
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToRepoTags(String... items) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getRepoTags() |
Long |
getSize() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromRepoTags(String... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withRepoTags(List<String> repoTags) |
T |
withRepoTags(String... repoTags) |
T |
withSize(Long size) |
public ContainerImageFluentImpl()
public ContainerImageFluentImpl(ContainerImage instance)
public T addToRepoTags(String... items)
addToRepoTags
in interface ContainerImageFluent<T extends ContainerImageFluent<T>>
public T removeFromRepoTags(String... items)
removeFromRepoTags
in interface ContainerImageFluent<T extends ContainerImageFluent<T>>
public List<String> getRepoTags()
getRepoTags
in interface ContainerImageFluent<T extends ContainerImageFluent<T>>
public T withRepoTags(List<String> repoTags)
withRepoTags
in interface ContainerImageFluent<T extends ContainerImageFluent<T>>
public T withRepoTags(String... repoTags)
withRepoTags
in interface ContainerImageFluent<T extends ContainerImageFluent<T>>
public Long getSize()
getSize
in interface ContainerImageFluent<T extends ContainerImageFluent<T>>
public T withSize(Long size)
withSize
in interface ContainerImageFluent<T extends ContainerImageFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface ContainerImageFluent<T extends ContainerImageFluent<T>>
public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface ContainerImageFluent<T extends ContainerImageFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface ContainerImageFluent<T extends ContainerImageFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface ContainerImageFluent<T extends ContainerImageFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface ContainerImageFluent<T extends ContainerImageFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface ContainerImageFluent<T extends ContainerImageFluent<T>>
Copyright © 2011–2016 Red Hat. All rights reserved.