com.github.dockerjava.api.command
Class InspectContainerResponse.ContainerState

java.lang.Object
  extended by com.github.dockerjava.api.command.InspectContainerResponse.ContainerState
Enclosing class:
InspectContainerResponse

public class InspectContainerResponse.ContainerState
extends Object


Constructor Summary
InspectContainerResponse.ContainerState()
           
 
Method Summary
 int getExitCode()
           
 String getFinishedAt()
           
 int getPid()
           
 String getStartedAt()
           
 boolean isPaused()
           
 boolean isRunning()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InspectContainerResponse.ContainerState

public InspectContainerResponse.ContainerState()
Method Detail

isRunning

public boolean isRunning()

isPaused

public boolean isPaused()

getPid

public int getPid()

getExitCode

public int getExitCode()

getStartedAt

public String getStartedAt()

getFinishedAt

public String getFinishedAt()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.