Package org.apache.commons.net.nntp
Class ArticleInfo
- java.lang.Object
-
- org.apache.commons.net.nntp.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
long
articleNumber
-
Constructor Summary
Constructors Constructor Description ArticleInfo()
-