public class PMResponse
extends java.lang.Object
Constructor and Description |
---|
PMResponse(java.lang.String to,
java.lang.String title,
java.lang.String text)
Creates a new pm response with the specified target, title,
and text
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
The text of the pm
|
java.lang.String |
getTitle()
The title of the pm.
|
java.lang.String |
getTo()
The username that will be pm'd
|