public interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>
extends io.fabric8.docker.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getLinkTarget() |
Integer |
getMode() |
String |
getMtime() |
String |
getName() |
Long |
getSize() |
Boolean |
hasLinkTarget() |
Boolean |
hasMode() |
Boolean |
hasMtime() |
Boolean |
hasName() |
Boolean |
hasSize() |
A |
withLinkTarget(String linkTarget) |
A |
withMode(Integer mode) |
A |
withMtime(String mtime) |
A |
withName(String name) |
A |
withSize(Long size) |
Copyright © 2015–2017 Red Hat. All rights reserved.