public class Status
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Status.Code
Enum of connector process status codes
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode() |
java.lang.String |
getDescription() |
java.lang.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 java.lang.String getCode()
public java.lang.String getDetail()
public java.lang.String getDescription()
public boolean isFinished()
public boolean isFailed()
Copyright © 2016. All Rights Reserved.