public class Status extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Status.State |
Constructor and Description |
---|
Status(Status.State state,
String details) |
Modifier and Type | Method and Description |
---|---|
String |
getDetails() |
Status.State |
getState() |
String |
toString() |
public Status(Status.State state, String details)
public Status.State getState()
public String getDetails()
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.