Class ExternalLinkResponse

java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.linkchecker.ExternalLinkResponse
All Implemented Interfaces:
Serializable

public class ExternalLinkResponse extends com.gentics.contentnode.rest.model.response.GenericResponse
Response containing information about an external link
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Number of global occurrences of the URL
    External link
    int
    Number of occurrences of the URL in the node
    int
    Number of occurrences of the URL in the page
    void
    setGlobal(int global)
    Set global occurrences
    void
    Set the external link
    void
    setNode(int node)
    Set occurrences in Node
    void
    setPage(int page)
    Set occurrences in page

    Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse

    addMessage, getMessages, getResponseInfo, isInBackground, setInBackground, setMessages, setResponseInfo

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExternalLinkResponse

      public ExternalLinkResponse()
  • Method Details

    • getLink

      public ExternalLink getLink()
      External link
      Returns:
      external link
    • setLink

      public void setLink(ExternalLink link)
      Set the external link
      Parameters:
      link - external link
    • getPage

      public int getPage()
      Number of occurrences of the URL in the page
      Returns:
      number
    • setPage

      public void setPage(int page)
      Set occurrences in page
      Parameters:
      page - number
    • getNode

      public int getNode()
      Number of occurrences of the URL in the node
      Returns:
      number
    • setNode

      public void setNode(int node)
      Set occurrences in Node
      Parameters:
      node - number
    • getGlobal

      public int getGlobal()
      Number of global occurrences of the URL
      Returns:
      number
    • setGlobal

      public void setGlobal(int global)
      Set global occurrences
      Parameters:
      global - number