@Generated(value="org.jsonschema2pojo") public class ImageHistory extends Object
| Constructor and Description |
|---|
ImageHistory()
No args constructor for use in serialization
|
ImageHistory(String Comment,
Long Created,
String CreatedBy,
String Id,
Long Size,
List<String> Tags) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getComment() |
Long |
getCreated() |
String |
getCreatedBy() |
String |
getId() |
Long |
getSize() |
List<String> |
getTags() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setComment(String Comment) |
void |
setCreated(Long Created) |
void |
setCreatedBy(String CreatedBy) |
void |
setId(String Id) |
void |
setSize(Long Size) |
void |
setTags(List<String> Tags) |
public String getComment()
public void setComment(String Comment)
Comment - The Commentpublic Long getCreated()
public void setCreated(Long Created)
Created - The Createdpublic String getCreatedBy()
public void setCreatedBy(String CreatedBy)
CreatedBy - The CreatedBypublic String getId()
public void setId(String Id)
Id - The Idpublic Long getSize()
public void setSize(Long Size)
Size - The SizeCopyright © 2015–2016 Red Hat. All rights reserved.