@Generated(value={"Immutables.generator","_UpdateBuildpackRequest"}) public final class UpdateBuildpackRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateBuildpackRequest.Builder
Builds instances of type
UpdateBuildpackRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateBuildpackRequest.Builder |
builder()
Creates a builder for
UpdateBuildpackRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateBuildpackRequest that have equal attribute values. |
Path |
getBuildpack()
The path to the buildpack
|
Boolean |
getEnable()
Enables the buildpack to be used for staging
|
Boolean |
getLock()
Locks the buildpack to prevent changes
|
String |
getName()
The buildpack name
|
Integer |
getPosition()
The buildpack position
|
int |
hashCode()
Computes a hash code from attributes:
buildpack, enable, lock, name, position. |
String |
toString()
Prints the immutable value
UpdateBuildpackRequest with attribute values. |
public Path getBuildpack()
public Boolean getEnable()
public Boolean getLock()
public String getName()
public Integer getPosition()
public boolean equals(Object another)
UpdateBuildpackRequest that have equal attribute values.public int hashCode()
buildpack, enable, lock, name, position.public String toString()
UpdateBuildpackRequest with attribute values.public static UpdateBuildpackRequest.Builder builder()
UpdateBuildpackRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.