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