com.github.dockerjava.api.command
Class CreateImageResponse

java.lang.Object
  extended by com.github.dockerjava.api.command.CreateImageResponse

public class CreateImageResponse
extends Object

Parse reponses from /images/create

Author:
Ryan Campbell ([email protected])

Constructor Summary
CreateImageResponse()
           
 
Method Summary
 String getId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateImageResponse

public CreateImageResponse()
Method Detail

getId

public String getId()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.