Modifier and Type | Field and Description |
---|---|
static String |
CREATED |
static String |
ID |
static String |
LABELS |
static String |
PARENT_ID |
static String |
REPO_DIGESTS |
static String |
REPO_TAGS |
static String |
SIZE |
static String |
VIRTUAL_SIZE |
Constructor and Description |
---|
ImageDetails(com.google.gson.JsonObject json) |
Modifier and Type | Method and Description |
---|---|
long |
getCreated() |
String |
getId() |
Map<String,String> |
getLabels() |
String |
getParentId() |
List<String> |
getRepoDigests() |
List<String> |
getRepoTags() |
long |
getSize() |
long |
getVirtualSize() |
public static final String CREATED
public static final String ID
public static final String LABELS
public static final String PARENT_ID
public static final String REPO_TAGS
public static final String REPO_DIGESTS
public static final String SIZE
public static final String VIRTUAL_SIZE
public String getParentId()
getParentId
in interface Image
public long getCreated()
getCreated
in interface Image
public long getVirtualSize()
getVirtualSize
in interface Image
public List<String> getRepoTags()
getRepoTags
in interface Image
public List<String> getRepoDigests()
getRepoDigests
in interface Image
Copyright © 2020. All rights reserved.