Class AutoValue_Event_Actor
- java.lang.Object
-
- com.spotify.docker.client.messages.Event.Actor
-
- com.spotify.docker.client.messages.AutoValue_Event_Actor
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_Event_Actor extends Event.Actor
-
-
Field Summary
Fields Modifier and Type Field Description private com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String>attributesprivate java.lang.Stringid
-
Constructor Summary
Constructors Constructor Description AutoValue_Event_Actor(java.lang.String id, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String>attributes()booleanequals(java.lang.Object o)inthashCode()java.lang.Stringid()java.lang.StringtoString()-
Methods inherited from class com.spotify.docker.client.messages.Event.Actor
create
-
-
-
-
Method Detail
-
id
public java.lang.String id()
- Specified by:
idin classEvent.Actor
-
attributes
@Nullable public com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> attributes()
- Specified by:
attributesin classEvent.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
-
-