@Generated(value="org.jsonschema2pojo") public class PodCurrentContainerInfo extends Object
Constructor and Description |
---|
PodCurrentContainerInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
DetailInfo |
getDetailInfo()
Detailed information of the container
|
Integer |
getRestartCount()
Number of restarts.
|
State |
getState()
The container state.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDetailInfo(DetailInfo detailInfo)
Detailed information of the container
|
void |
setRestartCount(Integer restartCount)
Number of restarts.
|
void |
setState(State state)
The container state.
|
String |
toString() |
public Integer getRestartCount()
public void setRestartCount(Integer restartCount)
restartCount
- The restartCountpublic DetailInfo getDetailInfo()
public void setDetailInfo(DetailInfo detailInfo)
detailInfo
- The detailInfopublic State getState()
public void setState(State state)
state
- The stateCopyright © 2011–2014 Red Hat. All rights reserved.