public final class ApplicationDetail extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationDetail.ApplicationDetailBuilder |
static class |
ApplicationDetail.InstanceDetail
Information about an instance of an application
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationDetail.ApplicationDetailBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getBuildpack()
The buildpack, if any, used to stage this application
|
Integer |
getDiskQuota()
The disk quota in bytes
|
String |
getId()
The id
|
List<ApplicationDetail.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() |
String |
toString() |
@Generated(value="lombok") public static ApplicationDetail.ApplicationDetailBuilder builder()
@Generated(value="lombok") public String getBuildpack()
@Generated(value="lombok") public List<ApplicationDetail.InstanceDetail> getInstanceDetails()
@Generated(value="lombok") public Date getLastUploaded()
@Generated(value="lombok") public String getRequestedState()
@Generated(value="lombok") public String getStack()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
@Generated(value="lombok") public Integer getDiskQuota()
@Generated(value="lombok") public String getId()
@Generated(value="lombok") public Integer getInstances()
@Generated(value="lombok") public Integer getMemoryLimit()
@Generated(value="lombok") public String getName()
@Generated(value="lombok") public Integer getRunningInstances()
@Generated(value="lombok") public List<String> getUrls()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.