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