Class AutoValue_UnlockKey
- java.lang.Object
-
- com.spotify.docker.client.messages.swarm.UnlockKey
-
- com.spotify.docker.client.messages.swarm.AutoValue_UnlockKey
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_UnlockKey extends UnlockKey
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
unlockKey
-
Constructor Summary
Constructors Constructor Description AutoValue_UnlockKey(java.lang.String unlockKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
java.lang.String
unlockKey()
-