com.jakewharton.pingdom.entities
Class Actions
java.lang.Object
com.jakewharton.pingdom.entities.Actions
- All Implemented Interfaces:
- PingdomEntity, Serializable
public final class Actions
- extends Object
- implements PingdomEntity
Represents a Pingdom actions object.
- See Also:
- Serialized Form
Nested Class Summary |
static class |
Actions.Alert
Represents a Pingdom alert object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Actions
public Actions()
getAlerts
public List<Actions.Alert> getAlerts()
- Alert entries.
- Returns:
- List of
Actions.Alert
s. - Since:
- 2.0
Copyright © 2011 Jake Wharton. All Rights Reserved.