|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.github.dockerjava.api.model.ExposedPort
public class ExposedPort
Nested Class Summary | |
---|---|
static class |
ExposedPort.Deserializer
|
static class |
ExposedPort.Serializer
|
Constructor Summary | |
---|---|
ExposedPort(String scheme,
int port)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
int |
getPort()
|
String |
getScheme()
|
int |
hashCode()
|
static ExposedPort |
parse(String serialized)
|
static ExposedPort |
tcp(int port)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExposedPort(String scheme, int port)
Method Detail |
---|
public String getScheme()
public int getPort()
public static ExposedPort tcp(int port)
public static ExposedPort parse(String serialized)
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |