@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()
Whether the buildpack is enabled
|
Boolean |
getLocked()
Whether the buildpack is locked
|
Metadata |
getMetadata()
The metadata
|
String |
getName()
The name
|
Integer |
getPosition()
The position
|
String |
getStack()
The stack
|
int |
hashCode()
Computes a hash code from attributes:
buildpackId, enabled, locked, metadata, name, position, stack. |
String |
toString()
Prints the immutable value
UpdateBuildpackRequest with attribute values. |
public String getBuildpackId()
public Boolean getEnabled()
public Boolean getLocked()
public Metadata getMetadata()
public String getName()
public Integer getPosition()
public String getStack()
public boolean equals(Object another)
UpdateBuildpackRequest that have equal attribute values.public int hashCode()
buildpackId, enabled, locked, metadata, name, position, stack.public String toString()
UpdateBuildpackRequest with attribute values.public static UpdateBuildpackRequest.Builder builder()
UpdateBuildpackRequest.
UpdateBuildpackRequest.builder()
.buildpackId(String) // required buildpackId
.enabled(Boolean | null) // nullable enabled
.locked(Boolean | null) // nullable locked
.metadata(org.cloudfoundry.client.v3.Metadata | null) // nullable metadata
.name(String | null) // nullable name
.position(Integer | null) // nullable position
.stack(String | null) // nullable stack
.build();
Copyright © 2022. All rights reserved.