@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateStackResponse extends AbstractStackResource
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateStackResponse.Builder
Builds instances of type
CreateStackResponse. |
| Modifier and Type | Method and Description |
|---|---|
static CreateStackResponse.Builder |
builder()
Creates a builder for
CreateStackResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateStackResponse that have equal attribute values. |
StackEntity |
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
CreateStackResponse with attribute values. |
public StackEntity getEntity()
getEntity in class Resource<StackEntity>public Metadata getMetadata()
getMetadata in class Resource<StackEntity>public boolean equals(Object another)
CreateStackResponse that have equal attribute values.public int hashCode()
entity, metadata.public String toString()
CreateStackResponse with attribute values.public static CreateStackResponse.Builder builder()
CreateStackResponse.
CreateStackResponse.builder()
.entity(org.cloudfoundry.client.v2.stacks.StackEntity | null) // nullable entity
.metadata(org.cloudfoundry.client.v2.Metadata | null) // nullable metadata
.build();
Copyright © 2020. All rights reserved.