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>
attributes
private java.lang.String
id
-
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()
boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
id()
java.lang.String
toString()
-
Methods inherited from class com.spotify.docker.client.messages.Event.Actor
create
-
-
-
-
Method Detail
-
id
public java.lang.String id()
- Specified by:
id
in classEvent.Actor
-
attributes
@Nullable public com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> attributes()
- Specified by:
attributes
in classEvent.Actor
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-