@Generated(value={"Immutables.generator","_GetDropletResponse"}) public final class GetDropletResponse extends Droplet
| Modifier and Type | Class and Description |
|---|---|
static class |
GetDropletResponse.Builder
Builds instances of type
GetDropletResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetDropletResponse.Builder |
builder()
Creates a builder for
GetDropletResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetDropletResponse 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
GetDropletResponse 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)
GetDropletResponse that have equal attribute values.public int hashCode()
buildpacks, checksum, error, executionMetadata, image, lifecycle, processTypes, stack, state, createdAt, id, links, updatedAt.public String toString()
GetDropletResponse with attribute values.public static GetDropletResponse.Builder builder()
GetDropletResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.