@Generated(value="org.immutables.processor.ProxyProcessor") public final class CopyPackageResponse extends Package
| Modifier and Type | Class and Description |
|---|---|
static class |
CopyPackageResponse.Builder
Builds instances of type
CopyPackageResponse. |
| Modifier and Type | Method and Description |
|---|---|
static CopyPackageResponse.Builder |
builder()
Creates a builder for
CopyPackageResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
CopyPackageResponse that have equal attribute values. |
String |
getCreatedAt()
When the resource was created
|
PackageData |
getData()
The data for the package
|
String |
getId()
The resource's id
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
PackageState |
getState()
The state
|
PackageType |
getType()
The type
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
data, state, type, createdAt, id, links, updatedAt. |
String |
toString()
Prints the immutable value
CopyPackageResponse with attribute values. |
public PackageData getData()
public PackageState getState()
public PackageType getType()
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic boolean equals(Object another)
CopyPackageResponse that have equal attribute values.public int hashCode()
data, state, type, createdAt, id, links, updatedAt.public String toString()
CopyPackageResponse with attribute values.public static CopyPackageResponse.Builder builder()
CopyPackageResponse.
CopyPackageResponse.builder()
.data(org.cloudfoundry.client.v3.packages.PackageData) // required data
.state(org.cloudfoundry.client.v3.packages.PackageState) // required state
.type(org.cloudfoundry.client.v3.packages.PackageType) // required type
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.build();
Copyright © 2019. All rights reserved.