com.github.dockerjava.api.command
Class CreateContainerResponse
java.lang.Object
com.github.dockerjava.api.command.CreateContainerResponse
public class CreateContainerResponse
- extends Object
- Author:
- Konstantin Pelykh ([email protected])
CreateContainerResponse
public CreateContainerResponse()
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.