|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckStatus | |
---|---|
com.jakewharton.pingdom.entities | Immutable POJOs which provide native object representation of the JSON returned by remote API calls. |
com.jakewharton.pingdom.enumerations | All Pingdom-defined enumerations which are used both in request responses as well as building remote requests. |
Uses of CheckStatus in com.jakewharton.pingdom.entities |
---|
Methods in com.jakewharton.pingdom.entities that return CheckStatus | |
---|---|
CheckStatus |
Check.getStatus()
Current status of check. |
CheckStatus |
RawResults.Results.getStatus()
Result status. |
Uses of CheckStatus in com.jakewharton.pingdom.enumerations |
---|
Methods in com.jakewharton.pingdom.enumerations that return CheckStatus | |
---|---|
static CheckStatus |
CheckStatus.fromValue(String value)
|
static CheckStatus |
CheckStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CheckStatus[] |
CheckStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |