public class ImageHistoryFluentImpl<A extends ImageHistoryFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements ImageHistoryFluent<A>
| Constructor and Description |
|---|
ImageHistoryFluentImpl() |
ImageHistoryFluentImpl(ImageHistory instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToTags(Collection<String> items) |
A |
addToTags(int index,
String item) |
A |
addToTags(String... items) |
boolean |
equals(Object o) |
String |
getComment() |
Long |
getCreated() |
String |
getCreatedBy() |
String |
getFirstTag() |
String |
getId() |
String |
getLastTag() |
String |
getMatchingTag(io.fabric8.docker.api.builder.Predicate<String> predicate) |
Long |
getSize() |
String |
getTag(int index) |
List<String> |
getTags() |
Boolean |
hasComment() |
Boolean |
hasCreated() |
Boolean |
hasCreatedBy() |
Boolean |
hasId() |
Boolean |
hasSize() |
Boolean |
hasTags() |
A |
removeAllFromTags(Collection<String> items) |
A |
removeFromTags(String... items) |
A |
setToTags(int index,
String item) |
A |
withComment(String Comment) |
A |
withCreated(Long Created) |
A |
withCreatedBy(String CreatedBy) |
A |
withId(String Id) |
A |
withSize(Long Size) |
A |
withTags(List<String> Tags) |
A |
withTags(String... Tags) |
public ImageHistoryFluentImpl()
public ImageHistoryFluentImpl(ImageHistory instance)
public String getComment()
getComment in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public A withComment(String Comment)
withComment in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public Boolean hasComment()
hasComment in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public Long getCreated()
getCreated in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public A withCreated(Long Created)
withCreated in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public Boolean hasCreated()
hasCreated in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public String getCreatedBy()
getCreatedBy in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public A withCreatedBy(String CreatedBy)
withCreatedBy in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public Boolean hasCreatedBy()
hasCreatedBy in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public String getId()
getId in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public A withId(String Id)
withId in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public Boolean hasId()
hasId in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public Long getSize()
getSize in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public A withSize(Long Size)
withSize in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public Boolean hasSize()
hasSize in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public A addToTags(int index, String item)
addToTags in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public A setToTags(int index, String item)
setToTags in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public A addToTags(String... items)
addToTags in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public A addAllToTags(Collection<String> items)
addAllToTags in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public A removeFromTags(String... items)
removeFromTags in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public A removeAllFromTags(Collection<String> items)
removeAllFromTags in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public List<String> getTags()
getTags in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public String getTag(int index)
getTag in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public String getFirstTag()
getFirstTag in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public String getLastTag()
getLastTag in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public String getMatchingTag(io.fabric8.docker.api.builder.Predicate<String> predicate)
getMatchingTag in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public A withTags(List<String> Tags)
withTags in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public A withTags(String... Tags)
withTags in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>public Boolean hasTags()
hasTags in interface ImageHistoryFluent<A extends ImageHistoryFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.