public class ContainerChangeFluentImpl<A extends ContainerChangeFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements ContainerChangeFluent<A>
| Constructor and Description |
|---|
ContainerChangeFluentImpl() |
ContainerChangeFluentImpl(ContainerChange instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getKind() |
String |
getPath() |
Boolean |
hasKind() |
Boolean |
hasPath() |
A |
withKind(Integer Kind) |
A |
withPath(String Path) |
public ContainerChangeFluentImpl()
public ContainerChangeFluentImpl(ContainerChange instance)
public Integer getKind()
getKind in interface ContainerChangeFluent<A extends ContainerChangeFluent<A>>public A withKind(Integer Kind)
withKind in interface ContainerChangeFluent<A extends ContainerChangeFluent<A>>public Boolean hasKind()
hasKind in interface ContainerChangeFluent<A extends ContainerChangeFluent<A>>public String getPath()
getPath in interface ContainerChangeFluent<A extends ContainerChangeFluent<A>>public A withPath(String Path)
withPath in interface ContainerChangeFluent<A extends ContainerChangeFluent<A>>public Boolean hasPath()
hasPath in interface ContainerChangeFluent<A extends ContainerChangeFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.