Package | Description |
---|---|
org.apache.ambari.server.api.services |
Modifier and Type | Method and Description |
---|---|
ResultStatus.STATUS |
ResultStatus.getStatus()
Obtain the result status.
|
static ResultStatus.STATUS |
ResultStatus.STATUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultStatus.STATUS[] |
ResultStatus.STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ResultStatus(ResultStatus.STATUS status)
Constructor.
|
ResultStatus(ResultStatus.STATUS status,
Exception e)
Constructor.
|
ResultStatus(ResultStatus.STATUS status,
String msg)
Constructor.
|
Copyright © 2014. All rights reserved.