public class Port extends Object
| Modifier and Type | Method and Description |
|---|---|
Integer |
getContainerPort() |
Integer |
getHostPort() |
String |
getProtocol() |
Integer |
getServicePort() |
void |
setContainerPort(Integer containerPort) |
void |
setHostPort(Integer hostPort) |
void |
setProtocol(String protocol) |
void |
setServicePort(Integer servicePort) |
String |
toString() |
public Port(Integer containerPort)
public Integer getContainerPort()
public void setContainerPort(Integer containerPort)
public Integer getHostPort()
public void setHostPort(Integer hostPort)
public Integer getServicePort()
public void setServicePort(Integer servicePort)
public String getProtocol()
public void setProtocol(String protocol)
Copyright © 2015. All rights reserved.