Package org.bonitasoft.web.client.model
Class ConnectorFailure
java.lang.Object
org.bonitasoft.web.client.model.ConnectorFailure
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ConnectorFailure
extends Object
implements Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnectorInstanceId(String connectorInstanceId) booleanerrorMessage(String errorMessage) errorStackTrace(String errorStackTrace) the ID of the connector instance (see connectorInstance resource documentation)the message of the connector failurethe stack trace of the errorinthashCode()voidsetConnectorInstanceId(String connectorInstanceId) voidsetErrorMessage(String errorMessage) voidsetErrorStackTrace(String errorStackTrace) toString()
-
Field Details
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
JSON_PROPERTY_CONNECTOR_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_ERROR_STACK_TRACE
- See Also:
-
-
Constructor Details
-
ConnectorFailure
public ConnectorFailure()
-
-
Method Details
-
errorMessage
-
getErrorMessage
the message of the connector failure- Returns:
- errorMessage
-
setErrorMessage
-
connectorInstanceId
-
getConnectorInstanceId
the ID of the connector instance (see connectorInstance resource documentation)- Returns:
- connectorInstanceId
-
setConnectorInstanceId
-
errorStackTrace
-
getErrorStackTrace
the stack trace of the error- Returns:
- errorStackTrace
-
setErrorStackTrace
-
equals
-
hashCode
public int hashCode() -
toString
-