public interface IAS4DuplicateItem extends com.helger.commons.id.IHasID<String>, Serializable
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getDateTime() |
String |
getMessageID() |
String |
getPModeID() |
String |
getProfileID() |
default boolean |
hasPModeID() |
default boolean |
hasProfileID() |
@Nonnull LocalDateTime getDateTime()
null.@Nonnull @Nonempty String getMessageID()
null nor empty.default boolean hasProfileID()
true if an AS4 profile ID is present,
false if not.default boolean hasPModeID()
true if an AS4 PMode ID is present, false
if not.Copyright © 2015–2020 Philip Helger. All rights reserved.