public class MEMessage extends Object implements Serializable
MEPayload objects.| Modifier and Type | Class and Description |
|---|---|
static class |
MEMessage.Builder
Builder class for
MEMessage. |
| Modifier | Constructor and Description |
|---|---|
protected |
MEMessage(com.helger.commons.collection.impl.ICommonsList<MEPayload> aPayloads) |
| Modifier and Type | Method and Description |
|---|---|
static MEMessage.Builder |
builder() |
com.helger.commons.collection.impl.ICommonsList<MEPayload> |
getAllPayloads() |
com.helger.commons.collection.impl.ICommonsList<MEPayload> |
payloads() |
@Nonnull @Nonempty @ReturnsMutableObject public com.helger.commons.collection.impl.ICommonsList<MEPayload> payloads()
null, non-empty list of payloads. The result
object is mutable and can change the content of this object.@Nonnull @Nonempty @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<MEPayload> getAllPayloads()
null, non-empty list of payloads. The result
object is a cloned list.@Nonnull public static MEMessage.Builder builder()
Copyright © 2020 toop.eu. All rights reserved.