Class HTMLCheckTotal
- java.lang.Object
-
- io.quarkiverse.mailpit.test.model.HTMLCheckTotal
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class HTMLCheckTotal extends ObjectTotal weighted result for all scores
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NODESstatic StringJSON_PROPERTY_PARTIALstatic StringJSON_PROPERTY_SUPPORTEDstatic StringJSON_PROPERTY_TESTSstatic StringJSON_PROPERTY_UNSUPPORTED
-
Constructor Summary
Constructors Constructor Description HTMLCheckTotal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this HTMLCheckTotal object is equal to o.LonggetNodes()Total number of HTML nodes detected in messageFloatgetPartial()Overall percentage partially supportedFloatgetSupported()Overall percentage supportedLonggetTests()Total number of tests doneFloatgetUnsupported()Overall percentage unsupportedinthashCode()HTMLCheckTotalnodes(Long nodes)HTMLCheckTotalpartial(Float partial)voidsetNodes(Long nodes)voidsetPartial(Float partial)voidsetSupported(Float supported)voidsetTests(Long tests)voidsetUnsupported(Float unsupported)HTMLCheckTotalsupported(Float supported)HTMLCheckTotaltests(Long tests)StringtoString()StringtoUrlQueryString()Convert the instance into URL query string.StringtoUrlQueryString(String prefix)Convert the instance into URL query string.HTMLCheckTotalunsupported(Float unsupported)
-
-
-
Field Detail
-
JSON_PROPERTY_NODES
public static final String JSON_PROPERTY_NODES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PARTIAL
public static final String JSON_PROPERTY_PARTIAL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SUPPORTED
public static final String JSON_PROPERTY_SUPPORTED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TESTS
public static final String JSON_PROPERTY_TESTS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UNSUPPORTED
public static final String JSON_PROPERTY_UNSUPPORTED
- See Also:
- Constant Field Values
-
-
Method Detail
-
nodes
public HTMLCheckTotal nodes(Long nodes)
-
getNodes
@Nullable public Long getNodes()
Total number of HTML nodes detected in message- Returns:
- nodes
-
setNodes
public void setNodes(Long nodes)
-
partial
public HTMLCheckTotal partial(Float partial)
-
getPartial
@Nullable public Float getPartial()
Overall percentage partially supported- Returns:
- partial
-
setPartial
public void setPartial(Float partial)
-
supported
public HTMLCheckTotal supported(Float supported)
-
getSupported
@Nullable public Float getSupported()
Overall percentage supported- Returns:
- supported
-
setSupported
public void setSupported(Float supported)
-
tests
public HTMLCheckTotal tests(Long tests)
-
getTests
@Nullable public Long getTests()
Total number of tests done- Returns:
- tests
-
setTests
public void setTests(Long tests)
-
unsupported
public HTMLCheckTotal unsupported(Float unsupported)
-
getUnsupported
@Nullable public Float getUnsupported()
Overall percentage unsupported- Returns:
- unsupported
-
setUnsupported
public void setUnsupported(Float unsupported)
-
equals
public boolean equals(Object o)
Return true if this HTMLCheckTotal object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-