Interface StatusType

  • All Known Implementing Classes:
    Status

    @API(status=STABLE)
    public interface StatusType
    Base interface for statuses.
    • Method Detail

      • getStatusCode

        int getStatusCode()
        Get the associated status code.
        Returns:
        the status code.
      • getReasonPhrase

        String getReasonPhrase()
        Get the reason phrase.
        Returns:
        the reason phrase.