public final class FeedStatusMessage extends ESystemMessage implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
FeedStatusMessage.Builder
Class used to create
FeedStatusMessage instances. |
EMessage.MessageType| Modifier and Type | Field and Description |
|---|---|
EFeedState |
feedState
The updated feed state.
|
SYSTEM_SUBJECTMAX_FIELDS| Modifier and Type | Method and Description |
|---|---|
static FeedStatusMessage.Builder |
builder()
Returns a new instance of the
FeedStatusMessage
builder. |
boolean |
equals(Object o)
Returns
true if o is a
non-null FeedStatusMessage instance with feed
status and reason equal to this FeedStatusMessage
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 EFeedState feedState
public boolean equals(Object o)
true if o is a
non-null FeedStatusMessage instance with feed
status and reason equal to this FeedStatusMessage
instance and false otherwise.public int hashCode()
public String toString()
public static FeedStatusMessage.Builder builder()
FeedStatusMessage
builder.Copyright © 2019. All rights reserved.