public class ImageHistory extends DockerObject implements Serializable
| Constructor and Description |
|---|
ImageHistory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
Long |
getCreated() |
String |
getCreatedBy() |
String |
getId() |
Long |
getSize() |
List<String> |
getTags() |
ImageHistory |
withComment(String comment) |
ImageHistory |
withCreated(Long created) |
ImageHistory |
withCreatedBy(String createdBy) |
ImageHistory |
withId(String id) |
ImageHistory |
withSize(Long size) |
ImageHistory |
withTags(List<String> tags) |
getRawValues@CheckForNull public String getId()
public ImageHistory withId(String id)
@CheckForNull public Long getCreated()
public ImageHistory withCreated(Long created)
@CheckForNull public String getCreatedBy()
public ImageHistory withCreatedBy(String createdBy)
@CheckForNull public List<String> getTags()
public ImageHistory withTags(List<String> tags)
@CheckForNull public Long getSize()
public ImageHistory withSize(Long size)
@CheckForNull public String getComment()
public ImageHistory withComment(String comment)
Copyright © 2026. All rights reserved.