public abstract class ImageHistory extends Object
Modifier and Type | Method and Description |
---|---|
abstract String |
comment() |
static ImageHistory |
create(String id,
long created,
String createdBy,
List<String> tags,
long size,
String comment) |
abstract long |
created() |
abstract String |
createdBy() |
abstract String |
id() |
abstract long |
size() |
abstract List<String> |
tags() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.