com.jakewharton.pingdom.services
Class SummaryOutageService

java.lang.Object
  extended by com.jakewharton.apibuilder.ApiService
      extended by com.jakewharton.pingdom.PingdomApiService
          extended by com.jakewharton.pingdom.services.SummaryOutageService

public class SummaryOutageService
extends PingdomApiService

Represents Pingdom's remote summary outage service.


Nested Class Summary
static class SummaryOutageService.GetBuilder
          Request builder for get(int).
 
Field Summary
 
Fields inherited from class com.jakewharton.apibuilder.ApiService
CONTENT_ENCODING
 
Constructor Summary
SummaryOutageService()
           
 
Method Summary
 SummaryOutageService.GetBuilder get(int checkId)
          Get a list of status changes for a specified check and time period.
 
Methods inherited from class com.jakewharton.pingdom.PingdomApiService
delete, get, post, put, setApiVersion, setAppKey, setAuthentication, unmarshall, unmarshall
 
Methods inherited from class com.jakewharton.apibuilder.ApiService
acceptGzip, addRequestHeader, closeConnection, closeStream, convertStreamToString, executeDelete, executeDelete, executeGet, executeGet, executeMethod, executePost, executePost, getConnectTimeout, getParametersString, getReadTimeout, getWrappedInputStream, removeRequestHeader, setConnectTimeout, setReadTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SummaryOutageService

public SummaryOutageService()
Method Detail

get

public SummaryOutageService.GetBuilder get(int checkId)
Get a list of status changes for a specified check and time period.

Parameters:
checkId - Check ID.
Returns:
Builder instance.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.