@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. |
Boolean |
getEnabled()
The enabled flag
|
String |
getFilename()
The filename
|
String |
getId()
The id
|
Boolean |
getLocked()
The locked flag
|
String |
getName()
The name
|
Integer |
getPosition()
The position
|
int |
hashCode()
Computes a hash code from attributes:
enabled , filename , id , locked , name , position . |
String |
toString()
Prints the immutable value
Buildpack with attribute values. |
public Boolean getEnabled()
public String getFilename()
public String getId()
public Boolean getLocked()
public String getName()
public Integer getPosition()
public boolean equals(Object another)
Buildpack
that have equal attribute values.public int hashCode()
enabled
, filename
, id
, locked
, name
, position
.public String toString()
Buildpack
with attribute values.public static Buildpack.Builder builder()
Buildpack
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.