public final class ApplicationSummary extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationSummary.ApplicationSummaryBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationSummary.ApplicationSummaryBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getDiskQuota()
The disk quota in bytes
|
String |
getId()
The id
|
Integer |
getInstances()
The number of instances
|
Integer |
getMemoryLimit()
The memory limit in bytes
|
String |
getName()
The name
|
String |
getRequestedState()
The requested state
|
Integer |
getRunningInstances()
The number of running instances
|
List<String> |
getUrls()
The list of bound urls
|
int |
hashCode() |
String |
toString() |
@Generated(value="lombok") public static ApplicationSummary.ApplicationSummaryBuilder builder()
@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 String getRequestedState()
@Generated(value="lombok") public Integer getRunningInstances()
@Generated(value="lombok") public List<String> getUrls()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.