All Methods Instance Methods Abstract Methods
| Modifier and Type |
Method and Description |
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToLabels(Map<String,String> map) |
T |
addToLabels(String key,
String value) |
T |
addToRepoDigests(String... items) |
T |
addToRepoTags(String... items) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCreated() |
String |
getId() |
Map<String,String> |
getLabels() |
String |
getParentId() |
List<String> |
getRepoDigests() |
List<String> |
getRepoTags() |
Long |
getSize() |
Long |
getVirtualSize() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromLabels(Map<String,String> map) |
T |
removeFromLabels(String key) |
T |
removeFromRepoDigests(String... items) |
T |
removeFromRepoTags(String... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withCreated(Long Created) |
T |
withId(String Id) |
T |
withLabels(Map<String,String> Labels) |
T |
withParentId(String ParentId) |
T |
withRepoDigests(List<String> RepoDigests) |
T |
withRepoDigests(String... RepoDigests) |
T |
withRepoTags(List<String> RepoTags) |
T |
withRepoTags(String... RepoTags) |
T |
withSize(Long Size) |
T |
withVirtualSize(Long VirtualSize) |