Package software.xdev.mailpit.model
Class LinkCheckResponse
java.lang.Object
software.xdev.mailpit.model.LinkCheckResponse
Response represents the Link check response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLinksItem(Link linksItem) booleanTotal number of errorsgetLinks()Tested linksinthashCode()voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ERRORS
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
LinkCheckResponse
public LinkCheckResponse()
-
-
Method Details
-
errors
-
getErrors
Total number of errors- Returns:
- errors
-
setErrors
-
links
-
addLinksItem
-
getLinks
Tested links- Returns:
- links
-
setLinks
-
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
-