Class BuddyPlugin.FeedDetails

  • Enclosing class:
    BuddyPlugin

    protected static class BuddyPlugin.FeedDetails
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] contents  
      private java.lang.String last_modified  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FeedDetails​(byte[] _contents, java.lang.String _last_modified)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected byte[] getContent()  
      protected java.lang.String getLastModified()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • contents

        private byte[] contents
      • last_modified

        private java.lang.String last_modified
    • Constructor Detail

      • FeedDetails

        protected FeedDetails​(byte[] _contents,
                              java.lang.String _last_modified)
    • Method Detail

      • getContent

        protected byte[] getContent()
      • getLastModified

        protected java.lang.String getLastModified()