@Generated(value={"Immutables.generator","_BuildpackEntity"}) public final class BuildpackEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildpackEntity.Builder
Builds instances of type
BuildpackEntity. |
| Modifier and Type | Method and Description |
|---|---|
static BuildpackEntity.Builder |
builder()
Creates a builder for
BuildpackEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
BuildpackEntity that have equal attribute values. |
Boolean |
getEnabled()
Whether the buildpack is enabled
|
String |
getFilename()
The filename
|
Boolean |
getLocked()
Whether the buildpack is locked
|
String |
getName()
The name
|
Integer |
getPosition()
The position
|
int |
hashCode()
Computes a hash code from attributes:
enabled, filename, locked, name, position. |
String |
toString()
Prints the immutable value
BuildpackEntity with attribute values. |
public Boolean getEnabled()
public String getFilename()
public Boolean getLocked()
public String getName()
public Integer getPosition()
public boolean equals(Object another)
BuildpackEntity that have equal attribute values.public int hashCode()
enabled, filename, locked, name, position.public String toString()
BuildpackEntity with attribute values.public static BuildpackEntity.Builder builder()
BuildpackEntity.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.