com.jakewharton.pingdom.PingdomEntity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pingdom-java Show documentation
Show all versions of pingdom-java Show documentation
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