@Generated(value="org.immutables.processor.ProxyProcessor") public final class ApplicationSummary extends AbstractApplicationSummary
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationSummary.Builder
Builds instances of type
ApplicationSummary. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationSummary.Builder |
builder()
Creates a builder for
ApplicationSummary. |
boolean |
equals(Object another)
This instance is equal to all instances of
ApplicationSummary that have equal attribute values. |
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()
Computes a hash code from attributes:
diskQuota, id, instances, memoryLimit, name, requestedState, runningInstances, urls. |
String |
toString()
Prints the immutable value
ApplicationSummary with attribute values. |
public Integer getDiskQuota()
getDiskQuota in class AbstractApplicationSummarypublic String getId()
getId in class AbstractApplicationSummarypublic Integer getInstances()
getInstances in class AbstractApplicationSummarypublic Integer getMemoryLimit()
getMemoryLimit in class AbstractApplicationSummarypublic String getName()
getName in class AbstractApplicationSummarypublic String getRequestedState()
getRequestedState in class AbstractApplicationSummarypublic Integer getRunningInstances()
getRunningInstances in class AbstractApplicationSummarypublic List<String> getUrls()
getUrls in class AbstractApplicationSummarypublic boolean equals(Object another)
ApplicationSummary that have equal attribute values.public int hashCode()
diskQuota, id, instances, memoryLimit, name, requestedState, runningInstances, urls.public String toString()
ApplicationSummary with attribute values.public static ApplicationSummary.Builder builder()
ApplicationSummary.Copyright © 2018. All rights reserved.