Uses of Enum
org.apache.dubbo.common.status.Status.Level
Packages that use Status.Level
-
Uses of Status.Level in org.apache.dubbo.common.status
Methods in org.apache.dubbo.common.status that return Status.LevelModifier and TypeMethodDescriptionStatus.getLevel()static Status.LevelReturns the enum constant of this type with the specified name.static Status.Level[]Status.Level.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.dubbo.common.status with parameters of type Status.LevelModifierConstructorDescriptionStatus(Status.Level level) Status(Status.Level level, String message) Status(Status.Level level, String message, String description)