@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
|
Map<String,String> |
getProcessTypes()
The process types and associated start commands
|
String |
getStack()
The stack
|
DropletState |
getState()
The state
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
buildpacks, checksum, error, executionMetadata, image, lifecycle, processTypes, stack, state, createdAt, id, links, updatedAt. |
String |
toString()
Prints the immutable value
DropletResource with attribute values. |
public 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 Map<String,String> getProcessTypes()
getProcessTypes in class Dropletpublic DropletState getState()
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic boolean equals(Object another)
DropletResource that have equal attribute values.public int hashCode()
buildpacks, checksum, error, executionMetadata, image, lifecycle, processTypes, stack, state, createdAt, id, links, updatedAt.public String toString()
DropletResource with attribute values.public static DropletResource.Builder builder()
DropletResource.Copyright © 2018. All rights reserved.