public class ForwardNotification extends Notification
Modifier and Type | Field and Description |
---|---|
static int |
FORWARD_INFO_DOWN |
static int |
FORWARD_INFO_FAILED |
static int |
FORWARD_INFO_UP |
Constructor and Description |
---|
ForwardNotification(int forward_type,
String target,
DpUserInfo uinfo) |
Modifier and Type | Method and Description |
---|---|
int |
getForwardType()
|
String |
getTarget()
target name in confd.conf
|
DpUserInfo |
getUserInfo()
User information
|
String |
toString() |
getNotificationType
public static final int FORWARD_INFO_UP
public static final int FORWARD_INFO_DOWN
public static final int FORWARD_INFO_FAILED
public ForwardNotification(int forward_type, String target, DpUserInfo uinfo)
public String toString()
toString
in class Notification
public int getForwardType()
public String getTarget()
public DpUserInfo getUserInfo()