com.github.dockerjava.api.model
Class Image
java.lang.Object
com.github.dockerjava.api.model.Image
public class Image
- extends Object
- Author:
- Konstantin Pelykh ([email protected])
Constructor Summary |
Image()
|
Image
public Image()
getId
public String getId()
getRepoTags
public String[] getRepoTags()
getParentId
public String getParentId()
getCreated
public long getCreated()
getSize
public long getSize()
getVirtualSize
public long getVirtualSize()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2014. All rights reserved.