@Generated(value={"Immutables.generator","_RestageApplicationEntity"}) public final class RestageApplicationEntity extends AbstractApplicationEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
RestageApplicationEntity.Builder
Builds instances of type
RestageApplicationEntity. |
| Modifier and Type | Method and Description |
|---|---|
static RestageApplicationEntity.Builder |
builder()
Creates a builder for
RestageApplicationEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
RestageApplicationEntity that have equal attribute values. |
String |
getBuildpack()
The buildpack
|
String |
getCommand()
The command
|
Boolean |
getConsole()
Deprecated.
|
String |
getDebug()
Deprecated.
|
String |
getDetectedBuildpack()
The detected buildpack
|
String |
getDetectedBuildpackId()
The detected buildpack id
|
String |
getDetectedStartCommand()
The detected start command
|
Boolean |
getDiego()
Diego
|
Integer |
getDiskQuota()
The disk quota in megabytes
|
Map<String,Object> |
getDockerCredentialsJsons()
The docker credentials JSONs
|
String |
getDockerImage()
The docker image
|
Boolean |
getEnableSsh()
Whether SSH is enabled
|
Map<String,Object> |
getEnvironmentJsons()
The environment JSONs
|
Integer |
getHealthCheckTimeout()
The health check timeout
|
String |
getHealthCheckType()
The health check type
|
Integer |
getInstances()
The instances
|
Integer |
getMemory()
The memory in megabytes
|
String |
getName()
The name
|
String |
getPackageState()
The package state
|
String |
getPackageUpdatedAt()
When the package was update
|
List<Integer> |
getPorts()
The ports
|
Boolean |
getProduction()
Deprecated.
|
String |
getSpaceId()
The space id
|
String |
getStackId()
The stack id
|
String |
getStagingFailedDescription()
The staging failed description
|
String |
getStagingFailedReason()
The staging failed reason
|
String |
getStagingTaskId()
The staging task id
|
String |
getState()
The state
|
String |
getVersion()
The version
|
int |
hashCode()
Computes a hash code from attributes:
detectedBuildpack, detectedBuildpackId, enableSsh, packageState, packageUpdatedAt, ports, version, buildpack, command, console, debug, detectedStartCommand, diego, diskQuota, dockerCredentialsJsons, dockerImage, environmentJsons, healthCheckTimeout, healthCheckType, instances, memory, name, production, spaceId, stackId, stagingFailedDescription, stagingFailedReason, stagingTaskId, state. |
String |
toString()
Prints the immutable value
RestageApplicationEntity with attribute values. |
public String getDetectedBuildpack()
public String getDetectedBuildpackId()
public Boolean getEnableSsh()
public String getPackageState()
public String getPackageUpdatedAt()
public String getVersion()
public String getBuildpack()
getBuildpack in class AbstractApplicationEntitypublic String getCommand()
getCommand in class AbstractApplicationEntity@Deprecated public Boolean getConsole()
getConsole in class AbstractApplicationEntity@Deprecated public String getDebug()
getDebug in class AbstractApplicationEntitypublic String getDetectedStartCommand()
getDetectedStartCommand in class AbstractApplicationEntitypublic Boolean getDiego()
getDiego in class AbstractApplicationEntitypublic Integer getDiskQuota()
getDiskQuota in class AbstractApplicationEntitypublic Map<String,Object> getDockerCredentialsJsons()
getDockerCredentialsJsons in class AbstractApplicationEntitypublic String getDockerImage()
getDockerImage in class AbstractApplicationEntitypublic Map<String,Object> getEnvironmentJsons()
getEnvironmentJsons in class AbstractApplicationEntitypublic Integer getHealthCheckTimeout()
getHealthCheckTimeout in class AbstractApplicationEntitypublic String getHealthCheckType()
getHealthCheckType in class AbstractApplicationEntitypublic Integer getInstances()
getInstances in class AbstractApplicationEntitypublic Integer getMemory()
getMemory in class AbstractApplicationEntitypublic String getName()
getName in class AbstractApplicationEntity@Deprecated public Boolean getProduction()
getProduction in class AbstractApplicationEntitypublic String getSpaceId()
getSpaceId in class AbstractApplicationEntitypublic String getStackId()
getStackId in class AbstractApplicationEntitypublic String getStagingFailedDescription()
getStagingFailedDescription in class AbstractApplicationEntitypublic String getStagingFailedReason()
getStagingFailedReason in class AbstractApplicationEntitypublic String getStagingTaskId()
getStagingTaskId in class AbstractApplicationEntitypublic String getState()
getState in class AbstractApplicationEntitypublic boolean equals(Object another)
RestageApplicationEntity that have equal attribute values.public int hashCode()
detectedBuildpack, detectedBuildpackId, enableSsh, packageState, packageUpdatedAt, ports, version, buildpack, command, console, debug, detectedStartCommand, diego, diskQuota, dockerCredentialsJsons, dockerImage, environmentJsons, healthCheckTimeout, healthCheckType, instances, memory, name, production, spaceId, stackId, stagingFailedDescription, stagingFailedReason, stagingTaskId, state.public String toString()
RestageApplicationEntity with attribute values.public static RestageApplicationEntity.Builder builder()
RestageApplicationEntity.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.