com.kpelykh.docker.client.model
Class ContainerInspectResponse.ContainerState

java.lang.Object
  extended by com.kpelykh.docker.client.model.ContainerInspectResponse.ContainerState
Enclosing class:
ContainerInspectResponse

public class ContainerInspectResponse.ContainerState
extends Object


Field Summary
 int exitCode
           
 boolean ghost
           
 int pid
           
 boolean running
           
 String startedAt
           
 
Constructor Summary
ContainerInspectResponse.ContainerState()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

running

public boolean running

pid

public int pid

exitCode

public int exitCode

startedAt

public String startedAt

ghost

public boolean ghost
Constructor Detail

ContainerInspectResponse.ContainerState

public ContainerInspectResponse.ContainerState()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.