public class Container extends Object
Constructor and Description |
---|
Container() |
Modifier and Type | Method and Description |
---|---|
String |
getCommand() |
Long |
getCreated() |
HostConfig |
getHostConfig() |
String |
getId() |
String |
getImage() |
String |
getImageId() |
Map<String,String> |
getLabels() |
List<Mount> |
getMounts() |
List<String> |
getNames() |
NetworkSettings |
getNetworkSettings() |
List<PortDefinition> |
getPorts() |
String |
getState() |
String |
getStatus() |
void |
setCommand(String command) |
void |
setCreated(Long created) |
void |
setHostConfig(HostConfig hostConfig) |
void |
setId(String id) |
void |
setImage(String image) |
void |
setImageId(String imageId) |
void |
setLabels(Map<String,String> labels) |
void |
setMounts(List<Mount> mounts) |
void |
setNames(List<String> names) |
void |
setNetworkSettings(NetworkSettings networkSettings) |
void |
setPorts(List<PortDefinition> ports) |
void |
setState(String state) |
void |
setStatus(String status) |
public String getId()
public void setId(String id)
public String getImage()
public void setImage(String image)
public String getImageId()
public void setImageId(String imageId)
public String getCommand()
public void setCommand(String command)
public Long getCreated()
public void setCreated(Long created)
public List<PortDefinition> getPorts()
public void setPorts(List<PortDefinition> ports)
public String getState()
public void setState(String state)
public String getStatus()
public void setStatus(String status)
public HostConfig getHostConfig()
public void setHostConfig(HostConfig hostConfig)
public NetworkSettings getNetworkSettings()
public void setNetworkSettings(NetworkSettings networkSettings)
Copyright © 1999-2023 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.