public static final class PskKeyExchangeModes.PskKeyExchangeMode
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Checks if this PskKeyExchangeModes name list is equal to the given object.
|
int |
getID()
Gets the id.
|
java.lang.String |
getName()
Gets the name.
|
int |
hashCode()
Gets a hash code of this PskKeyExchangeMode.
|
java.lang.String |
toString()
Gets a String representation of this PSKKeyexchangeMode.
|
public int getID()
public java.lang.String getName()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
true
if this PskKeyExchangeModes is equal to the
given object, false
if it is not equal
to itpublic java.lang.String toString()
toString
in class java.lang.Object