public static class DockerClient.EventsParam extends Object
DockerClient.events(EventsParam...)| Modifier and Type | Field and Description |
|---|---|
private String |
name |
private String |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
EventsParam(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static DockerClient.EventsParam |
filter(String name,
String value)
Apply filters to the returned events
|
String |
name()
Parameter name.
|
static DockerClient.EventsParam |
since(Long since)
Filter events since the given timestamp
|
static DockerClient.EventsParam |
until(Long until)
Filter events until the given timestamp
|
String |
value()
Parameter value.
|
public String name()
public String value()
public static DockerClient.EventsParam until(Long until)
until - Return events up until this Unix timestamp.DockerClient.EventsParampublic static DockerClient.EventsParam since(Long since)
since - Return events since this Unix timestamp.DockerClient.EventsParampublic static DockerClient.EventsParam filter(String name, String value)
name - Namevalue - ValueDockerClient.EventsParamCopyright © 2016. All rights reserved.