Class IdentityHttpResponse


  • public final class IdentityHttpResponse
    extends java.lang.Object
    • Constructor Detail

      • IdentityHttpResponse

        public IdentityHttpResponse​(int code,
                                    long mpid,
                                    @Nullable
                                    java.lang.String context,
                                    @Nullable
                                    java.util.ArrayList<IdentityHttpResponse.Error> errors)
      • IdentityHttpResponse

        public IdentityHttpResponse​(int code,
                                    @NonNull
                                    java.lang.String errorString)
      • IdentityHttpResponse

        public IdentityHttpResponse​(int httpCode,
                                    @Nullable
                                    org.json.JSONObject jsonObject)
                             throws org.json.JSONException
        Throws:
        org.json.JSONException
    • Method Detail

      • isSuccessful

        public boolean isSuccessful()
      • getMpId

        public long getMpId()
      • getContext

        @Nullable
        public java.lang.String getContext()
      • getHttpCode

        public int getHttpCode()
      • isLoggedIn

        public boolean isLoggedIn()
      • toString

        @NonNull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object