|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jakewharton.pingdom.entities.Actions.Alert
public static final class Actions.Alert
Represents a Pingdom alert object.
| Constructor Summary | |
|---|---|
Actions.Alert()
|
|
| Method Summary | |
|---|---|
Boolean |
getCharged()
True if your account was charged for this message. |
Integer |
getCheckId()
Identifier of check. |
Integer |
getContactId()
Identifier of alerted contact. |
String |
getContactName()
Name of alerted contact. |
String |
getMessageFull()
Full message body. |
String |
getMessageShort()
Short description of message. |
String |
getSentTo()
Target address, phone number, etc. |
AlertStatus |
getStatus()
Alert status. |
Date |
getTime()
Time of alert generation. |
AlertVia |
getVia()
Alert medium. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Actions.Alert()
| Method Detail |
|---|
public String getContactName()
public Integer getContactId()
public Integer getCheckId()
public Date getTime()
public AlertVia getVia()
public AlertStatus getStatus()
public String getMessageShort()
public String getMessageFull()
public String getSentTo()
public Boolean getCharged()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||