public class PortInfo extends Object
Constructor and Description |
---|
PortInfo() |
PortInfo(Integer exposedPort,
String servicePath) |
Modifier and Type | Method and Description |
---|---|
Integer |
getExposedPort() |
String |
getExposedPortProperty() |
String |
getServicePath() |
String |
getServicePathProperty() |
void |
setExposedPort(Integer exposedPort) |
void |
setExposedPortProperty(String exposedPortProperty) |
void |
setServicePath(String servicePath) |
void |
setServicePathProperty(String servicePathProperty) |
String |
toString() |
public Integer getExposedPort()
public void setExposedPort(Integer exposedPort)
public String getServicePath()
public void setServicePath(String servicePath)
public String getExposedPortProperty()
public void setExposedPortProperty(String exposedPortProperty)
public String getServicePathProperty()
public void setServicePathProperty(String servicePathProperty)
Copyright © 2016–2019 AdroitLogic. All rights reserved.