com.github.dockerjava.api.command
Class TopContainerResponse

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

public class TopContainerResponse
extends Object

Author:
marcus

Constructor Summary
TopContainerResponse()
           
 
Method Summary
 String[][] getProcesses()
           
 String[] getTitles()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TopContainerResponse

public TopContainerResponse()
Method Detail

getTitles

public String[] getTitles()

getProcesses

public String[][] getProcesses()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.