Class AutoValue_Event
java.lang.Object
com.spotify.docker.client.messages.Event
com.spotify.docker.client.messages.AutoValue_Event
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_Event
extends Event
-
Nested Class Summary
Nested classes/interfaces inherited from class com.spotify.docker.client.messages.Event
Event.Actor, Event.Type
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_Event
(String status, String id, String from, Event.Type type, String action, Event.Actor actor, Date time, Long timeNano) -
Method Summary
-
Field Details
-
status
-
id
-
from
-
type
-
action
-
actor
-
time
-
timeNano
-
-
Constructor Details
-
AutoValue_Event
-
-
Method Details
-
status
Deprecated.Description copied from class:Event
Event status. -
id
Deprecated.Description copied from class:Event
Event actor id. When the event type is "container" this is the container id. -
from
Deprecated.Description copied from class:Event
When the event type is "container" this is the image id. -
type
-
action
Description copied from class:Event
Event action. -
actor
Description copied from class:Event
Event actor.- Specified by:
actor
in classEvent
- Returns:
Event.Actor
-
time
-
timeNano
-
toString
-
equals
-
hashCode
public int hashCode()
-