public class ContainerPathStatFluentImpl<A extends ContainerPathStatFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements ContainerPathStatFluent<A>
| Constructor and Description |
|---|
ContainerPathStatFluentImpl() |
ContainerPathStatFluentImpl(ContainerPathStat instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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) |
public ContainerPathStatFluentImpl()
public ContainerPathStatFluentImpl(ContainerPathStat instance)
public String getLinkTarget()
getLinkTarget in interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>public A withLinkTarget(String linkTarget)
withLinkTarget in interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>public Boolean hasLinkTarget()
hasLinkTarget in interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>public Integer getMode()
getMode in interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>public A withMode(Integer mode)
withMode in interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>public Boolean hasMode()
hasMode in interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>public String getMtime()
getMtime in interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>public A withMtime(String mtime)
withMtime in interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>public Boolean hasMtime()
hasMtime in interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>public String getName()
getName in interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>public A withName(String name)
withName in interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>public Boolean hasName()
hasName in interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>public Long getSize()
getSize in interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>public A withSize(Long size)
withSize in interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>public Boolean hasSize()
hasSize in interface ContainerPathStatFluent<A extends ContainerPathStatFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.