Class PushoverResponse


  • public class PushoverResponse
    extends Object
    Author:
    svenkubiak
    • Constructor Detail

      • PushoverResponse

        public PushoverResponse()
    • Method Detail

      • getResponse

        public String getResponse()
        Returns:
        The pushover response
      • getHttpStatus

        public int getHttpStatus()
        Returns:
        The HTTP status
      • isSuccessful

        public boolean isSuccessful()
        Returns:
        true if the API returned a HTTP status code 200, false otherwise
      • getLimit

        public long getLimit()
        Returns:
        The API rate limit
      • getRemaining

        public long getRemaining()
        Returns:
        The remaining allowed API requests
      • getReset

        public long getReset()
        Returns:
        The API rate limit reset timestamp