@Generated(value={"Immutables.generator","_CreateApplicationResponse"}) public final class CreateApplicationResponse extends Application
Modifier and Type | Class and Description |
---|---|
static class |
CreateApplicationResponse.Builder
Builds instances of type
CreateApplicationResponse . |
Modifier and Type | Method and Description |
---|---|
static CreateApplicationResponse.Builder |
builder()
Creates a builder for
CreateApplicationResponse . |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateApplicationResponse that have equal attribute values. |
String |
getCreatedAt()
When the resource was created
|
String |
getId()
The resource's id
|
Lifecycle |
getLifecycle()
The lifecycle
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
String |
getName()
The name
|
ApplicationRelationships |
getRelationships()
The relationships
|
ApplicationState |
getState()
The state
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
lifecycle , name , relationships , state , createdAt , id , links , updatedAt . |
String |
toString()
Prints the immutable value
CreateApplicationResponse with attribute values. |
public Lifecycle getLifecycle()
getLifecycle
in class Application
public String getName()
getName
in class Application
public ApplicationRelationships getRelationships()
getRelationships
in class Application
public ApplicationState getState()
getState
in class Application
public String getCreatedAt()
getCreatedAt
in class Resource
public String getUpdatedAt()
getUpdatedAt
in class Resource
public boolean equals(Object another)
CreateApplicationResponse
that have equal attribute values.public int hashCode()
lifecycle
, name
, relationships
, state
, createdAt
, id
, links
, updatedAt
.public String toString()
CreateApplicationResponse
with attribute values.public static CreateApplicationResponse.Builder builder()
CreateApplicationResponse
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.