public class ImageHistory extends Object
DockerFly Framework. WebSite: https://git.oschina.net/helyho/JDocker Licence: Apache v2 License
| 构造器和说明 |
|---|
ImageHistory() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getComment() |
Date |
getCreated() |
String |
getCreatedBy() |
String |
getId() |
Long |
getSize() |
List<String> |
getTags() |
static List<ImageHistory> |
load(String jsonStr) |
void |
setComment(String comment) |
void |
setCreated(Long created) |
void |
setCreatedBy(String createdBy) |
void |
setId(String id) |
void |
setSize(Long size) |
void |
setTags(List<String> tags) |
public String getId()
public void setId(String id)
public Date getCreated()
public void setCreated(Long created)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public Long getSize()
public void setSize(Long size)
public String getComment()
public void setComment(String comment)
public static List<ImageHistory> load(String jsonStr) throws ParseException, ReflectiveOperationException
Copyright © 2017 Voovan. All rights reserved.