@Generated(value={"Immutables.generator","_ApplicationDetail"}) public final class ApplicationDetail extends AbstractApplicationSummary
_ApplicationDetail
.
Use the builder to create immutable instances:
ApplicationDetail.builder()
.
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationDetail.Builder
Builds instances of type
ApplicationDetail . |
Modifier and Type | Method and Description |
---|---|
static ApplicationDetail.Builder |
builder()
Creates a builder for
ApplicationDetail . |
boolean |
equals(Object another)
This instance is equal to all instances of
ApplicationDetail that have equal attribute values. |
String |
getBuildpack()
The buildpack, if any, used to stage this application
|
Integer |
getDiskQuota()
The disk quota in bytes
|
String |
getId()
The id
|
List<InstanceDetail> |
getInstanceDetails()
The list of instances
|
Integer |
getInstances()
The number of instances
|
Date |
getLastUploaded()
The time the application was last updated
|
Integer |
getMemoryLimit()
The memory limit in bytes
|
String |
getName()
The name
|
String |
getRequestedState()
The requested state
|
Integer |
getRunningInstances()
The number of running instances
|
String |
getStack()
The name of the stack running the application
|
List<String> |
getUrls()
The list of bound urls
|
int |
hashCode()
Computes a hash code from attributes:
buildpack , instanceDetails , lastUploaded , stack , diskQuota , id , instances , memoryLimit , name , requestedState , runningInstances , urls . |
String |
toString()
Prints the immutable value
ApplicationDetail with attribute values. |
public String getBuildpack()
public List<InstanceDetail> getInstanceDetails()
public Date getLastUploaded()
public String getStack()
public Integer getDiskQuota()
getDiskQuota
in class AbstractApplicationSummary
public String getId()
getId
in class AbstractApplicationSummary
public Integer getInstances()
getInstances
in class AbstractApplicationSummary
public Integer getMemoryLimit()
getMemoryLimit
in class AbstractApplicationSummary
public String getName()
getName
in class AbstractApplicationSummary
public String getRequestedState()
getRequestedState
in class AbstractApplicationSummary
public Integer getRunningInstances()
getRunningInstances
in class AbstractApplicationSummary
public List<String> getUrls()
getUrls
in class AbstractApplicationSummary
public boolean equals(Object another)
ApplicationDetail
that have equal attribute values.public int hashCode()
buildpack
, instanceDetails
, lastUploaded
, stack
, diskQuota
, id
, instances
, memoryLimit
, name
, requestedState
, runningInstances
, urls
.public String toString()
ApplicationDetail
with attribute values.public static ApplicationDetail.Builder builder()
ApplicationDetail
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.