Package | Description |
---|---|
org.apache.lens.api |
Modifier and Type | Method and Description |
---|---|
APIResult.Status |
APIResult.getStatus()
The status.
|
static APIResult.Status |
APIResult.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIResult.Status[] |
APIResult.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
APIResult(APIResult.Status status,
String message)
Instantiates a new API result.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.