@Immutable @MustImplementEqualsAndHashcode public final class MEPayload extends Object implements Serializable
MEMessage| Modifier and Type | Class and Description |
|---|---|
static class |
MEPayload.Builder
Builder class for
MEPayload |
| Modifier | Constructor and Description |
|---|---|
protected |
MEPayload(com.helger.commons.mime.IMimeType aMimeType,
String sContentID,
com.helger.commons.io.ByteArrayWrapper aData) |
| Modifier and Type | Method and Description |
|---|---|
static MEPayload.Builder |
builder() |
static String |
createRandomContentID() |
boolean |
equals(Object o) |
String |
getContentID() |
com.helger.commons.io.ByteArrayWrapper |
getData() |
com.helger.commons.mime.IMimeType |
getMimeType() |
String |
getMimeTypeString() |
int |
hashCode() |
String |
toString() |
@Nonnull public com.helger.commons.mime.IMimeType getMimeType()
@Nonnull @ReturnsMutableObject public com.helger.commons.io.ByteArrayWrapper getData()
@Nonnull public static MEPayload.Builder builder()
Copyright © 2020 toop.eu. All rights reserved.