|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intland.codebeamer.persistence.dto.InboxDto.HostAndPort
public static class InboxDto.HostAndPort
Just a simple struct-like class to hold parsed host name and port.
Field Summary | |
---|---|
java.lang.String |
host
|
java.lang.Integer |
port
|
Constructor Summary | |
---|---|
InboxDto.HostAndPort(java.lang.String host,
java.lang.Integer port)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String host
public java.lang.Integer port
Constructor Detail |
---|
public InboxDto.HostAndPort(java.lang.String host, java.lang.Integer port)
|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |