public class ContainerState extends Object
| Modifier and Type | Field and Description |
|---|---|
private Integer |
exitCode |
private Date |
finishedAt |
private Integer |
pid |
private Boolean |
running |
private Date |
startedAt |
| Constructor and Description |
|---|
ContainerState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
exitCode() |
void |
exitCode(Integer exitCode) |
Date |
finishedAt() |
void |
finishedAt(Date finishedAt) |
int |
hashCode() |
Integer |
pid() |
void |
pid(Integer pid) |
Boolean |
running() |
void |
running(Boolean running) |
Date |
startedAt() |
void |
startedAt(Date startedAt) |
String |
toString() |
private Boolean running
private Integer pid
private Integer exitCode
private Date startedAt
private Date finishedAt
public Boolean running()
public void running(Boolean running)
public Integer pid()
public void pid(Integer pid)
public Integer exitCode()
public void exitCode(Integer exitCode)
public Date startedAt()
public void startedAt(Date startedAt)
public Date finishedAt()
public void finishedAt(Date finishedAt)
Copyright © 2014. All rights reserved.