@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateBuildpackRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateBuildpackRequest.Builder
Builds instances of type
CreateBuildpackRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateBuildpackRequest.Builder |
builder()
Creates a builder for
CreateBuildpackRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateBuildpackRequest that have equal attribute values. |
Path |
getBuildpack()
The path to the buildpack
|
Boolean |
getEnable()
Enables the buildpack to be used for staging
|
String |
getName()
The buildpack name
|
Integer |
getPosition()
The buildpack position
|
int |
hashCode()
Computes a hash code from attributes:
buildpack, enable, name, position. |
String |
toString()
Prints the immutable value
CreateBuildpackRequest with attribute values. |
public Path getBuildpack()
public Boolean getEnable()
public String getName()
public Integer getPosition()
public boolean equals(Object another)
CreateBuildpackRequest that have equal attribute values.public int hashCode()
buildpack, enable, name, position.public String toString()
CreateBuildpackRequest with attribute values.public static CreateBuildpackRequest.Builder builder()
CreateBuildpackRequest.Copyright © 2018. All rights reserved.