@Generated(value="org.immutables.processor.ProxyProcessor") public final class CnbData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CnbData.Builder
Builds instances of type
CnbData. |
| Modifier and Type | Method and Description |
|---|---|
static CnbData.Builder |
builder()
Creates a builder for
CnbData. |
boolean |
equals(Object another)
This instance is equal to all instances of
CnbData that have equal attribute values. |
List<String> |
getBuildpacks()
The buildpack
|
String |
getStack()
The stack
|
int |
hashCode()
Computes a hash code from attributes:
buildpacks, stack. |
String |
toString()
Prints the immutable value
CnbData with attribute values. |
public String getStack()
public boolean equals(Object another)
CnbData that have equal attribute values.public int hashCode()
buildpacks, stack.public String toString()
CnbData with attribute values.public static CnbData.Builder builder()
CnbData.
CnbData.builder()
.buildpacks(List<String> | null) // nullable buildpacks
.stack(String | null) // nullable stack
.build();
Copyright © 2026. All rights reserved.