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