@Generated(value="org.jsonschema2pojo") public class ImageLayer extends Object
Constructor and Description |
---|
ImageLayer()
No args constructor for use in serialization
|
ImageLayer(String name,
Long size) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getName()
the name of the layer (blob
|
Long |
getSize()
size of the layer in bytes
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setName(String name)
the name of the layer (blob
|
void |
setSize(Long size)
size of the layer in bytes
|
public String getName()
public void setName(String name)
name
- The namepublic Long getSize()
public void setSize(Long size)
size
- The sizeCopyright © 2011–2016 Red Hat. All rights reserved.