@Generated(value={"Immutables.generator","_ApplicationSummary"}) public final class ApplicationSummary extends AbstractApplicationSummary
_ApplicationSummary
.
Use the builder to create immutable instances:
ApplicationSummary.builder()
.
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 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)
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 © 2016 Pivotal Software, Inc.. All rights reserved.