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