@Generated(value="org.immutables.processor.ProxyProcessor") public final class DropletResource extends Droplet
| Modifier and Type | Class and Description |
|---|---|
static class |
DropletResource.Builder
Builds instances of type
DropletResource. |
| Modifier and Type | Method and Description |
|---|---|
static DropletResource.Builder |
builder()
Creates a builder for
DropletResource. |
boolean |
equals(Object another)
This instance is equal to all instances of
DropletResource that have equal attribute values. |
List<Buildpack> |
getBuildpacks()
The buildpacks
|
Checksum |
getChecksum()
The checksum
|
String |
getCreatedAt()
When the resource was created
|
String |
getError()
The error
|
String |
getExecutionMetadata()
Serialized JSON data resulting from staging for use when executing a droplet
|
String |
getId()
The resource's id
|
String |
getImage()
The docker image
|
Lifecycle |
getLifecycle()
The lifecycle
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
Metadata |
getMetadata()
The metadata
|
Map<String,String> |
getProcessTypes()
The process types and associated start commands
|
DropletRelationships |
getRelationships()
The relationships
|
String |
getStack()
The stack
|
DropletState |
getState()
The state
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, buildpacks, checksum, error, executionMetadata, image, lifecycle, metadata, processTypes, relationships, stack, state. |
String |
toString()
Prints the immutable value
DropletResource with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic List<Buildpack> getBuildpacks()
getBuildpacks in class Dropletpublic Checksum getChecksum()
getChecksum in class Dropletpublic String getExecutionMetadata()
getExecutionMetadata in class Dropletpublic Lifecycle getLifecycle()
getLifecycle in class Dropletpublic Metadata getMetadata()
getMetadata in class Dropletpublic Map<String,String> getProcessTypes()
getProcessTypes in class Dropletpublic DropletRelationships getRelationships()
getRelationships in class Dropletpublic DropletState getState()
public boolean equals(Object another)
DropletResource that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, buildpacks, checksum, error, executionMetadata, image, lifecycle, metadata, processTypes, relationships, stack, state.public String toString()
DropletResource with attribute values.public static DropletResource.Builder builder()
DropletResource.
DropletResource.builder()
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.buildpacks(List<Buildpack> | null) // nullable buildpacks
.checksum(org.cloudfoundry.client.v3.Checksum | null) // nullable checksum
.error(String | null) // nullable error
.executionMetadata(String) // required executionMetadata
.image(String | null) // nullable image
.lifecycle(org.cloudfoundry.client.v3.Lifecycle) // required lifecycle
.metadata(org.cloudfoundry.client.v3.Metadata | null) // nullable metadata
.processTypes(Map<String, String> | null) // nullable processTypes
.relationships(org.cloudfoundry.client.v3.droplets.DropletRelationships | null) // nullable relationships
.stack(String | null) // nullable stack
.state(org.cloudfoundry.client.v3.droplets.DropletState) // required state
.build();
Copyright © 2020. All rights reserved.