@Generated(value={"Immutables.generator","_Buildpack"}) public final class Buildpack extends Object
_Buildpack.
Use the builder to create immutable instances:
Buildpack.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
Buildpack.Builder
Builds instances of type
Buildpack. |
| Modifier and Type | Method and Description |
|---|---|
static Buildpack.Builder |
builder()
Creates a builder for
Buildpack. |
boolean |
equals(Object another)
This instance is equal to all instances of
Buildpack that have equal attribute values. |
String |
getDetectOutput()
The detect output from staging
|
String |
getName()
The name of the buildpack
|
int |
hashCode()
Computes a hash code from attributes:
detectOutput, name. |
String |
toString()
Prints the immutable value
Buildpack with attribute values. |
public String getDetectOutput()
public String getName()
public boolean equals(Object another)
Buildpack that have equal attribute values.public int hashCode()
detectOutput, name.public String toString()
Buildpack with attribute values.public static Buildpack.Builder builder()
Buildpack.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.