@Generated(value="org.jsonschema2pojo") public class Image extends Object
Constructor and Description |
---|
Image() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getArchitecture() |
String |
getAuthor() |
String |
getComment() |
Config |
getConfig() |
String |
getContainer() |
Config |
getContainerConfig() |
String |
getCreated() |
String |
getDockerVersion() |
String |
getId() |
String |
getParent() |
Integer |
getSize() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setArchitecture(String Architecture) |
void |
setAuthor(String Author) |
void |
setComment(String Comment) |
void |
setConfig(Config Config) |
void |
setContainer(String Container) |
void |
setContainerConfig(Config ContainerConfig) |
void |
setCreated(String Created) |
void |
setDockerVersion(String DockerVersion) |
void |
setId(String Id) |
void |
setParent(String Parent) |
void |
setSize(Integer Size) |
String |
toString() |
public String getArchitecture()
public void setArchitecture(String Architecture)
Architecture
- The Architecturepublic String getAuthor()
public void setAuthor(String Author)
Author
- The Authorpublic String getComment()
public void setComment(String Comment)
Comment
- The Commentpublic Config getConfig()
public void setConfig(Config Config)
Config
- The Configpublic String getContainer()
public void setContainer(String Container)
Container
- The Containerpublic Config getContainerConfig()
public void setContainerConfig(Config ContainerConfig)
ContainerConfig
- The ContainerConfigpublic String getCreated()
public void setCreated(String Created)
Created
- The Createdpublic String getDockerVersion()
public void setDockerVersion(String DockerVersion)
DockerVersion
- The DockerVersionpublic String getId()
public void setId(String Id)
Id
- The Idpublic String getParent()
public void setParent(String Parent)
Parent
- The Parentpublic Integer getSize()
public void setSize(Integer Size)
Size
- The SizeCopyright © 2011–2015 Red Hat. All rights reserved.