@Generated(value="org.immutables.processor.ProxyProcessor") public final class DockerCredentials extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerCredentials.Builder
Builds instances of type
DockerCredentials. |
| Modifier and Type | Method and Description |
|---|---|
static DockerCredentials.Builder |
builder()
Creates a builder for
DockerCredentials. |
boolean |
equals(Object another)
This instance is equal to all instances of
DockerCredentials that have equal attribute values. |
String |
getPassword()
The password
|
String |
getUsername()
The username
|
int |
hashCode()
Computes a hash code from attributes:
password, username. |
String |
toString()
Prints the immutable value
DockerCredentials with attribute values. |
public String getPassword()
public String getUsername()
public boolean equals(Object another)
DockerCredentials that have equal attribute values.public int hashCode()
password, username.public String toString()
DockerCredentials with attribute values.public static DockerCredentials.Builder builder()
DockerCredentials.
DockerCredentials.builder()
.password(String | null) // nullable password
.username(String | null) // nullable username
.build();
Copyright © 2020. All rights reserved.