public class ConnectivityTestingResponse extends Object
| Constructor and Description |
|---|
ConnectivityTestingResponse()
No args constructor for use in serialization
|
ConnectivityTestingResponse(Boolean validationStatus,
String message,
org.mule.runtime.api.message.ErrorType errorType,
String reason,
String exception)
Creates an instance of the response entity.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
org.mule.runtime.api.message.ErrorType |
getErrorType() |
String |
getException() |
String |
getMessage() |
String |
getReason() |
Boolean |
getValidationStatus() |
int |
hashCode() |
String |
toString() |
public ConnectivityTestingResponse()
public ConnectivityTestingResponse(Boolean validationStatus, String message, org.mule.runtime.api.message.ErrorType errorType, String reason, String exception)
validationStatus - the status of the connection, true if valid.message - the error message detailing the failure reason.reason - the reason for the failure.errorType - the error errorType ErrorType.exception - the exception stack trace that cause the failure.Copyright © 2022 MuleSoft, Inc.. All rights reserved.