@Generated(value={"Immutables.generator","_DockerData"}) public final class DockerData extends Object
_DockerData.
Use the builder to create immutable instances:
DockerData.builder().
| 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 |
getError()
The error for the package
|
Hash |
getHash()
The hash of the package
|
String |
getImage()
The Docker image
|
int |
hashCode()
Computes a hash code from attributes:
error, hash, image. |
String |
toString()
Prints the immutable value
DockerData with attribute values. |
public String getError()
public Hash getHash()
public String getImage()
public boolean equals(Object another)
DockerData that have equal attribute values.public int hashCode()
error, hash, image.public String toString()
DockerData with attribute values.public static DockerData.Builder builder()
DockerData.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.