Class ErrorDTO
java.lang.Object
org.wso2.am.integration.clients.governance.api.dto.ErrorDTO
ErrorDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleangetCode()Get codeA detail description about the error message.Error message.inthashCode()voidvoidsetDescription(String description) voidsetMessage(String message) toString()
-
Field Details
-
SERIALIZED_NAME_CODE
- See Also:
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
-
Constructor Details
-
ErrorDTO
public ErrorDTO()
-
-
Method Details
-
code
-
getCode
Get code- Returns:
- code
-
setCode
-
message
-
getMessage
Error message.- Returns:
- message
-
setMessage
-
description
-
getDescription
A detail description about the error message.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-