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