public class ExposedPort extends Object
| Constructor and Description |
|---|
ExposedPort(int exposed,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getExposed() |
String |
getType() |
int |
hashCode() |
void |
setExposed(int exposed) |
void |
setType(String type) |
String |
toString() |
static ExposedPort |
valueOf(int port) |
static ExposedPort |
valueOf(String exp) |
static Collection<ExposedPort> |
valuesOf(Collection<String> ports) |
public ExposedPort(int exposed,
String type)
public static ExposedPort valueOf(String exp)
public static ExposedPort valueOf(int port)
public static Collection<ExposedPort> valuesOf(Collection<String> ports)
public int getExposed()
public void setExposed(int exposed)
public String getType()
public void setType(String type)
Copyright © 2018 JBoss by Red Hat. All rights reserved.