com.github.dockerjava.api.command
Class CreateContainerResponse

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

public class CreateContainerResponse
extends Object

Author:
Konstantin Pelykh ([email protected])

Constructor Summary
CreateContainerResponse()
           
 
Method Summary
 String getId()
           
 String[] getWarnings()
           
 void setId(String id)
           
 void setWarnings(String[] warnings)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateContainerResponse

public CreateContainerResponse()
Method Detail

getId

public String getId()

getWarnings

public String[] getWarnings()

setId

public void setId(String id)

setWarnings

public void setWarnings(String[] warnings)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.