| Package | Description |
|---|---|
| org.apache.shenyu.client.core.register |
| Modifier and Type | Method and Description |
|---|---|
ApiBean.Status |
ApiBean.getStatus()
get status.
|
ApiBean.Status |
ApiBean.ApiDefinition.getStatus()
get status.
|
static ApiBean.Status |
ApiBean.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApiBean.Status[] |
ApiBean.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApiBean.setStatus(ApiBean.Status status)
set status.
|
void |
ApiBean.ApiDefinition.setStatus(ApiBean.Status status)
set status.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.