@Generated(value="org.immutables.processor.ProxyProcessor") public final class BuildpackResource extends AbstractBuildpackResource
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildpackResource.Builder
Builds instances of type
BuildpackResource. |
| Modifier and Type | Method and Description |
|---|---|
static BuildpackResource.Builder |
builder()
Creates a builder for
BuildpackResource. |
boolean |
equals(Object another)
This instance is equal to all instances of
BuildpackResource 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
BuildpackResource with attribute values. |
public BuildpackEntity getEntity()
getEntity in class Resource<BuildpackEntity>public Metadata getMetadata()
getMetadata in class Resource<BuildpackEntity>public boolean equals(Object another)
BuildpackResource that have equal attribute values.public int hashCode()
entity, metadata.public String toString()
BuildpackResource with attribute values.public static BuildpackResource.Builder builder()
BuildpackResource.
BuildpackResource.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.