Package 

Class Response

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int statusCode
    • Constructor Summary

      Constructors 
      Constructor Description
      Response(int statusCode) Constructs a new Response with the specified HTTP status code.
    • Method Summary

      Modifier and Type Method Description
      int getStatusCode()
      void setStatusCode(int statusCode)
      void toStream(@NotNull() JsonStream writer)
      • Methods inherited from class com.bugsnag.android.AbstractHttpEntity

        addHeader, getBody, getBodyLength, getHeader, getHeaderNames, removeHeader, setBody, setBodyLength
      • Methods inherited from class com.bugsnag.android.JsonStream.Streamable

        toStream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Response

        Response(int statusCode)
        Constructs a new Response with the specified HTTP status code.
        Parameters:
        statusCode - the HTTP status code