public class DockerImageFluentImpl<A extends DockerImageFluent<A>> extends BaseFluent<A> implements DockerImageFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DockerImageFluentImpl.ConfigNestedImpl<N> |
class |
DockerImageFluentImpl.ContainerConfigNestedImpl<N> |
DockerImageFluent.ConfigNested<N>, DockerImageFluent.ContainerConfigNested<N>_visitables| Constructor and Description |
|---|
DockerImageFluentImpl() |
DockerImageFluentImpl(DockerImage instance) |
public DockerImageFluentImpl()
public DockerImageFluentImpl(DockerImage instance)
public String getArchitecture()
getArchitecture in interface DockerImageFluent<A extends DockerImageFluent<A>>public A withArchitecture(String architecture)
withArchitecture in interface DockerImageFluent<A extends DockerImageFluent<A>>public String getAuthor()
getAuthor in interface DockerImageFluent<A extends DockerImageFluent<A>>public A withAuthor(String author)
withAuthor in interface DockerImageFluent<A extends DockerImageFluent<A>>public String getComment()
getComment in interface DockerImageFluent<A extends DockerImageFluent<A>>public A withComment(String comment)
withComment in interface DockerImageFluent<A extends DockerImageFluent<A>>public DockerConfig getConfig()
getConfig in interface DockerImageFluent<A extends DockerImageFluent<A>>public A withConfig(DockerConfig config)
withConfig in interface DockerImageFluent<A extends DockerImageFluent<A>>public DockerImageFluent.ConfigNested<A> withNewConfig()
withNewConfig in interface DockerImageFluent<A extends DockerImageFluent<A>>public DockerImageFluent.ConfigNested<A> withNewConfigLike(DockerConfig item)
withNewConfigLike in interface DockerImageFluent<A extends DockerImageFluent<A>>public DockerImageFluent.ConfigNested<A> editConfig()
editConfig in interface DockerImageFluent<A extends DockerImageFluent<A>>public DockerImageFluent.ConfigNested<A> editOrNewConfig()
editOrNewConfig in interface DockerImageFluent<A extends DockerImageFluent<A>>public DockerImageFluent.ConfigNested<A> editOrNewConfigLike(DockerConfig item)
editOrNewConfigLike in interface DockerImageFluent<A extends DockerImageFluent<A>>public String getContainer()
getContainer in interface DockerImageFluent<A extends DockerImageFluent<A>>public A withContainer(String container)
withContainer in interface DockerImageFluent<A extends DockerImageFluent<A>>public DockerConfig getContainerConfig()
getContainerConfig in interface DockerImageFluent<A extends DockerImageFluent<A>>public A withContainerConfig(DockerConfig containerConfig)
withContainerConfig in interface DockerImageFluent<A extends DockerImageFluent<A>>public DockerImageFluent.ContainerConfigNested<A> withNewContainerConfig()
withNewContainerConfig in interface DockerImageFluent<A extends DockerImageFluent<A>>public DockerImageFluent.ContainerConfigNested<A> withNewContainerConfigLike(DockerConfig item)
withNewContainerConfigLike in interface DockerImageFluent<A extends DockerImageFluent<A>>public DockerImageFluent.ContainerConfigNested<A> editContainerConfig()
editContainerConfig in interface DockerImageFluent<A extends DockerImageFluent<A>>public DockerImageFluent.ContainerConfigNested<A> editOrNewContainerConfig()
editOrNewContainerConfig in interface DockerImageFluent<A extends DockerImageFluent<A>>public DockerImageFluent.ContainerConfigNested<A> editOrNewContainerConfigLike(DockerConfig item)
editOrNewContainerConfigLike in interface DockerImageFluent<A extends DockerImageFluent<A>>public String getCreated()
getCreated in interface DockerImageFluent<A extends DockerImageFluent<A>>public A withCreated(String created)
withCreated in interface DockerImageFluent<A extends DockerImageFluent<A>>public String getDockerVersion()
getDockerVersion in interface DockerImageFluent<A extends DockerImageFluent<A>>public A withDockerVersion(String dockerVersion)
withDockerVersion in interface DockerImageFluent<A extends DockerImageFluent<A>>public String getId()
getId in interface DockerImageFluent<A extends DockerImageFluent<A>>public A withId(String id)
withId in interface DockerImageFluent<A extends DockerImageFluent<A>>public String getParent()
getParent in interface DockerImageFluent<A extends DockerImageFluent<A>>public A withParent(String parent)
withParent in interface DockerImageFluent<A extends DockerImageFluent<A>>public Long getSize()
getSize in interface DockerImageFluent<A extends DockerImageFluent<A>>public A withSize(Long size)
withSize in interface DockerImageFluent<A extends DockerImageFluent<A>>public String getApiVersion()
getApiVersion in interface DockerImageFluent<A extends DockerImageFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface DockerImageFluent<A extends DockerImageFluent<A>>public String getKind()
getKind in interface DockerImageFluent<A extends DockerImageFluent<A>>public A withKind(String kind)
withKind in interface DockerImageFluent<A extends DockerImageFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.