@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateSpaceResponse extends Space
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSpaceResponse.Builder
Builds instances of type
CreateSpaceResponse. |
| Modifier and Type | Method and Description |
|---|---|
static CreateSpaceResponse.Builder |
builder()
Creates a builder for
CreateSpaceResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateSpaceResponse 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
|
String |
getName()
The name
|
SpaceRelationships |
getRelationships()
The relationships
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
relationships, name, createdAt, id, links, updatedAt. |
String |
toString()
Prints the immutable value
CreateSpaceResponse with attribute values. |
public SpaceRelationships getRelationships()
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic boolean equals(Object another)
CreateSpaceResponse that have equal attribute values.public int hashCode()
relationships, name, createdAt, id, links, updatedAt.public String toString()
CreateSpaceResponse with attribute values.public static CreateSpaceResponse.Builder builder()
CreateSpaceResponse.
CreateSpaceResponse.builder()
.relationships(org.cloudfoundry.client.v3.spaces.SpaceRelationships | null) // nullable relationships
.name(String) // required name
.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.