|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jakewharton.pingdom.entities.ReportSubscription
public final class ReportSubscription
Represents a Pingdom report subscription object.
Constructor Summary | |
---|---|
ReportSubscription()
|
Method Summary | |
---|---|
List<String> |
getAdditionalEmails()
Additional receiving emails. |
String |
getCheckId()
Check identifier for check subscriptions. |
List<Integer> |
getContactIds()
Identifier for receiving contacts. |
String |
getFrequency()
Report frequency. |
Integer |
getId()
Subscription identifier. |
String |
getName()
Subscription name. |
String |
getType()
Subscription type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportSubscription()
Method Detail |
---|
public Integer getId()
public String getName()
public String getType()
public String getCheckId()
public String getFrequency()
public List<String> getAdditionalEmails()
public List<Integer> getContactIds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |