@Generated(value={"Immutables.generator","_StagedResult"}) public final class StagedResult extends Object
_StagedResult.
Use the builder to create immutable instances:
StagedResult.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
StagedResult.Builder
Builds instances of type
StagedResult. |
| Modifier and Type | Method and Description |
|---|---|
static StagedResult.Builder |
builder()
Creates a builder for
StagedResult. |
boolean |
equals(Object another)
This instance is equal to all instances of
StagedResult that have equal attribute values. |
List<String> |
getBuildpacks() |
String |
getExecutionMetadata() |
Hash |
getHash() |
Map<String,String> |
getProcessTypes() |
String |
getStack() |
int |
hashCode()
Computes a hash code from attributes:
buildpacks, executionMetadata, hash, processTypes, stack. |
String |
toString()
Prints the immutable value
StagedResult with attribute values. |
public String getExecutionMetadata()
executionMetadata attributepublic Hash getHash()
hash attributepublic Map<String,String> getProcessTypes()
processTypes attributepublic String getStack()
stack attributepublic boolean equals(Object another)
StagedResult that have equal attribute values.public int hashCode()
buildpacks, executionMetadata, hash, processTypes, stack.public String toString()
StagedResult with attribute values.public static StagedResult.Builder builder()
StagedResult.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.