Class HTMLCheckTotal


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class HTMLCheckTotal
    extends Object
    Total weighted result for all scores
    • Constructor Detail

      • HTMLCheckTotal

        public HTMLCheckTotal()
    • Method Detail

      • getNodes

        @Nullable
        public Long getNodes()
        Total number of HTML nodes detected in message
        Returns:
        nodes
      • setNodes

        public void setNodes​(Long nodes)
      • getPartial

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

        public void setPartial​(Float partial)
      • getSupported

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

        public void setSupported​(Float supported)
      • getTests

        @Nullable
        public Long getTests()
        Total number of tests done
        Returns:
        tests
      • setTests

        public void setTests​(Long tests)
      • 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.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode 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