public abstract class AbstractSVRLMessage extends Object
| Constructor and Description |
|---|
AbstractSVRLMessage(List<DiagnosticReference> aDiagnosticReferences,
String sID,
String sText,
String sLocation,
String sTest,
String sRole,
com.helger.commons.error.level.IErrorLevel aFlag) |
| Modifier and Type | Method and Description |
|---|---|
SVRLResourceError |
getAsResourceError(String sResourceName) |
com.helger.commons.collection.impl.ICommonsList<DiagnosticReference> |
getDiagnisticReferences() |
com.helger.commons.error.level.IErrorLevel |
getFlag() |
String |
getID() |
String |
getLocation() |
String |
getRole() |
String |
getTest() |
String |
getText() |
String |
toString() |
@Nonnull @ReturnsMutableCopy public final com.helger.commons.collection.impl.ICommonsList<DiagnosticReference> getDiagnisticReferences()
@Nonnull public final com.helger.commons.error.level.IErrorLevel getFlag()
@Nonnull public SVRLResourceError getAsResourceError(@Nullable String sResourceName)
Copyright © 2014–2021 Philip Helger. All rights reserved.