Class FeedResult

    • Constructor Detail

      • FeedResult

        public FeedResult()
        Build a FeedResult object, status unknown.
      • FeedResult

        public FeedResult​(int status,
                          com.rometools.rome.feed.synd.SyndFeed feed)
        Build a FeedResult object.
        Parameters:
        status - the status.
        feed - the feed.
    • Method Detail

      • getStatus

        public int getStatus()
        Get the status.
        Returns:
        the status
      • setStatus

        public void setStatus​(int status)
        Set the status.
        Parameters:
        status - the status to set
      • getSynFeed

        public com.rometools.rome.feed.synd.SyndFeed getSynFeed()
        Get the feed.
        Returns:
        the feed
      • setMessageError

        public void setMessageError​(String messageError)
        Set the message error.
        Parameters:
        messageError - the message error to set
      • setResponse

        public void setResponse​(com.rometools.rome.feed.synd.SyndFeed feed)
        Set the feed.
        Parameters:
        feed - the feed to set
      • getCreationDate

        public Date getCreationDate()
        Get the creation date.
        Returns:
        the creation date
      • setCreationDate

        public void setCreationDate​(Date creationDate)
        Set the creation Date.
        Parameters:
        creationDate - the creation date to set