All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jakewharton.pingdom.PingdomEntity Maven / Gradle / Ivy

Go to download

A Java wrapper around the Pingdom RESTful API and a simple DSL for easy interaction.

The newest version!
package com.jakewharton.pingdom;

import java.io.Serializable;

/**
 * Local representation of a server-side Pingdom object which can be
 * de-serialized from JSON.
 * 
 * @author Jake Wharton 
 */
public interface PingdomEntity extends Serializable {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy