com.jakewharton.pingdom.entities
Class Error

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

public final class Error
extends Object
implements PingdomEntity

Represents a Pingdom error object.

See Also:
Serialized Form

Constructor Summary
Error()
           
 
Method Summary
 String getErrorMessage()
          Error message body.
 Integer getStatusCode()
          Error status code.
 String getStatusDescription()
          Error status description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Error

public Error()
Method Detail

getStatusCode

public Integer getStatusCode()
Error status code.

Returns:
Value.
Since:
2.0

getStatusDescription

public String getStatusDescription()
Error status description.

Returns:
Value.
Since:
2.0

getErrorMessage

public String getErrorMessage()
Error message body.

Returns:
Value.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.