com.github.dockerjava.client.command
Class UnpauseContainerCmd

java.lang.Object
  extended by com.github.dockerjava.client.command.AbstrDockerCmd<UnpauseContainerCmd,Integer>
      extended by com.github.dockerjava.client.command.UnpauseContainerCmd
All Implemented Interfaces:
DockerCmd<Integer>

public class UnpauseContainerCmd
extends AbstrDockerCmd<UnpauseContainerCmd,Integer>

Unpause a container.


Field Summary
 
Fields inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
baseResource
 
Constructor Summary
UnpauseContainerCmd(String containerId)
           
 
Method Summary
 String getContainerId()
           
protected  Integer impl()
           
 String toString()
           
 UnpauseContainerCmd withContainerId(String containerId)
           
 
Methods inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
exec, withBaseResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnpauseContainerCmd

public UnpauseContainerCmd(String containerId)
Method Detail

getContainerId

public String getContainerId()

withContainerId

public UnpauseContainerCmd withContainerId(String containerId)

toString

public String toString()
Overrides:
toString in class Object

impl

protected Integer impl()
                throws DockerException
Throws:
DockerException


Copyright © 2014. All rights reserved.