Package com.gooddata.sdk.model.connector
Class Status
java.lang.Object
com.gooddata.sdk.model.connector.Status
Connector process status. Deserialization only.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getCode
-
getDetail
-
getDescription
-
isFinished
public boolean isFinished()Returns true when the status means that the connector process has already finished (no matter if it was successful). NOTE: It also returns false in case of inability to resolve the code (e.g. API change)- Returns:
- true when the status means that the connector process has already finished, false otherwise
-
isFailed
public boolean isFailed()Returns true when the status means that the connector process failed. NOTE: It also returns false in case of inability to resolve the code (e.g. API change)- Returns:
- true when the status means that the connector process failed, false otherwise
-
toString
-