Class LinkCheckResponse
- java.lang.Object
-
- io.quarkiverse.mailpit.test.model.LinkCheckResponse
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class LinkCheckResponse extends ObjectResponse represents the Link check response
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ERRORSstatic StringJSON_PROPERTY_LINKS
-
Constructor Summary
Constructors Constructor Description LinkCheckResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkCheckResponseaddLinksItem(Link linksItem)booleanequals(Object o)Return true if this LinkCheckResponse object is equal to o.LinkCheckResponseerrors(Long errors)LonggetErrors()Total number of errorsList<Link>getLinks()Tested linksinthashCode()LinkCheckResponselinks(List<Link> links)voidsetErrors(Long errors)voidsetLinks(List<Link> links)StringtoString()StringtoUrlQueryString()Convert the instance into URL query string.StringtoUrlQueryString(String prefix)Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_ERRORS
public static final String JSON_PROPERTY_ERRORS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LINKS
public static final String JSON_PROPERTY_LINKS
- See Also:
- Constant Field Values
-
-
Method Detail
-
errors
public LinkCheckResponse errors(Long errors)
-
getErrors
@Nullable public Long getErrors()
Total number of errors- Returns:
- errors
-
setErrors
public void setErrors(Long errors)
-
links
public LinkCheckResponse links(List<Link> links)
-
addLinksItem
public LinkCheckResponse addLinksItem(Link linksItem)
-
equals
public boolean equals(Object o)
Return true if this LinkCheckResponse object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-