Class HTMLCheckResponse
java.lang.Object
io.quarkiverse.mailpit.test.model.HTMLCheckResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class HTMLCheckResponse
extends Object
Response represents the HTML check response struct
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddWarningsItem(HTMLCheckWarning warningsItem) booleanReturn true if this HTMLCheckResponse object is equal to o.All platforms tested, mainly for the web UIgetTotal()Get totalList of warnings from testsinthashCode()putPlatformsItem(String key, List<String> platformsItem) voidsetPlatforms(Map<String, List<String>> platforms) voidsetTotal(HTMLCheckTotal total) voidsetWarnings(List<HTMLCheckWarning> warnings) toString()total(HTMLCheckTotal total) Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.warnings(List<HTMLCheckWarning> warnings)
-
Field Details
-
JSON_PROPERTY_PLATFORMS
- See Also:
-
JSON_PROPERTY_TOTAL
- See Also:
-
JSON_PROPERTY_WARNINGS
- See Also:
-
-
Constructor Details
-
HTMLCheckResponse
public HTMLCheckResponse()
-
-
Method Details
-
platforms
-
putPlatformsItem
-
getPlatforms
All platforms tested, mainly for the web UI- Returns:
- platforms
-
setPlatforms
-
total
-
getTotal
Get total- Returns:
- total
-
setTotal
-
warnings
-
addWarningsItem
-
getWarnings
List of warnings from tests- Returns:
- warnings
-
setWarnings
-
equals
Return true if this HTMLCheckResponse 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
-