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