Class HTMLCheckScore
java.lang.Object
io.quarkiverse.mailpit.test.model.HTMLCheckScore
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class HTMLCheckScore
extends Object
Score struct
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this HTMLCheckScore object is equal to o.getFound()Number of matches in the documentTotal percentage partially supportedTotal percentage supportedTotal percentage unsupportedinthashCode()voidvoidsetPartial(Float partial) voidsetSupported(Float supported) voidsetUnsupported(Float unsupported) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.unsupported(Float unsupported)
-
Field Details
-
JSON_PROPERTY_FOUND
- See Also:
-
JSON_PROPERTY_PARTIAL
- See Also:
-
JSON_PROPERTY_SUPPORTED
- See Also:
-
JSON_PROPERTY_UNSUPPORTED
- See Also:
-
-
Constructor Details
-
HTMLCheckScore
public HTMLCheckScore()
-
-
Method Details
-
found
-
getFound
Number of matches in the document- Returns:
- found
-
setFound
-
partial
-
getPartial
Total percentage partially supported- Returns:
- partial
-
setPartial
-
supported
-
getSupported
Total percentage supported- Returns:
- supported
-
setSupported
-
unsupported
-
getUnsupported
Total percentage unsupported- Returns:
- unsupported
-
setUnsupported
-
equals
Return true if this HTMLCheckScore 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
-