com.jakewharton.pingdom.entities
Class ReportPublic

java.lang.Object
  extended by com.jakewharton.pingdom.entities.ReportPublic
All Implemented Interfaces:
PingdomEntity, Serializable

public final class ReportPublic
extends Object
implements PingdomEntity

Represents a Pingdom public report object.

See Also:
Serialized Form

Constructor Summary
ReportPublic()
           
 
Method Summary
 Integer getCheckId()
          Check identifier.
 String getCheckName()
          Check name
 String getReportUrl()
          URL to report
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportPublic

public ReportPublic()
Method Detail

getCheckId

public Integer getCheckId()
Check identifier.

Returns:
Value.
Since:
2.0

getCheckName

public String getCheckName()
Check name

Returns:
Value.
Since:
2.0

getReportUrl

public String getReportUrl()
URL to report

Returns:
Value.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.