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