public final class SpaceApplicationSummary extends AbstractApplicationEntity
Modifier and Type | Class and Description |
---|---|
static class |
SpaceApplicationSummary.SpaceApplicationSummaryBuilder |
Modifier and Type | Method and Description |
---|---|
static SpaceApplicationSummary.SpaceApplicationSummaryBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDetectedBuildpack()
The detected buildpack
|
Boolean |
getEnableSsh()
Enable SSH
|
String |
getId()
The id
|
String |
getPackageState()
The package state
|
String |
getPackageUpdatedAt()
The package updated at
|
List<Integer> |
getPorts()
The ports
|
List<Route> |
getRoutes()
The routes
|
Integer |
getRunningInstances()
The running instances
|
Integer |
getServiceCount()
The service count
|
List<String> |
getServiceNames()
The service names
|
String |
getStagingTaskId()
The staging task id
|
List<String> |
getUrls()
The urls
|
String |
getVersion()
The version
|
int |
hashCode() |
String |
toString() |
getBuildpack, getCommand, getConsole, getDebug, getDetectedStartCommand, getDiego, getDiskQuota, getDockerCredentialsJsons, getDockerImage, getEnvironmentJsons, getHealthCheckTimeout, getHealthCheckType, getInstances, getMemory, getName, getProduction, getSpaceId, getStackId, getStagingFailedDescription, getStagingFailedReason, getState
@Generated(value="lombok") public static SpaceApplicationSummary.SpaceApplicationSummaryBuilder builder()
@Generated(value="lombok") public String getDetectedBuildpack()
@Generated(value="lombok") public Boolean getEnableSsh()
@Generated(value="lombok") public String getId()
@Generated(value="lombok") public String getPackageState()
@Generated(value="lombok") public String getPackageUpdatedAt()
@Generated(value="lombok") public List<Integer> getPorts()
@Generated(value="lombok") public List<Route> getRoutes()
@Generated(value="lombok") public Integer getRunningInstances()
@Generated(value="lombok") public Integer getServiceCount()
@Generated(value="lombok") public List<String> getServiceNames()
@Generated(value="lombok") public String getStagingTaskId()
@Generated(value="lombok") public List<String> getUrls()
@Generated(value="lombok") public String getVersion()
@Generated(value="lombok") public boolean equals(Object o)
equals
in class AbstractApplicationEntity
@Generated(value="lombok") protected boolean canEqual(Object other)
canEqual
in class AbstractApplicationEntity
@Generated(value="lombok") public int hashCode()
hashCode
in class AbstractApplicationEntity
@Generated(value="lombok") public String toString()
toString
in class AbstractApplicationEntity
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.