public class VersionComponent extends DockerObject implements Serializable
VersionRemoteApiVersion#VERSION_1_35| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
VersionComponent() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getDetails() |
String |
getName() |
String |
getVersion() |
VersionComponent |
withDetails(Map<String,String> details) |
VersionComponent |
withName(String name) |
VersionComponent |
withVersion(String version) |
getRawValuespublic static final long serialVersionUID
@CheckForNull public Map<String,String> getDetails()
detailspublic VersionComponent withDetails(Map<String,String> details)
details@CheckForNull public String getName()
namepublic VersionComponent withName(String name)
name@CheckForNull public String getVersion()
versionpublic VersionComponent withVersion(String version)
versionCopyright © 2025. All rights reserved.