@NotThreadSafe public class IncomingEDMResponse extends Object implements IIncomingEDMResponse
EDMResponse, optional attachments and
IMEIncomingTransportMetadata for the metadata.| Constructor and Description |
|---|
IncomingEDMResponse(eu.toop.edm.EDMResponse aResponse,
String sTopLevelContentID,
List<MEPayload> aAttachments,
IMEIncomingTransportMetadata aMetadata) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsOrderedMap<String,MEPayload> |
attachments() |
boolean |
equals(Object o) |
com.helger.commons.collection.impl.ICommonsOrderedMap<String,MEPayload> |
getAllAttachments() |
IMEIncomingTransportMetadata |
getMetadata() |
eu.toop.edm.EDMResponse |
getResponse() |
String |
getTopLevelContentID() |
int |
hashCode() |
String |
toString() |
@Nonnull public eu.toop.edm.EDMResponse getResponse()
null.@Nonnull @Nonempty public String getTopLevelContentID()
getTopLevelContentID in interface IIncomingEDMObject@Nonnull @ReturnsMutableObject public com.helger.commons.collection.impl.ICommonsOrderedMap<String,MEPayload> attachments()
null but maybe empty. Handle with care.@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsOrderedMap<String,MEPayload> getAllAttachments()
null but maybe empty.@Nonnull public IMEIncomingTransportMetadata getMetadata()
getMetadata in interface IIncomingEDMObjectnull.Copyright © 2020 toop.eu. All rights reserved.