@Entity public class Info extends AbstractEntity
| Constructor and Description |
|---|
Info() |
| Modifier and Type | Method and Description |
|---|---|
static Info |
createNewInfo(String description)
Create a new Info instance with the given description, first deployed and last deployed dates
set to the current date-time, and StatusCode.UNKNOWN.
|
Date |
getDeleted() |
String |
getDescription() |
Date |
getFirstDeployed() |
Date |
getLastDeployed() |
Status |
getStatus() |
void |
setDeleted(Date deleted) |
void |
setDescription(String description) |
void |
setFirstDeployed(Date firstDeployed) |
void |
setLastDeployed(Date lastDeployed) |
void |
setStatus(Status status) |
getId, getObjectVersionpublic Status getStatus()
public void setStatus(Status status)
public Date getFirstDeployed()
public void setFirstDeployed(Date firstDeployed)
public Date getLastDeployed()
public void setLastDeployed(Date lastDeployed)
public Date getDeleted()
public void setDeleted(Date deleted)
public String getDescription()
public void setDescription(String description)
public static Info createNewInfo(String description)
description - a string describing the general info status at a level finer than StatusCodeCopyright © 2021 Pivotal Software, Inc.. All rights reserved.