public class Status extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Status.Code
Enum of connector process status codes
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDescription() |
String |
getDetail() |
boolean |
isFailed()
Returns true when the status means that the connector process failed.
|
boolean |
isFinished()
Returns true when the status means that the connector process has already finished
(no matter if it was successful).
|
public String getCode()
public String getDetail()
public String getDescription()
public boolean isFinished()
public boolean isFailed()
Copyright © 2014. All Rights Reserved.