@Generated(value={"Immutables.generator","_DropletResource"}) public final class DropletResource extends Droplet
| Modifier and Type | Class and Description |
|---|---|
static class |
DropletResource.Builder
Builds instances of type
DropletResource. |
Droplet.ResultDeserializer| 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. |
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
DropletResource 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)
DropletResource that have equal attribute values.public int hashCode()
createdAt, environmentVariables, error, id, lifecycle, links, result, stagingDiskInMb, stagingMemoryInMb, state, updatedAt.public String toString()
DropletResource with attribute values.public static DropletResource.Builder builder()
DropletResource.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.