Uses of Class
com.alibaba.dubbo.common.status.Status.Level

Packages that use Status.Level
com.alibaba.dubbo.common.status   
 

Uses of Status.Level in com.alibaba.dubbo.common.status
 

Methods in com.alibaba.dubbo.common.status that return Status.Level
 Status.Level Status.getLevel()
           
static Status.Level Status.Level.valueOf(String name)
          Returns 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 com.alibaba.dubbo.common.status with parameters of type Status.Level
Status(Status.Level level)
           
Status(Status.Level level, String message)
           
Status(Status.Level level, String message, String description)
           
 



Copyright © 2012–2017 Alibaba. All rights reserved.