com.jakewharton.pingdom.entities
Class Settings.PublicReports

java.lang.Object
  extended by com.jakewharton.pingdom.entities.Settings.PublicReports
All Implemented Interfaces:
PingdomEntity, Serializable
Enclosing class:
Settings

public static final class Settings.PublicReports
extends Object
implements PingdomEntity

Represents a Pingdom public report settings object.

See Also:
Serialized Form

Constructor Summary
Settings.PublicReports()
           
 
Method Summary
 String getBackgroundColor()
          Background color.
 Boolean getCustomDesign()
          Use custom design for public reports.
 String getCustomDomain()
          Custom domain.
 String getLogoUrl()
          URL to custom logotype.
 PublicReportMonths getMonths()
          Number of months to show.
 Boolean getShowOverview()
          Enable overview.
 String getTextColor()
          Custom text color.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Settings.PublicReports

public Settings.PublicReports()
Method Detail

getCustomDesign

public Boolean getCustomDesign()
Use custom design for public reports.

Returns:
Value.
Since:
2.0

getTextColor

public String getTextColor()
Custom text color.

Returns:
Value.
Since:
2.0

getBackgroundColor

public String getBackgroundColor()
Background color.

Returns:
Value.
Since:
2.0

getLogoUrl

public String getLogoUrl()
URL to custom logotype.

Returns:
Value.
Since:
2.0

getMonths

public PublicReportMonths getMonths()
Number of months to show.

Returns:
Value.
Since:
2.0

getShowOverview

public Boolean getShowOverview()
Enable overview.

Returns:
Value.
Since:
2.0

getCustomDomain

public String getCustomDomain()
Custom domain.

Returns:
Value.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.