@Generated(value="org.jsonschema2pojo") public class Port extends Object
Constructor and Description |
---|
Port() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getContainerPort() |
String |
getHostIP() |
Integer |
getHostPort() |
String |
getName() |
String |
getProtocol() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setContainerPort(Integer containerPort) |
void |
setHostIP(String hostIP) |
void |
setHostPort(Integer hostPort) |
void |
setName(String name) |
void |
setProtocol(String protocol) |
String |
toString() |
public Integer getContainerPort()
public void setContainerPort(Integer containerPort)
containerPort
- The containerPortpublic String getHostIP()
public void setHostIP(String hostIP)
hostIP
- The hostIPpublic Integer getHostPort()
public void setHostPort(Integer hostPort)
hostPort
- The hostPortpublic String getName()
public void setName(String name)
name
- The namepublic String getProtocol()
public void setProtocol(String protocol)
protocol
- The protocolCopyright © 2011–2015 Red Hat. All rights reserved.