Package software.xdev.mailpit.model
Class HTMLCheckScore
java.lang.Object
software.xdev.mailpit.model.HTMLCheckScore
Score struct
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFound()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
-
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
-