@Generated(value="org.jsonschema2pojo") public class Manifest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Manifest.Version |
| Constructor and Description |
|---|
Manifest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<ManifestContainer> |
getContainers()
The list of containers to launch.
|
Manifest.Version |
getVersion()
The version of the manifest.
|
Set<Volume> |
getVolumes()
A list of volumes to share between containers.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setContainers(List<ManifestContainer> containers)
The list of containers to launch.
|
void |
setVersion(Manifest.Version version)
The version of the manifest.
|
void |
setVolumes(Set<Volume> volumes)
A list of volumes to share between containers.
|
String |
toString() |
public Manifest.Version getVersion()
public void setVersion(Manifest.Version version)
version - The versionpublic List<ManifestContainer> getContainers()
public void setContainers(List<ManifestContainer> containers)
containers - The containerspublic Set<Volume> getVolumes()
public void setVolumes(Set<Volume> volumes)
volumes - The volumesCopyright © 2011–2014 Red Hat. All rights reserved.