public class ImageDetail extends Object
| 构造器和说明 |
|---|
ImageDetail() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getArchitecture() |
String |
getAuthor() |
String |
getComment() |
Config |
getConfig() |
String |
getContainer() |
String |
getCreated() |
String |
getDockerVersion() |
GraphDriver |
getGraphDriver() |
String |
getId() |
String |
getOs() |
String |
getParent() |
List<String> |
getRepoDigests() |
List<String> |
getRepoTags() |
RootFS |
getRootFS() |
long |
getSize() |
long |
getVirtualSize() |
static ImageDetail |
load(String jsonStr) |
void |
setArchitecture(String architecture) |
void |
setAuthor(String author) |
void |
setComment(String comment) |
void |
setConfig(Config config) |
void |
setContainer(String container) |
void |
setCreated(String created) |
void |
setDockerVersion(String dockerVersion) |
void |
setGraphDriver(GraphDriver graphDriver) |
void |
setId(String id) |
void |
setOs(String os) |
void |
setParent(String parent) |
void |
setRepoDigests(List<String> repoDigests) |
void |
setRepoTags(List<String> repoTags) |
void |
setRootFS(RootFS rootFS) |
void |
setSize(long size) |
void |
setVirtualSize(long virtualSize) |
public String getId()
public void setId(String id)
public String getParent()
public void setParent(String parent)
public String getComment()
public void setComment(String comment)
public String getCreated()
public void setCreated(String created)
public String getContainer()
public void setContainer(String container)
public String getDockerVersion()
public void setDockerVersion(String dockerVersion)
public String getAuthor()
public void setAuthor(String author)
public String getArchitecture()
public void setArchitecture(String architecture)
public String getOs()
public void setOs(String os)
public long getSize()
public void setSize(long size)
public long getVirtualSize()
public void setVirtualSize(long virtualSize)
public Config getConfig()
public void setConfig(Config config)
public GraphDriver getGraphDriver()
public void setGraphDriver(GraphDriver graphDriver)
public RootFS getRootFS()
public void setRootFS(RootFS rootFS)
public static ImageDetail load(String jsonStr) throws ParseException, ReflectiveOperationException
Copyright © 2017 Voovan. All rights reserved.