Class GetFeedsResponse


  • public class GetFeedsResponse
    extends java.lang.Object
    Response schema.
    • Constructor Detail

      • GetFeedsResponse

        public GetFeedsResponse()
    • Method Detail

      • getFeeds

        public FeedList getFeeds()
        Get feeds
        Returns:
        feeds
      • setFeeds

        public void setFeeds​(FeedList feeds)
      • getNextToken

        public java.lang.String getNextToken()
        Returned when the number of results exceeds pageSize. To get the next page of results, call the getFeeds operation with this token as the only parameter.
        Returns:
        nextToken
      • setNextToken

        public void setNextToken​(java.lang.String nextToken)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object