public final class LogonReply extends AbstractLogonMessage implements Serializable
LogonMessage.AbstractLogonMessage,
LogonMessage,
LogoffMessage,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
LogonReply.Builder
Class used to create
LogonReply instances. |
EMessage.MessageType| Modifier and Type | Field and Description |
|---|---|
EReplyMessage.ReplyStatus |
logonStatus
Either the logon attempt succeeded or failed.
|
String |
reason
Explanation for a rejected logon request.
|
eidSYSTEM_SUBJECTMAX_FIELDS| Modifier and Type | Method and Description |
|---|---|
static LogonReply.Builder |
builder()
Returns a new instance of the
LogonReply builder. |
boolean |
equals(Object o)
Returns
true if o is a
non-null LogonReply instance with reply status and
reason equal to this LogonReply instance and
false otherwise. |
int |
hashCode()
Returns the feed status message hash code.
|
String |
toString()
Returns a human-readable text version of this message.
|
isApplicationMessage, isSystemMessage, key, messageTypepublic final EReplyMessage.ReplyStatus logonStatus
public boolean equals(Object o)
true if o is a
non-null LogonReply instance with reply status and
reason equal to this LogonReply instance and
false otherwise.equals in class AbstractLogonMessageo - comparison object.true if the message fields are equal
and false otherwise.public int hashCode()
hashCode in class AbstractLogonMessagepublic String toString()
toString in class AbstractLogonMessagepublic static LogonReply.Builder builder()
LogonReply builder.Copyright © 2019. All rights reserved.