Class LinkCheckResponse


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class LinkCheckResponse
    extends Object
    Response represents the Link check response
    • Constructor Detail

      • LinkCheckResponse

        public LinkCheckResponse()
    • Method Detail

      • getErrors

        @Nullable
        public Long getErrors()
        Total number of errors
        Returns:
        errors
      • setErrors

        public void setErrors​(Long errors)
      • getLinks

        @Nullable
        public List<Link> getLinks()
        Tested links
        Returns:
        links
      • setLinks

        public void setLinks​(List<Link> links)
      • equals

        public boolean equals​(Object o)
        Return true if this LinkCheckResponse 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