Class HTMLCheckResponse
- java.lang.Object
-
- io.quarkiverse.mailpit.test.model.HTMLCheckResponse
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class HTMLCheckResponse extends ObjectResponse represents the HTML check response struct
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PLATFORMSstatic StringJSON_PROPERTY_TOTALstatic StringJSON_PROPERTY_WARNINGS
-
Constructor Summary
Constructors Constructor Description HTMLCheckResponse()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_PLATFORMS
public static final String JSON_PROPERTY_PLATFORMS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TOTAL
public static final String JSON_PROPERTY_TOTAL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_WARNINGS
public static final String JSON_PROPERTY_WARNINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
platforms
public HTMLCheckResponse platforms(Map<String,List<String>> platforms)
-
putPlatformsItem
public HTMLCheckResponse putPlatformsItem(String key, List<String> platformsItem)
-
getPlatforms
@Nullable public Map<String,List<String>> getPlatforms()
All platforms tested, mainly for the web UI- Returns:
- platforms
-
total
public HTMLCheckResponse total(HTMLCheckTotal total)
-
getTotal
@Nullable public HTMLCheckTotal getTotal()
Get total- Returns:
- total
-
setTotal
public void setTotal(HTMLCheckTotal total)
-
warnings
public HTMLCheckResponse warnings(List<HTMLCheckWarning> warnings)
-
addWarningsItem
public HTMLCheckResponse addWarningsItem(HTMLCheckWarning warningsItem)
-
getWarnings
@Nullable public List<HTMLCheckWarning> getWarnings()
List of warnings from tests- Returns:
- warnings
-
setWarnings
public void setWarnings(List<HTMLCheckWarning> warnings)
-
equals
public boolean equals(Object o)
Return true if this HTMLCheckResponse object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-