@Generated(value="org.jsonschema2pojo") public class DesiredState extends Object
Constructor and Description |
---|
DesiredState() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getHost() |
Info |
getInfo() |
Manifest |
getManifest()
Manifest describing group of [Docker containers](http://docker.io); also used by [Google Cloud Platform's container-vm images](https://developers.google.com/compute/docs/containers).
|
String |
getPodIP() |
String |
getStatus() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHost(String host) |
void |
setInfo(Info info) |
void |
setManifest(Manifest manifest)
Manifest describing group of [Docker containers](http://docker.io); also used by [Google Cloud Platform's container-vm images](https://developers.google.com/compute/docs/containers).
|
void |
setPodIP(String podIP) |
void |
setStatus(String status) |
String |
toString() |
public Manifest getManifest()
public void setManifest(Manifest manifest)
manifest
- The manifestpublic String getStatus()
public void setStatus(String status)
status
- The statuspublic String getHost()
public void setHost(String host)
host
- The hostpublic String getPodIP()
public void setPodIP(String podIP)
podIP
- The podIPpublic Info getInfo()
public void setInfo(Info info)
info
- The infoCopyright © 2011–2014 Red Hat. All rights reserved.