@Generated(value="org.immutables.processor.ProxyProcessor") public final class Lifecycle extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Lifecycle.Builder
Builds instances of type
Lifecycle. |
| Modifier and Type | Method and Description |
|---|---|
static Lifecycle.Builder |
builder()
Creates a builder for
Lifecycle. |
boolean |
equals(Object another)
This instance is equal to all instances of
Lifecycle that have equal attribute values. |
LifecycleData |
getData()
The data for the lifecycle
|
LifecycleType |
getType()
The type
|
int |
hashCode()
Computes a hash code from attributes:
data, type. |
String |
toString()
Prints the immutable value
Lifecycle with attribute values. |
public LifecycleData getData()
public LifecycleType getType()
public boolean equals(Object another)
Lifecycle that have equal attribute values.public int hashCode()
data, type.public String toString()
Lifecycle with attribute values.public static Lifecycle.Builder builder()
Lifecycle.
Lifecycle.builder()
.data(org.cloudfoundry.client.v3.LifecycleData) // required data
.type(org.cloudfoundry.client.v3.LifecycleType) // required type
.build();
Copyright © 2020. All rights reserved.