public class ImageListInfo extends Object
DockerFly Framework. WebSite: https://git.oschina.net/helyho/JDocker Licence: Apache v2 License
| 构造器和说明 |
|---|
ImageListInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
getCreated() |
String |
getId() |
Map<String,String> |
getLabels() |
String |
getParentId() |
List<String> |
getRepoDigests() |
List<String> |
getRepoTags() |
Long |
getSize() |
Long |
getVirtualSize() |
static List<ImageListInfo> |
load(String jsonStr) |
void |
setCreated(Long created) |
void |
setId(String id) |
void |
setLabels(Map<String,String> labels) |
void |
setParentId(String parentId) |
void |
setRepoDigests(List<String> repoDigests) |
void |
setRepoTags(List<String> repoTags) |
void |
setSize(Long size) |
void |
setVirtualSize(Long virtualSize) |
public String getId()
public void setId(String id)
public String getParentId()
public void setParentId(String parentId)
public Date getCreated()
public void setCreated(Long created)
public Long getSize()
public void setSize(Long size)
public Long getVirtualSize()
public void setVirtualSize(Long virtualSize)
public static List<ImageListInfo> load(String jsonStr) throws ParseException, ReflectiveOperationException
Copyright © 2017 Voovan. All rights reserved.