Class HTMLCheckTotal
java.lang.Object
io.quarkiverse.mailpit.test.model.HTMLCheckTotal
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class HTMLCheckTotal
extends Object
Total weighted result for all scores
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this HTMLCheckTotal object is equal to o.getNodes()Total number of HTML nodes detected in messageOverall percentage partially supportedOverall percentage supportedgetTests()Total number of tests doneOverall percentage unsupportedinthashCode()voidvoidsetPartial(Float partial) voidsetSupported(Float supported) voidvoidsetUnsupported(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_NODES
- See Also:
-
JSON_PROPERTY_PARTIAL
- See Also:
-
JSON_PROPERTY_SUPPORTED
- See Also:
-
JSON_PROPERTY_TESTS
- See Also:
-
JSON_PROPERTY_UNSUPPORTED
- See Also:
-
-
Constructor Details
-
HTMLCheckTotal
public HTMLCheckTotal()
-
-
Method Details
-
nodes
-
getNodes
Total number of HTML nodes detected in message- Returns:
- nodes
-
setNodes
-
partial
-
getPartial
Overall percentage partially supported- Returns:
- partial
-
setPartial
-
supported
-
getSupported
Overall percentage supported- Returns:
- supported
-
setSupported
-
tests
-
getTests
Total number of tests done- Returns:
- tests
-
setTests
-
unsupported
-
getUnsupported
Overall percentage unsupported- Returns:
- unsupported
-
setUnsupported
-
equals
Return true if this HTMLCheckTotal 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
-