Package org.bonitasoft.web.client.model
Class ConnectorFailure
- java.lang.Object
-
- org.bonitasoft.web.client.model.ConnectorFailure
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ConnectorFailure extends Object implements Serializable
ConnectorFailure- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONNECTOR_INSTANCE_IDstatic StringJSON_PROPERTY_ERROR_MESSAGEstatic StringJSON_PROPERTY_ERROR_STACK_TRACE
-
Constructor Summary
Constructors Constructor Description ConnectorFailure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectorFailureconnectorInstanceId(String connectorInstanceId)booleanequals(Object o)ConnectorFailureerrorMessage(String errorMessage)ConnectorFailureerrorStackTrace(String errorStackTrace)StringgetConnectorInstanceId()the ID of the connector instance (see connectorInstance resource documentation)StringgetErrorMessage()the message of the connector failureStringgetErrorStackTrace()the stack trace of the errorinthashCode()voidsetConnectorInstanceId(String connectorInstanceId)voidsetErrorMessage(String errorMessage)voidsetErrorStackTrace(String errorStackTrace)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ERROR_MESSAGE
public static final String JSON_PROPERTY_ERROR_MESSAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONNECTOR_INSTANCE_ID
public static final String JSON_PROPERTY_CONNECTOR_INSTANCE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ERROR_STACK_TRACE
public static final String JSON_PROPERTY_ERROR_STACK_TRACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
errorMessage
public ConnectorFailure errorMessage(String errorMessage)
-
getErrorMessage
@Nullable public String getErrorMessage()
the message of the connector failure- Returns:
- errorMessage
-
setErrorMessage
public void setErrorMessage(String errorMessage)
-
connectorInstanceId
public ConnectorFailure connectorInstanceId(String connectorInstanceId)
-
getConnectorInstanceId
@Nullable public String getConnectorInstanceId()
the ID of the connector instance (see connectorInstance resource documentation)- Returns:
- connectorInstanceId
-
setConnectorInstanceId
public void setConnectorInstanceId(String connectorInstanceId)
-
errorStackTrace
public ConnectorFailure errorStackTrace(String errorStackTrace)
-
getErrorStackTrace
@Nullable public String getErrorStackTrace()
the stack trace of the error- Returns:
- errorStackTrace
-
setErrorStackTrace
public void setErrorStackTrace(String errorStackTrace)
-
-