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