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 Modifier and Type Field Description private java.lang.Stringactionprivate Event.Actoractorprivate java.lang.Stringfromprivate java.lang.Stringidprivate java.lang.Stringstatusprivate java.util.Datetimeprivate java.lang.LongtimeNanoprivate Event.Typetype
-
Constructor Summary
Constructors Constructor Description AutoValue_Event(java.lang.String status, java.lang.String id, java.lang.String from, Event.Type type, java.lang.String action, Event.Actor actor, java.util.Date time, java.lang.Long timeNano)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Stringaction()Event action.Event.Actoractor()Event actor.booleanequals(java.lang.Object o)java.lang.Stringfrom()Deprecated.inthashCode()java.lang.Stringid()Deprecated.java.lang.Stringstatus()Deprecated.java.util.Datetime()java.lang.LongtimeNano()java.lang.StringtoString()Event.Typetype()
-
-
-
Field Detail
-
status
private final java.lang.String status
-
id
private final java.lang.String id
-
from
private final java.lang.String from
-
type
private final Event.Type type
-
action
private final java.lang.String action
-
actor
private final Event.Actor actor
-
time
private final java.util.Date time
-
timeNano
private final java.lang.Long timeNano
-
-
Constructor Detail
-
AutoValue_Event
AutoValue_Event(@Nullable java.lang.String status, @Nullable java.lang.String id, @Nullable java.lang.String from, @Nullable Event.Type type, @Nullable java.lang.String action, @Nullable Event.Actor actor, java.util.Date time, @Nullable java.lang.Long timeNano)
-
-
Method Detail
-
status
@Deprecated @Nullable public java.lang.String status()
Deprecated.Description copied from class:EventEvent status.
-
id
@Deprecated @Nullable public java.lang.String id()
Deprecated.Description copied from class:EventEvent actor id. When the event type is "container" this is the container id.
-
from
@Deprecated @Nullable public java.lang.String from()
Deprecated.Description copied from class:EventWhen the event type is "container" this is the image id.
-
type
@Nullable public Event.Type type()
-
action
@Nullable public java.lang.String action()
Description copied from class:EventEvent action.
-
actor
@Nullable public Event.Actor actor()
Description copied from class:EventEvent actor.- Specified by:
actorin classEvent- Returns:
Event.Actor
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-