@Generated(value="org.immutables.processor.ProxyProcessor") 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. |
String |
getBuildpackId()
The buildpack id
|
Boolean |
getEnabled()
The enabled flag
|
String |
getFilename()
The filename
|
Boolean |
getLocked()
The locked flag
|
String |
getName()
The name
|
Integer |
getPosition()
The position
|
int |
hashCode()
Computes a hash code from attributes:
buildpackId, enabled, filename, locked, name, position. |
String |
toString()
Prints the immutable value
UpdateBuildpackRequest with attribute values. |
public String getBuildpackId()
public Boolean getEnabled()
public String getFilename()
public Boolean getLocked()
public String getName()
public Integer getPosition()
public boolean equals(Object another)
UpdateBuildpackRequest that have equal attribute values.public int hashCode()
buildpackId, enabled, filename, locked, name, position.public String toString()
UpdateBuildpackRequest with attribute values.public static UpdateBuildpackRequest.Builder builder()
UpdateBuildpackRequest.
UpdateBuildpackRequest.builder()
.buildpackId(String) // required buildpackId
.enabled(Boolean | null) // nullable enabled
.filename(String | null) // nullable filename
.locked(Boolean | null) // nullable locked
.name(String | null) // nullable name
.position(Integer | null) // nullable position
.build();
Copyright © 2020. All rights reserved.