JsonRpcResponse.smali
.class public Lcom/facebook/stetho/inspector/jsonrpc/protocol/JsonRpcResponse;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation build Landroid/annotation/SuppressLint;
value = {
"UsingDefaultJsonDeserializer",
"EmptyJsonPropertyUse"
}
.end annotation
# instance fields
.field public error:Lorg/json/JSONObject;
.annotation runtime Lcom/facebook/stetho/json/annotation/JsonProperty;
.end annotation
.end field
.field public id:J
.annotation runtime Lcom/facebook/stetho/json/annotation/JsonProperty;
required = true
.end annotation
.end field
.field public result:Lorg/json/JSONObject;
.annotation runtime Lcom/facebook/stetho/json/annotation/JsonProperty;
.end annotation
.end field
# direct methods
.method public constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method