@Generated(value={"Immutables.generator","_Docker"}) public final class Docker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Docker.Builder
Builds instances of type
Docker. |
| Modifier and Type | Method and Description |
|---|---|
static Docker.Builder |
builder()
Creates a builder for
Docker. |
boolean |
equals(Object another)
This instance is equal to all instances of
Docker that have equal attribute values. |
String |
getImage()
The docker image
|
String |
getPassword()
The password for the docker repository
|
String |
getUsername()
The username for the docker repository
|
int |
hashCode()
Computes a hash code from attributes:
image, password, username. |
String |
toString()
Prints the immutable value
Docker with attribute values. |
public String getImage()
public String getPassword()
public String getUsername()
public boolean equals(Object another)
Docker that have equal attribute values.public int hashCode()
image, password, username.public String toString()
Docker with attribute values.public static Docker.Builder builder()
Docker.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.