com.kpelykh.docker.client.model
public class Image extends Object
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreated() |
String |
getId() |
String |
getParentId() |
String |
getRepository() |
String[] |
getRepoTags() |
long |
getSize() |
String |
getTag() |
long |
getVirtualSize() |
void |
setCreated(long created) |
void |
setId(String id) |
void |
setParentId(String parentId) |
void |
setRepository(String repository) |
void |
setRepoTags(String[] repoTags) |
void |
setSize(long size) |
void |
setTag(String tag) |
void |
setVirtualSize(long virtualSize) |
String |
toString() |
public String getId()
public void setId(String id)
public String[] getRepoTags()
public void setRepoTags(String[] repoTags)
public String getRepository()
public void setRepository(String repository)
public String getTag()
public void setTag(String tag)
public String getParentId()
public void setParentId(String parentId)
public long getCreated()
public void setCreated(long created)
public long getSize()
public void setSize(long size)
public long getVirtualSize()
public void setVirtualSize(long virtualSize)
Copyright © 2014. All Rights Reserved.