@Generated(value="org.immutables.processor.ProxyProcessor") public final class StackResource extends Stack
| Modifier and Type | Class and Description |
|---|---|
static class |
StackResource.Builder
Builds instances of type
StackResource. |
| Modifier and Type | Method and Description |
|---|---|
static StackResource.Builder |
builder()
Creates a builder for
StackResource. |
boolean |
equals(Object another)
This instance is equal to all instances of
StackResource that have equal attribute values. |
Boolean |
geDefault()
Whether the stack is configured to be the default stack for new applications.
|
String |
getBuildRootfsImage()
Build RootFS Image
|
String |
getCreatedAt()
When the resource was created
|
String |
getDescription()
The description
|
String |
getId()
The resource's id
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
Metadata |
getMetadata()
The metadata
|
String |
getName()
The name
|
String |
getRunRootfsImage()
Run RootFS Image
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, name, description, metadata, buildRootfsImage, runRootfsImage, geDefault. |
String |
toString()
Prints the immutable value
StackResource with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic String getDescription()
getDescription in class Stackpublic Metadata getMetadata()
getMetadata in class Stackpublic String getBuildRootfsImage()
public String getRunRootfsImage()
public Boolean geDefault()
public boolean equals(Object another)
StackResource that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, name, description, metadata, buildRootfsImage, runRootfsImage, geDefault.public String toString()
StackResource with attribute values.public static StackResource.Builder builder()
StackResource.
StackResource.builder()
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.name(String) // required name
.description(String | null) // nullable description
.metadata(org.cloudfoundry.client.v3.Metadata | null) // nullable metadata
.buildRootfsImage(String | null) // nullable buildRootfsImage
.runRootfsImage(String | null) // nullable runRootfsImage
.geDefault(Boolean | null) // nullable geDefault
.build();
Copyright © 2026. All rights reserved.