Class ApiEndpointValidationResponseDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.ApiEndpointValidationResponseDTO
ApiEndpointValidationResponseDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetError()If an error occurs, the error message will be set to this property.HTTP status codestringinthashCode()voidvoidsetStatusCode(Integer statusCode) voidsetStatusMessage(String statusMessage) statusCode(Integer statusCode) statusMessage(String statusMessage) toString()
-
Field Details
-
SERIALIZED_NAME_STATUS_CODE
- See Also:
-
SERIALIZED_NAME_STATUS_MESSAGE
- See Also:
-
SERIALIZED_NAME_ERROR
- See Also:
-
-
Constructor Details
-
ApiEndpointValidationResponseDTO
public ApiEndpointValidationResponseDTO()
-
-
Method Details
-
statusCode
-
getStatusCode
HTTP status code- Returns:
- statusCode
-
setStatusCode
-
statusMessage
-
getStatusMessage
string- Returns:
- statusMessage
-
setStatusMessage
-
error
-
getError
If an error occurs, the error message will be set to this property. If not, this will remain null.- Returns:
- error
-
setError
-
equals
-
hashCode
public int hashCode() -
toString
-