| 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 Imagepublic long getCreated()
getCreated in interface Imagepublic long getVirtualSize()
getVirtualSize in interface Imagepublic List<String> getRepoTags()
getRepoTags in interface Imagepublic List<String> getRepoDigests()
getRepoDigests in interface ImageCopyright © 2019. All rights reserved.