@Generated(value={"Immutables.generator","_SpaceApplicationSummary"}) public final class SpaceApplicationSummary extends AbstractApplicationEntity
Modifier and Type | Class and Description |
---|---|
static class |
SpaceApplicationSummary.Builder
Builds instances of type
SpaceApplicationSummary . |
Modifier and Type | Method and Description |
---|---|
static SpaceApplicationSummary.Builder |
builder()
Creates a builder for
SpaceApplicationSummary . |
boolean |
equals(Object another)
This instance is equal to all instances of
SpaceApplicationSummary 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
|
DockerCredentials |
getDockerCredentials()
The docker credentials
|
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
|
String |
getHealthCheckHttpEndpoint()
The health check HTTP endpoint
|
Integer |
getHealthCheckTimeout()
The health check timeout
|
String |
getHealthCheckType()
The health check type
|
String |
getId()
The id
|
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.
|
List<Route> |
getRoutes()
The routes
|
Integer |
getRunningInstances()
The running instances
|
Integer |
getServiceCount()
The service count
|
List<String> |
getServiceNames()
The service names
|
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
|
List<String> |
getUrls()
The urls
|
String |
getVersion()
The version
|
int |
hashCode()
Computes a hash code from attributes:
detectedBuildpack , detectedBuildpackId , enableSsh , id , packageState , packageUpdatedAt , ports , routes , runningInstances , serviceCount , serviceNames , urls , version , buildpack , command , console , debug , detectedStartCommand , diego , diskQuota , dockerCredentials , dockerCredentialsJsons , dockerImage , environmentJsons , healthCheckHttpEndpoint , healthCheckTimeout , healthCheckType , instances , memory , name , production , spaceId , stackId , stagingFailedDescription , stagingFailedReason , stagingTaskId , state . |
String |
toString()
Prints the immutable value
SpaceApplicationSummary with attribute values. |
public String getDetectedBuildpack()
public String getDetectedBuildpackId()
public Boolean getEnableSsh()
public String getId()
public String getPackageState()
public String getPackageUpdatedAt()
public Integer getRunningInstances()
public Integer getServiceCount()
public String getVersion()
public String getBuildpack()
getBuildpack
in class AbstractApplicationEntity
public String getCommand()
getCommand
in class AbstractApplicationEntity
@Deprecated public Boolean getConsole()
getConsole
in class AbstractApplicationEntity
@Deprecated public String getDebug()
getDebug
in class AbstractApplicationEntity
public String getDetectedStartCommand()
getDetectedStartCommand
in class AbstractApplicationEntity
public Boolean getDiego()
getDiego
in class AbstractApplicationEntity
public Integer getDiskQuota()
getDiskQuota
in class AbstractApplicationEntity
public DockerCredentials getDockerCredentials()
getDockerCredentials
in class AbstractApplicationEntity
public Map<String,Object> getDockerCredentialsJsons()
getDockerCredentialsJsons
in class AbstractApplicationEntity
public String getDockerImage()
getDockerImage
in class AbstractApplicationEntity
public Map<String,Object> getEnvironmentJsons()
getEnvironmentJsons
in class AbstractApplicationEntity
public String getHealthCheckHttpEndpoint()
getHealthCheckHttpEndpoint
in class AbstractApplicationEntity
public Integer getHealthCheckTimeout()
getHealthCheckTimeout
in class AbstractApplicationEntity
public String getHealthCheckType()
getHealthCheckType
in class AbstractApplicationEntity
public Integer getInstances()
getInstances
in class AbstractApplicationEntity
public Integer getMemory()
getMemory
in class AbstractApplicationEntity
public String getName()
getName
in class AbstractApplicationEntity
@Deprecated public Boolean getProduction()
getProduction
in class AbstractApplicationEntity
public String getSpaceId()
getSpaceId
in class AbstractApplicationEntity
public String getStackId()
getStackId
in class AbstractApplicationEntity
public String getStagingFailedDescription()
getStagingFailedDescription
in class AbstractApplicationEntity
public String getStagingFailedReason()
getStagingFailedReason
in class AbstractApplicationEntity
public String getStagingTaskId()
getStagingTaskId
in class AbstractApplicationEntity
public String getState()
getState
in class AbstractApplicationEntity
public boolean equals(Object another)
SpaceApplicationSummary
that have equal attribute values.public int hashCode()
detectedBuildpack
, detectedBuildpackId
, enableSsh
, id
, packageState
, packageUpdatedAt
, ports
, routes
, runningInstances
, serviceCount
, serviceNames
, urls
, version
, buildpack
, command
, console
, debug
, detectedStartCommand
, diego
, diskQuota
, dockerCredentials
, dockerCredentialsJsons
, dockerImage
, environmentJsons
, healthCheckHttpEndpoint
, healthCheckTimeout
, healthCheckType
, instances
, memory
, name
, production
, spaceId
, stackId
, stagingFailedDescription
, stagingFailedReason
, stagingTaskId
, state
.public String toString()
SpaceApplicationSummary
with attribute values.public static SpaceApplicationSummary.Builder builder()
SpaceApplicationSummary
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.