Class Image
java.lang.Object
com.spotify.docker.client.messages.Image
- Direct Known Subclasses:
AutoValue_Image
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Imagecreate(String created, String id, String parentId, List<String> repoTags, List<String> repoDigests, Long size, Long virtualSize, Map<String, String> labels) abstract Stringcreated()abstract Stringid()labels()abstract StringparentId()abstract com.google.common.collect.ImmutableList<String> abstract com.google.common.collect.ImmutableList<String> repoTags()abstract Longsize()abstract Long
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
created
-
id
-
parentId
-
repoTags
-
repoDigests
-
size
-
virtualSize
-
labels
-
create
-