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