@Generated(value={"Immutables.generator","_ApplicationManifest"}) public final class ApplicationManifest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationManifest.Builder
Builds instances of type
ApplicationManifest. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationManifest.Builder |
builder()
Creates a builder for
ApplicationManifest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ApplicationManifest that have equal attribute values. |
String |
getBuildpack()
The buildpack used by the application
|
String |
getCommand()
The command used to execute the application
|
Integer |
getDisk()
The disk quota in megabytes
|
List<String> |
getDomains()
The collection of domains bound to the application
|
Map<String,Object> |
getEnvironmentVariables()
The environment variables to set on the application
|
List<String> |
getHosts()
The collection of hosts bound to the application
|
Integer |
getInstances()
The number of instances of the application
|
Integer |
getMemory()
The memory quota in megabytes
|
String |
getName()
The name of the application
|
List<String> |
getServices()
The collection of service names bound to the application
|
String |
getStack()
The stack used to run the application
|
Integer |
getTimeout()
The number of seconds allowed for application start
|
int |
hashCode()
Computes a hash code from attributes:
buildpack, command, disk, domains, environmentVariables, hosts, instances, memory, name, services, stack, timeout. |
String |
toString()
Prints the immutable value
ApplicationManifest with attribute values. |
public String getBuildpack()
public String getCommand()
public Integer getDisk()
public List<String> getDomains()
This representation of an application manifest cannot preserve the correct relationship between domains and hosts. See this issue for more information.
public Map<String,Object> getEnvironmentVariables()
public List<String> getHosts()
This representation of an application manifest cannot preserve the correct relationship between domains and hosts. See this issue for more information.
public Integer getInstances()
public Integer getMemory()
public String getName()
public List<String> getServices()
public String getStack()
public Integer getTimeout()
public boolean equals(Object another)
ApplicationManifest that have equal attribute values.public int hashCode()
buildpack, command, disk, domains, environmentVariables, hosts, instances, memory, name, services, stack, timeout.public String toString()
ApplicationManifest with attribute values.public static ApplicationManifest.Builder builder()
ApplicationManifest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.