@Generated(value="org.immutables.processor.ProxyProcessor") public final class ApplicationEntity extends AbstractApplicationEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationEntity.Builder
Builds instances of type
ApplicationEntity. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationEntity.Builder |
builder()
Creates a builder for
ApplicationEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
ApplicationEntity 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
|
String |
getDockerImage()
The docker image
|
Boolean |
getEnableSsh()
Whether SSH is enabled
|
Map<String,Object> |
getEnvironmentJsons()
The environment JSONs
|
String |
getEventsUrl()
The events url
|
String |
getHealthCheckHttpEndpoint()
The health check HTTP endpoint
|
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 |
getRouteMappingsUrl()
The route mappings url
|
String |
getRoutesUrl()
The routes url
|
String |
getServiceBindingsUrl()
The service bindings url
|
String |
getSpaceId()
The space id
|
String |
getSpaceUrl()
The space url
|
String |
getStackId()
The stack id
|
String |
getStackUrl()
The stack url
|
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:
buildpack, command, console, debug, detectedStartCommand, diego, diskQuota, dockerCredentials, dockerImage, environmentJsons, healthCheckHttpEndpoint, healthCheckTimeout, healthCheckType, instances, memory, name, production, spaceId, stackId, stagingFailedDescription, stagingFailedReason, stagingTaskId, state, detectedBuildpack, detectedBuildpackId, enableSsh, eventsUrl, packageState, packageUpdatedAt, ports, routeMappingsUrl, routesUrl, serviceBindingsUrl, spaceUrl, stackUrl, version. |
String |
toString()
Prints the immutable value
ApplicationEntity with attribute values. |
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 DockerCredentials getDockerCredentials()
getDockerCredentials in class AbstractApplicationEntitypublic String getDockerImage()
getDockerImage in class AbstractApplicationEntitypublic Map<String,Object> getEnvironmentJsons()
getEnvironmentJsons in class AbstractApplicationEntitypublic String getHealthCheckHttpEndpoint()
getHealthCheckHttpEndpoint 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 String getDetectedBuildpack()
public String getDetectedBuildpackId()
public Boolean getEnableSsh()
public String getEventsUrl()
public String getPackageState()
public String getPackageUpdatedAt()
public String getRouteMappingsUrl()
public String getRoutesUrl()
public String getServiceBindingsUrl()
public String getSpaceUrl()
public String getStackUrl()
public String getVersion()
public boolean equals(Object another)
ApplicationEntity that have equal attribute values.public int hashCode()
buildpack, command, console, debug, detectedStartCommand, diego, diskQuota, dockerCredentials, dockerImage, environmentJsons, healthCheckHttpEndpoint, healthCheckTimeout, healthCheckType, instances, memory, name, production, spaceId, stackId, stagingFailedDescription, stagingFailedReason, stagingTaskId, state, detectedBuildpack, detectedBuildpackId, enableSsh, eventsUrl, packageState, packageUpdatedAt, ports, routeMappingsUrl, routesUrl, serviceBindingsUrl, spaceUrl, stackUrl, version.public String toString()
ApplicationEntity with attribute values.public static ApplicationEntity.Builder builder()
ApplicationEntity.
ApplicationEntity.builder()
.buildpack(String | null) // nullable buildpack
.command(String | null) // nullable command
.console(Boolean | null) // nullable console
.debug(String | null) // nullable debug
.detectedStartCommand(String | null) // nullable detectedStartCommand
.diego(Boolean | null) // nullable diego
.diskQuota(Integer | null) // nullable diskQuota
.dockerCredentials(org.cloudfoundry.client.v2.applications.DockerCredentials | null) // nullable dockerCredentials
.dockerImage(String | null) // nullable dockerImage
.environmentJsons(Map<String, Object> | null) // nullable environmentJsons
.healthCheckHttpEndpoint(String | null) // nullable healthCheckHttpEndpoint
.healthCheckTimeout(Integer | null) // nullable healthCheckTimeout
.healthCheckType(String | null) // nullable healthCheckType
.instances(Integer | null) // nullable instances
.memory(Integer | null) // nullable memory
.name(String | null) // nullable name
.production(Boolean | null) // nullable production
.spaceId(String | null) // nullable spaceId
.stackId(String | null) // nullable stackId
.stagingFailedDescription(String | null) // nullable stagingFailedDescription
.stagingFailedReason(String | null) // nullable stagingFailedReason
.stagingTaskId(String | null) // nullable stagingTaskId
.state(String | null) // nullable state
.detectedBuildpack(String | null) // nullable detectedBuildpack
.detectedBuildpackId(String | null) // nullable detectedBuildpackId
.enableSsh(Boolean | null) // nullable enableSsh
.eventsUrl(String | null) // nullable eventsUrl
.packageState(String | null) // nullable packageState
.packageUpdatedAt(String | null) // nullable packageUpdatedAt
.ports(List<Integer> | null) // nullable ports
.routeMappingsUrl(String | null) // nullable routeMappingsUrl
.routesUrl(String | null) // nullable routesUrl
.serviceBindingsUrl(String | null) // nullable serviceBindingsUrl
.spaceUrl(String | null) // nullable spaceUrl
.stackUrl(String | null) // nullable stackUrl
.version(String | null) // nullable version
.build();
Copyright © 2020. All rights reserved.