@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. |
Droplet.ResultDeserializer| 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. |
String |
getCreatedAt()
The created at
|
Map<String,Object> |
getEnvironmentVariables()
The environment variables
|
String |
getError()
The error
|
String |
getId()
The id
|
Lifecycle |
getLifecycle()
The lifecycle
|
Map<String,Link> |
getLinks()
The links
|
Result |
getResult()
The results
|
Integer |
getStagingDiskInMb()
The staging disk in MB
|
Integer |
getStagingMemoryInMb()
The staging memory in MB
|
State |
getState()
The state
|
String |
getUpdatedAt()
The updated at
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, environmentVariables, error, id, lifecycle, links, result, stagingDiskInMb, stagingMemoryInMb, state, updatedAt. |
String |
toString()
Prints the immutable value
GetDropletResponse with attribute values. |
public String getCreatedAt()
getCreatedAt in class Dropletpublic Map<String,Object> getEnvironmentVariables()
getEnvironmentVariables in class Dropletpublic Lifecycle getLifecycle()
getLifecycle in class Dropletpublic Integer getStagingDiskInMb()
getStagingDiskInMb in class Dropletpublic Integer getStagingMemoryInMb()
getStagingMemoryInMb in class Dropletpublic String getUpdatedAt()
getUpdatedAt in class Dropletpublic boolean equals(Object another)
GetDropletResponse that have equal attribute values.public int hashCode()
createdAt, environmentVariables, error, id, lifecycle, links, result, stagingDiskInMb, stagingMemoryInMb, state, updatedAt.public String toString()
GetDropletResponse with attribute values.public static GetDropletResponse.Builder builder()
GetDropletResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.