Class HTMLCheckScore
- java.lang.Object
-
- io.quarkiverse.mailpit.test.model.HTMLCheckScore
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class HTMLCheckScore extends ObjectScore struct
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FOUNDstatic StringJSON_PROPERTY_PARTIALstatic StringJSON_PROPERTY_SUPPORTEDstatic StringJSON_PROPERTY_UNSUPPORTED
-
Constructor Summary
Constructors Constructor Description HTMLCheckScore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this HTMLCheckScore object is equal to o.HTMLCheckScorefound(Long found)LonggetFound()Number of matches in the documentFloatgetPartial()Total percentage partially supportedFloatgetSupported()Total percentage supportedFloatgetUnsupported()Total percentage unsupportedinthashCode()HTMLCheckScorepartial(Float partial)voidsetFound(Long found)voidsetPartial(Float partial)voidsetSupported(Float supported)voidsetUnsupported(Float unsupported)HTMLCheckScoresupported(Float supported)StringtoString()StringtoUrlQueryString()Convert the instance into URL query string.StringtoUrlQueryString(String prefix)Convert the instance into URL query string.HTMLCheckScoreunsupported(Float unsupported)
-
-
-
Field Detail
-
JSON_PROPERTY_FOUND
public static final String JSON_PROPERTY_FOUND
- 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_UNSUPPORTED
public static final String JSON_PROPERTY_UNSUPPORTED
- See Also:
- Constant Field Values
-
-
Method Detail
-
found
public HTMLCheckScore found(Long found)
-
getFound
@Nullable public Long getFound()
Number of matches in the document- Returns:
- found
-
setFound
public void setFound(Long found)
-
partial
public HTMLCheckScore partial(Float partial)
-
getPartial
@Nullable public Float getPartial()
Total percentage partially supported- Returns:
- partial
-
setPartial
public void setPartial(Float partial)
-
supported
public HTMLCheckScore supported(Float supported)
-
getSupported
@Nullable public Float getSupported()
Total percentage supported- Returns:
- supported
-
setSupported
public void setSupported(Float supported)
-
unsupported
public HTMLCheckScore unsupported(Float unsupported)
-
getUnsupported
@Nullable public Float getUnsupported()
Total percentage unsupported- Returns:
- unsupported
-
setUnsupported
public void setUnsupported(Float unsupported)
-
equals
public boolean equals(Object o)
Return true if this HTMLCheckScore object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-