@Generated(value="org.immutables.processor.ProxyProcessor") public final class CopyDropletResponse extends Droplet
| Modifier and Type | Class and Description |
|---|---|
static class |
CopyDropletResponse.Builder
Builds instances of type
CopyDropletResponse. |
| Modifier and Type | Method and Description |
|---|---|
static CopyDropletResponse.Builder |
builder()
Creates a builder for
CopyDropletResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
CopyDropletResponse 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
CopyDropletResponse 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)
CopyDropletResponse that have equal attribute values.public int hashCode()
buildpacks, checksum, error, executionMetadata, image, lifecycle, processTypes, stack, state, createdAt, id, links, updatedAt.public String toString()
CopyDropletResponse with attribute values.public static CopyDropletResponse.Builder builder()
CopyDropletResponse.
CopyDropletResponse.builder()
.buildpacks(List<Buildpack> | null) // nullable buildpacks
.checksum(org.cloudfoundry.client.v3.Checksum | null) // nullable checksum
.error(String | null) // nullable error
.executionMetadata(String) // required executionMetadata
.image(String | null) // nullable image
.lifecycle(org.cloudfoundry.client.v3.Lifecycle) // required lifecycle
.processTypes(Map<String, String> | null) // nullable processTypes
.stack(String | null) // nullable stack
.state(org.cloudfoundry.client.v3.droplets.DropletState) // required state
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.build();
Copyright © 2019. All rights reserved.