com.jakewharton.pingdom.entities
Class ReportShared

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

public final class ReportShared
extends Object
implements PingdomEntity

Represents a Pingdom shared report object.

See Also:
Serialized Form

Nested Class Summary
static class ReportShared.Banner
          Represents a Pingdom shared report banner object.
 
Field Summary
 List<ReportShared.Banner> banners
           
 
Constructor Summary
ReportShared()
           
 
Method Summary
 List<ReportShared.Banner> getBanners()
          Get a list of banners.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

banners

public List<ReportShared.Banner> banners
Constructor Detail

ReportShared

public ReportShared()
Method Detail

getBanners

public List<ReportShared.Banner> getBanners()
Get a list of banners.

Returns:
List of values.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.