com.jakewharton.pingdom.entities
Class Actions

java.lang.Object
  extended by 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.
 
Constructor Summary
Actions()
           
 
Method Summary
 List<Actions.Alert> getAlerts()
          Alert entries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Actions

public Actions()
Method Detail

getAlerts

public List<Actions.Alert> getAlerts()
Alert entries.

Returns:
List of Actions.Alerts.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.