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