Database$ExecuteSQLResponse.smali
.class public Lcom/facebook/stetho/inspector/protocol/module/Database$ExecuteSQLResponse;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/facebook/stetho/inspector/jsonrpc/JsonRpcResult;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/facebook/stetho/inspector/protocol/module/Database;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "ExecuteSQLResponse"
.end annotation
# instance fields
.field public columnNames:Ljava/util/List;
.annotation runtime Lcom/facebook/stetho/json/annotation/JsonProperty;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
.field public sqlError:Lcom/facebook/stetho/inspector/protocol/module/Database$Error;
.annotation runtime Lcom/facebook/stetho/json/annotation/JsonProperty;
.end annotation
.end field
.field public values:Ljava/util/List;
.annotation runtime Lcom/facebook/stetho/json/annotation/JsonProperty;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Ljava/lang/String;",
">;"
}
.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