Class HTMLCheckScore

java.lang.Object
software.xdev.mailpit.model.HTMLCheckScore

public class HTMLCheckScore extends Object
Score struct
  • Field Details

  • Constructor Details

    • HTMLCheckScore

      public HTMLCheckScore()
  • Method Details

    • found

      public HTMLCheckScore found(@Nullable Long found)
    • getFound

      @Nullable public Long getFound()
      Number of matches in the document
      Returns:
      found
    • setFound

      public void setFound(@Nullable Long found)
    • partial

      public HTMLCheckScore partial(@Nullable Float partial)
    • getPartial

      @Nullable public Float getPartial()
      Total percentage partially supported
      Returns:
      partial
    • setPartial

      public void setPartial(@Nullable Float partial)
    • supported

      public HTMLCheckScore supported(@Nullable Float supported)
    • getSupported

      @Nullable public Float getSupported()
      Total percentage supported
      Returns:
      supported
    • setSupported

      public void setSupported(@Nullable Float supported)
    • unsupported

      public HTMLCheckScore unsupported(@Nullable Float unsupported)
    • getUnsupported

      @Nullable public Float getUnsupported()
      Total percentage unsupported
      Returns:
      unsupported
    • setUnsupported

      public void setUnsupported(@Nullable Float unsupported)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string