com.github.dockerjava.api.model
Class Event

java.lang.Object
  extended by com.github.dockerjava.api.model.Event

public class Event
extends Object

Representation of a Docker event.


Constructor Summary
Event()
           
 
Method Summary
 String getFrom()
           
 String getId()
           
 String getStatus()
           
 long getTime()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Event

public Event()
Method Detail

getStatus

public String getStatus()

getId

public String getId()

getFrom

public String getFrom()

getTime

public long getTime()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.