Package software.xdev.mailpit.model
Class SendMessageParams400Response
java.lang.Object
software.xdev.mailpit.model.SendMessageParams400Response
SendMessageParams400Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetError()Error messageinthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ERROR
- See Also:
-
-
Constructor Details
-
SendMessageParams400Response
public SendMessageParams400Response()
-
-
Method Details
-
error
-
getError
Error message- Returns:
- error
-
setError
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-