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