com.github.dockerjava.api.model
Class Image

java.lang.Object
  extended by com.github.dockerjava.api.model.Image

public class Image
extends Object

Author:
Konstantin Pelykh ([email protected])

Constructor Summary
Image()
           
 
Method Summary
 long getCreated()
           
 String getId()
           
 String getParentId()
           
 String[] getRepoTags()
           
 long getSize()
           
 long getVirtualSize()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Image

public Image()
Method Detail

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.