public class AppStatusResource extends org.springframework.hateoas.RepresentationModel<AppStatusResource>
Modifier and Type | Class and Description |
---|---|
static class |
AppStatusResource.Page |
Modifier and Type | Field and Description |
---|---|
static String |
NO_INSTANCES |
Constructor and Description |
---|
AppStatusResource(String deploymentId,
String state) |
Modifier and Type | Method and Description |
---|---|
String |
getDeploymentId() |
org.springframework.hateoas.CollectionModel<AppInstanceStatusResource> |
getInstances() |
String |
getName() |
String |
getState() |
void |
setDeploymentId(String deploymentId) |
void |
setInstances(org.springframework.hateoas.CollectionModel<AppInstanceStatusResource> instances) |
void |
setState(String state) |
public static final String NO_INSTANCES
public String getName()
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
public String getState()
public void setState(String state)
public org.springframework.hateoas.CollectionModel<AppInstanceStatusResource> getInstances()
public void setInstances(org.springframework.hateoas.CollectionModel<AppInstanceStatusResource> instances)
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.