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 Image
create
(String created, String id, String parentId, List<String> repoTags, List<String> repoDigests, Long size, Long virtualSize, Map<String, String> labels) abstract String
created()
abstract String
id()
labels()
abstract String
parentId()
abstract com.google.common.collect.ImmutableList
<String> abstract com.google.common.collect.ImmutableList
<String> repoTags()
abstract Long
size()
abstract Long
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
created
-
id
-
parentId
-
repoTags
-
repoDigests
-
size
-
virtualSize
-
labels
-
create
-