Class LinkCheckResponse
java.lang.Object
io.quarkiverse.mailpit.test.model.LinkCheckResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class LinkCheckResponse
extends Object
Response represents the Link check response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLinksItem(Link linksItem) booleanReturn true if this LinkCheckResponse object is equal to o.Total 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
Return true if this LinkCheckResponse object is equal to o. -
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
-