public class ContainerImageFluentImpl<A extends ContainerImageFluent<A>> extends BaseFluent<A> implements ContainerImageFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
ContainerImageFluentImpl() |
ContainerImageFluentImpl(ContainerImage instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ContainerImageFluentImpl()
public ContainerImageFluentImpl(ContainerImage instance)
public A addToNames(Integer index, String item)
addToNames in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public A setToNames(Integer index, String item)
setToNames in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public A addToNames(String... items)
addToNames in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public A addAllToNames(Collection<String> items)
addAllToNames in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public A removeFromNames(String... items)
removeFromNames in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public A removeAllFromNames(Collection<String> items)
removeAllFromNames in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public List<String> getNames()
getNames in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public String getName(Integer index)
getName in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public String getFirstName()
getFirstName in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public String getLastName()
getLastName in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public String getMatchingName(Predicate<String> predicate)
getMatchingName in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public Boolean hasMatchingName(Predicate<String> predicate)
hasMatchingName in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public A withNames(List<String> names)
withNames in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public A withNames(String... names)
withNames in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public Boolean hasNames()
hasNames in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public Long getSizeBytes()
getSizeBytes in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public A withSizeBytes(Long sizeBytes)
withSizeBytes in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public Boolean hasSizeBytes()
hasSizeBytes in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ContainerImageFluent<A extends ContainerImageFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends ContainerImageFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends ContainerImageFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.