public class ALSBDebuggerProperties
extends java.lang.Object
| Constructor and Description |
|---|
ALSBDebuggerProperties(java.lang.String host, int port)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
equals
|
int |
hashCode()
hash code
|
java.lang.String |
host()
returns the host
|
int |
port()
returns the port
|
java.lang.String |
toString()
to string
|
public ALSBDebuggerProperties(java.lang.String host,
int port)
public java.lang.String host()
public int port()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object