public static final class ResumeReply.Builder extends AbstractLogonMessage.Builder<ResumeReply,ResumeReply.Builder>
ResumeReply messages. Used
by eBus to de-serialize an encoded message.mTargetClass| Modifier and Type | Method and Description |
|---|---|
protected ResumeReply |
buildImpl()
Returns the newly instantiated
ResumeReply
message based on this builder configuration. |
ResumeReply.Builder |
replyReason(String reason)
Sets the reply reason to the given value.
|
ResumeReply.Builder |
replyStatus(EReplyMessage.ReplyStatus status)
Sets the reply status to the given value.
|
protected void |
validate(List<String> problems)
Adds any and all configuration problems to the list.
|
eidsubject, timestamp, timestampbuildprotected ResumeReply buildImpl()
ResumeReply
message based on this builder configuration.buildImpl in class EMessageObject.Builder<ResumeReply,ResumeReply.Builder>protected void validate(List<String> problems)
validate in class AbstractLogonMessage.Builder<ResumeReply,ResumeReply.Builder>problems - list of mis-configurations.public ResumeReply.Builder replyStatus(EReplyMessage.ReplyStatus status)
status - reply status.this resume reply builder.NullPointerException - if status is null.public ResumeReply.Builder replyReason(String reason)
null or an empty string.reason - reply reason.this resume reply builder.Copyright © 2019. All rights reserved.