public abstract class Droplet extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Droplet.ResultDeserializer |
| Constructor and Description |
|---|
Droplet() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getCreatedAt()
The created at
|
abstract Map<String,Object> |
getEnvironmentVariables()
The environment variables
|
abstract String |
getError()
The error
|
abstract String |
getId()
The id
|
abstract Lifecycle |
getLifecycle()
The lifecycle
|
abstract Map<String,Link> |
getLinks()
The links
|
abstract Result |
getResult()
The results
|
abstract Integer |
getStagingDiskInMb()
The staging disk in MB
|
abstract Integer |
getStagingMemoryInMb()
The staging memory in MB
|
abstract State |
getState()
The state
|
abstract String |
getUpdatedAt()
The updated at
|
public abstract String getCreatedAt()
public abstract Map<String,Object> getEnvironmentVariables()
public abstract String getError()
public abstract String getId()
public abstract Lifecycle getLifecycle()
public abstract Result getResult()
public abstract Integer getStagingDiskInMb()
public abstract Integer getStagingMemoryInMb()
public abstract State getState()
public abstract String getUpdatedAt()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.