-
public final class PrimerInputValidationError
-
-
Field Summary
Fields Modifier and Type Field Description private final StringerrorIdprivate final Stringdescriptionprivate final PrimerInputElementTypeinputElementType
-
Constructor Summary
Constructors Constructor Description PrimerInputValidationError(String errorId, String description, PrimerInputElementType inputElementType)
-
Method Summary
Modifier and Type Method Description final StringgetErrorId()final StringgetDescription()final PrimerInputElementTypegetInputElementType()-
-
Constructor Detail
-
PrimerInputValidationError
PrimerInputValidationError(String errorId, String description, PrimerInputElementType inputElementType)
-
-
Method Detail
-
getErrorId
final String getErrorId()
-
getDescription
final String getDescription()
-
getInputElementType
final PrimerInputElementType getInputElementType()
-
-
-
-