@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetBuildpackResponse extends AbstractBuildpackResource
| Modifier and Type | Class and Description |
|---|---|
static class |
GetBuildpackResponse.Builder
Builds instances of type
GetBuildpackResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetBuildpackResponse.Builder |
builder()
Creates a builder for
GetBuildpackResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetBuildpackResponse that have equal attribute values. |
BuildpackEntity |
getEntity()
The resource's entity
|
Metadata |
getMetadata()
The resource's metadata
|
int |
hashCode()
Computes a hash code from attributes:
entity, metadata. |
String |
toString()
Prints the immutable value
GetBuildpackResponse with attribute values. |
public BuildpackEntity getEntity()
getEntity in class Resource<BuildpackEntity>public Metadata getMetadata()
getMetadata in class Resource<BuildpackEntity>public boolean equals(Object another)
GetBuildpackResponse that have equal attribute values.public int hashCode()
entity, metadata.public String toString()
GetBuildpackResponse with attribute values.public static GetBuildpackResponse.Builder builder()
GetBuildpackResponse.
GetBuildpackResponse.builder()
.entity(org.cloudfoundry.client.v2.buildpacks.BuildpackEntity | null) // nullable entity
.metadata(org.cloudfoundry.client.v2.Metadata | null) // nullable metadata
.build();
Copyright © 2020. All rights reserved.