public abstract class ImageHistory extends Object
ImageHistory()
abstract String
comment()
abstract Long
created()
createdBy()
id()
size()
abstract com.google.common.collect.ImmutableList<String>
tags()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ImageHistory()
public abstract String id()
public abstract Long created()
public abstract String createdBy()
@Nullable public abstract com.google.common.collect.ImmutableList<String> tags()
public abstract Long size()
@Nullable public abstract String comment()
Copyright © 2018. All rights reserved.