Class ArticleInfo


  • public class ArticleInfo
    extends java.lang.Object
    Class contains details about an article. Create an instance of the class and pass it to the appropriate NNTP method. The values will be populated on return.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String articleId
      Article ID.
      long articleNumber
      Article number.
    • Constructor Summary

      Constructors 
      Constructor Description
      ArticleInfo()
      Constructs a new instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • articleId

        public java.lang.String articleId
        Article ID.
      • articleNumber

        public long articleNumber
        Article number.
    • Constructor Detail

      • ArticleInfo

        public ArticleInfo()
        Constructs a new instance.