Class AutoValue_SecretSpec
java.lang.Object
com.spotify.docker.client.messages.swarm.SecretSpec
com.spotify.docker.client.messages.swarm.AutoValue_SecretSpec
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_SecretSpec
extends SecretSpec
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AutoValue_SecretSpec
(String name, com.google.common.collect.ImmutableMap<String, String> labels, String data) -
Method Summary
Methods inherited from class com.spotify.docker.client.messages.swarm.SecretSpec
builder, create
-
Field Details
-
name
-
labels
-
data
-
-
Constructor Details
-
AutoValue_SecretSpec
-
-
Method Details
-
name
- Specified by:
name
in classSecretSpec
-
labels
- Specified by:
labels
in classSecretSpec
-
data
- Specified by:
data
in classSecretSpec
-
toString
-
equals
-
hashCode
public int hashCode()
-