@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetBuildResponse extends Build
| Modifier and Type | Class and Description |
|---|---|
static class |
GetBuildResponse.Builder
Builds instances of type
GetBuildResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetBuildResponse.Builder |
builder()
Creates a builder for
GetBuildResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetBuildResponse that have equal attribute values. |
String |
getCreatedAt()
When the resource was created
|
CreatedBy |
getCreatedBy()
The user that created the build
|
Droplet |
getDroplet()
A resulting droplet from the staging process
|
String |
getError()
Describes errors during the build process
|
String |
getId()
The resource's id
|
Relationship |
getInputPackage()
The package that is the input to the staging process
|
Lifecycle |
getLifecycle()
The lifecycle that was configured or discovered from the application
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
BuildState |
getState()
State of the build
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
createdBy, droplet, error, inputPackage, lifecycle, state, createdAt, id, links, updatedAt. |
String |
toString()
Prints the immutable value
GetBuildResponse with attribute values. |
public CreatedBy getCreatedBy()
getCreatedBy in class Buildpublic Droplet getDroplet()
getDroplet in class Buildpublic String getError()
public Relationship getInputPackage()
getInputPackage in class Buildpublic Lifecycle getLifecycle()
getLifecycle in class Buildpublic BuildState getState()
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic boolean equals(Object another)
GetBuildResponse that have equal attribute values.public int hashCode()
createdBy, droplet, error, inputPackage, lifecycle, state, createdAt, id, links, updatedAt.public String toString()
GetBuildResponse with attribute values.public static GetBuildResponse.Builder builder()
GetBuildResponse.
GetBuildResponse.builder()
.createdBy(org.cloudfoundry.client.v3.builds.CreatedBy) // required createdBy
.droplet(org.cloudfoundry.client.v3.builds.Droplet | null) // nullable droplet
.error(String | null) // nullable error
.inputPackage(org.cloudfoundry.client.v3.Relationship) // required inputPackage
.lifecycle(org.cloudfoundry.client.v3.Lifecycle) // required lifecycle
.state(org.cloudfoundry.client.v3.builds.BuildState) // 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.