public abstract class Image extends Object
Modifier and Type | Method and Description |
---|---|
static Image |
create(int id,
String name,
String type,
String distribution,
String slug,
boolean isPublic,
List<String> regions,
Date createdAt) |
abstract Date |
createdAt() |
abstract String |
distribution() |
abstract int |
id() |
abstract boolean |
isPublic() |
abstract String |
name() |
abstract List<String> |
regions() |
abstract String |
slug() |
abstract String |
type() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.