com.github.dockerjava.client.model
Class Image

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

public class Image
extends Object

Author:
Konstantin Pelykh ([email protected])

Constructor Summary
Image()
           
 
Method Summary
 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()
           
 
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()

setId

public void setId(String id)

getRepoTags

public String[] getRepoTags()

setRepoTags

public void setRepoTags(String[] repoTags)

getRepository

public String getRepository()

setRepository

public void setRepository(String repository)

getTag

public String getTag()

setTag

public void setTag(String tag)

getParentId

public String getParentId()

setParentId

public void setParentId(String parentId)

getCreated

public long getCreated()

setCreated

public void setCreated(long created)

getSize

public long getSize()

setSize

public void setSize(long size)

getVirtualSize

public long getVirtualSize()

setVirtualSize

public void setVirtualSize(long virtualSize)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.