Uses of Enum Class
org.lockss.laaws.crawler.model.UrlError.SeverityEnum
Packages that use UrlError.SeverityEnum
-
Uses of UrlError.SeverityEnum in org.lockss.laaws.crawler.model
Methods in org.lockss.laaws.crawler.model that return UrlError.SeverityEnumModifier and TypeMethodDescriptionstatic UrlError.SeverityEnum@NotNull UrlError.SeverityEnumUrlError.getSeverity()the severity of the error.static UrlError.SeverityEnumReturns the enum constant of this class with the specified name.static UrlError.SeverityEnum[]UrlError.SeverityEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.lockss.laaws.crawler.model with parameters of type UrlError.SeverityEnumModifier and TypeMethodDescriptionvoidUrlError.setSeverity(UrlError.SeverityEnum severity) UrlError.severity(UrlError.SeverityEnum severity)