public class ImageDeleteFluentImpl<A extends ImageDeleteFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements ImageDeleteFluent<A>
| Constructor and Description |
|---|
ImageDeleteFluentImpl() |
ImageDeleteFluentImpl(ImageDelete instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDeleted() |
String |
getUntagged() |
Boolean |
hasDeleted() |
Boolean |
hasUntagged() |
A |
withDeleted(String Deleted) |
A |
withUntagged(String Untagged) |
public ImageDeleteFluentImpl()
public ImageDeleteFluentImpl(ImageDelete instance)
public String getDeleted()
getDeleted in interface ImageDeleteFluent<A extends ImageDeleteFluent<A>>public A withDeleted(String Deleted)
withDeleted in interface ImageDeleteFluent<A extends ImageDeleteFluent<A>>public Boolean hasDeleted()
hasDeleted in interface ImageDeleteFluent<A extends ImageDeleteFluent<A>>public String getUntagged()
getUntagged in interface ImageDeleteFluent<A extends ImageDeleteFluent<A>>public A withUntagged(String Untagged)
withUntagged in interface ImageDeleteFluent<A extends ImageDeleteFluent<A>>public Boolean hasUntagged()
hasUntagged in interface ImageDeleteFluent<A extends ImageDeleteFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.