InteropLibrary for
details. For a reflective message representation see
Message instead.@Deprecated public abstract class Message extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Message()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(Object message)
Deprecated.
|
abstract int |
hashCode()
Deprecated.
When re-implementing
Message.equals(java.lang.Object), it is generally recommended to also
implement hashCode(). |
static Message |
valueOf(String messageId)
Deprecated.
|
public abstract boolean equals(Object message)
public abstract int hashCode()
Message.equals(java.lang.Object), it is generally recommended to also
implement hashCode().public static Message valueOf(String messageId)
messageId - canonical string representation of a messageIllegalArgumentException - if the string does not represent known message