public abstract class AbstractSVRLMessage extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected com.helger.commons.collection.impl.ICommonsList<DiagnosticReference> |
m_aDiagnosticReferences |
protected com.helger.commons.error.level.IErrorLevel |
m_aFlag |
protected String |
m_sLocation |
protected String |
m_sRole |
protected String |
m_sTest |
protected String |
m_sText |
Constructor and Description |
---|
AbstractSVRLMessage(List<DiagnosticReference> aDiagnosticReferences,
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 |
getLocation() |
String |
getRole() |
String |
getTest() |
String |
getText() |
String |
toString() |
protected com.helger.commons.collection.impl.ICommonsList<DiagnosticReference> m_aDiagnosticReferences
protected String m_sText
protected String m_sLocation
protected String m_sTest
protected String m_sRole
protected com.helger.commons.error.level.IErrorLevel m_aFlag
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<DiagnosticReference> getDiagnisticReferences()
@Nonnull public com.helger.commons.error.level.IErrorLevel getFlag()
@Nonnull public SVRLResourceError getAsResourceError(@Nullable String sResourceName)
Copyright © 2014–2019 Philip Helger. All rights reserved.