Class AutoValue_RegistryAuth
java.lang.Object
com.spotify.docker.client.messages.RegistryAuth
com.spotify.docker.client.messages.AutoValue_RegistryAuth
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_RegistryAuth
extends RegistryAuth
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.spotify.docker.client.messages.RegistryAuth
builder, create, forAuth, fromDockerConfig, fromDockerConfig, fromDockerConfig, fromDockerConfig, toString
-
Field Details
-
username
-
password
-
email
-
serverAddress
-
identityToken
-
-
Constructor Details
-
AutoValue_RegistryAuth
-
-
Method Details
-
username
- Specified by:
username
in classRegistryAuth
-
password
- Specified by:
password
in classRegistryAuth
-
email
Description copied from class:RegistryAuth
Unused but must be a well-formed email address (e.g. 1234@5678.com).- Specified by:
email
in classRegistryAuth
-
serverAddress
- Specified by:
serverAddress
in classRegistryAuth
-
identityToken
- Specified by:
identityToken
in classRegistryAuth
-
equals
-
hashCode
public int hashCode() -
toBuilder
- Specified by:
toBuilder
in classRegistryAuth
-