public class Event extends Object
Constructor and Description |
---|
Event()
Default constructor for the deserialization.
|
Event(String status,
String id,
String from,
long time)
Constructor.
|
public Event()
public Event(String status, String id, String from, long time)
id
- Container IDstatus
- Status string. List of statuses is available in Docker
API v.1.16from
- Image, from which the container has been createdtime
- Event time The time is specified in milliseconds since January 1, 1970, 00:00:00 GMTpublic String getStatus()
public String getId()
public String getFrom()
public long getTime()
Copyright © 2015. All Rights Reserved.