Java org.apache.commons.net.nntp NewsgroupInfo fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.nntp NewsgroupInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.nntp NewsgroupInfo.

The text is from its open source code.

Constructor

Method

intgetArticleCount()
intgetFirstArticle()
longgetFirstArticleLong()
Get the number of the first article in the newsgroup.
intgetLastArticle()
longgetLastArticleLong()
Get the number of the last article in the newsgroup.
StringgetNewsgroup()
Get the newsgroup name.
void_setArticleCount(long count)
void_setFirstArticle(long first)
void_setLastArticle(long last)
void_setNewsgroup(String newsgroup)
void_setPostingPermission(int permission)