public class InspectImageResponse extends Object
| Constructor and Description |
|---|
InspectImageResponse() |
@CheckForNull public String getArch()
archpublic InspectImageResponse withArch(String arch)
arch@CheckForNull public String getAuthor()
authorpublic InspectImageResponse withAuthor(String author)
author@CheckForNull public String getComment()
commentpublic InspectImageResponse withComment(String comment)
comment@CheckForNull public ContainerConfig getConfig()
configpublic InspectImageResponse withConfig(ContainerConfig config)
config@CheckForNull public String getContainer()
containerpublic InspectImageResponse withContainer(String container)
container@CheckForNull public ContainerConfig getContainerConfig()
containerConfigpublic InspectImageResponse withContainerConfig(ContainerConfig containerConfig)
containerConfig@CheckForNull public String getCreated()
createdpublic InspectImageResponse withCreated(String created)
created@CheckForNull public String getDockerVersion()
dockerVersionpublic InspectImageResponse withDockerVersion(String dockerVersion)
dockerVersion@CheckForNull public String getId()
idpublic InspectImageResponse withId(String id)
id@CheckForNull public String getOs()
ospublic InspectImageResponse withOs(String os)
os@CheckForNull public String getParent()
parentpublic InspectImageResponse withParent(String parent)
parent@CheckForNull public List<String> getRepoTags()
repoTagspublic InspectImageResponse withRepoTags(List<String> repoTags)
repoTags@CheckForNull public Long getSize()
sizepublic InspectImageResponse withSize(Long size)
size@CheckForNull public List<String> getRepoDigests()
repoDigestspublic InspectImageResponse withRepoDigests(List<String> repoDigests)
repoDigests@CheckForNull public GraphDriver getGraphDriver()
graphDriverpublic InspectImageResponse withGraphDriver(GraphDriver graphDriver)
graphDriver@CheckForNull public Long getVirtualSize()
virtualSizepublic InspectImageResponse withVirtualSize(Long virtualSize)
virtualSizeCopyright © 2017. All Rights Reserved.