public class DoneableContainerPathStat extends ContainerPathStatFluentImpl<DoneableContainerPathStat> implements Doneable<ContainerPathStat>
| Constructor and Description |
|---|
DoneableContainerPathStat(ContainerPathStat item) |
DoneableContainerPathStat(ContainerPathStat item,
io.fabric8.docker.api.builder.Function<ContainerPathStat,ContainerPathStat> function) |
DoneableContainerPathStat(io.fabric8.docker.api.builder.Function<ContainerPathStat,ContainerPathStat> function) |
| Modifier and Type | Method and Description |
|---|---|
ContainerPathStat |
done() |
equals, getLinkTarget, getMode, getMtime, getName, getSize, hasLinkTarget, hasMode, hasMtime, hasName, hasSize, withLinkTarget, withMode, withMtime, withName, withSizepublic DoneableContainerPathStat(io.fabric8.docker.api.builder.Function<ContainerPathStat,ContainerPathStat> function)
public DoneableContainerPathStat(ContainerPathStat item, io.fabric8.docker.api.builder.Function<ContainerPathStat,ContainerPathStat> function)
public DoneableContainerPathStat(ContainerPathStat item)
public ContainerPathStat done()
done in interface Doneable<ContainerPathStat>Copyright © 2015–2017 Red Hat. All rights reserved.