public class NNTPGroupInfo extends NativeObject
| Constructor and Description |
|---|
NNTPGroupInfo()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
messageCount()
Returns the number of messages in the newsgroup.
|
java.lang.String |
name()
Returns the name of the newsgroup.
|
void |
setMessageCount(long count)
Sets the number of messages in the newsgroup.
|
void |
setName(java.lang.String name)
Sets the name of the newsgroup.
|
clone, finalize, initWithNative, readObject, toString, writeObjectpublic void setName(java.lang.String name)
public java.lang.String name()
public void setMessageCount(long count)
public long messageCount()