public abstract class Application extends Object
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getCreatedAt()
When the application was created
|
abstract String |
getDesiredState()
The desired state
|
abstract Map<String,String> |
getEnvironmentVariables()
The environment variables\
|
abstract String |
getId()
The id
|
abstract Lifecycle |
getLifecycle()
The lifecycle
|
abstract Map<String,Link> |
getLinks()
The links
|
abstract String |
getName()
The name
|
abstract Integer |
getTotalDesiredInstances()
The total desired instances
|
abstract String |
getUpdatedAt()
When the application was updated
|
public abstract String getCreatedAt()
public abstract String getDesiredState()
public abstract Map<String,String> getEnvironmentVariables()
public abstract String getId()
public abstract Lifecycle getLifecycle()
public abstract String getName()
public abstract Integer getTotalDesiredInstances()
public abstract String getUpdatedAt()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.