| Package | Description |
|---|---|
| org.apache.dubbo.common.status |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
Status(Status.Level level) |
Status(Status.Level level,
String message) |
Status(Status.Level level,
String message,
String description) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.