apkfuckery/com.discord/smali_classes2/h0/b0.smali

122 lines
2.6 KiB
Smali
Raw Normal View History

2020-11-16 01:00:50 +00:00
.class public final Lh0/b0;
2020-11-12 02:11:44 +00:00
.super Ljava/lang/Object;
2020-11-13 19:18:44 +00:00
.source "Response.java"
2020-11-12 02:11:44 +00:00
# annotations
2020-11-13 19:18:44 +00:00
.annotation system Ldalvik/annotation/Signature;
2020-11-12 02:11:44 +00:00
value = {
2020-11-13 19:18:44 +00:00
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
2020-11-12 02:11:44 +00:00
}
.end annotation
# instance fields
2020-11-13 19:18:44 +00:00
.field public final a:Lokhttp3/Response;
2020-11-12 02:11:44 +00:00
2020-11-13 19:18:44 +00:00
.field public final b:Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"TT;"
}
.end annotation
.end field
2020-11-12 02:11:44 +00:00
2020-11-13 19:18:44 +00:00
.field public final c:Lokhttp3/ResponseBody;
2020-11-12 02:11:44 +00:00
# direct methods
2020-11-13 19:18:44 +00:00
.method public constructor <init>(Lokhttp3/Response;Ljava/lang/Object;Lokhttp3/ResponseBody;)V
2020-11-12 02:11:44 +00:00
.locals 0
2020-11-13 19:18:44 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lokhttp3/Response;",
"TT;",
"Lokhttp3/ResponseBody;",
")V"
}
.end annotation
2020-11-12 02:11:44 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2020-11-16 01:00:50 +00:00
iput-object p1, p0, Lh0/b0;->a:Lokhttp3/Response;
2020-11-12 02:11:44 +00:00
2020-11-16 01:00:50 +00:00
iput-object p2, p0, Lh0/b0;->b:Ljava/lang/Object;
2020-11-12 02:11:44 +00:00
2020-11-16 01:00:50 +00:00
iput-object p3, p0, Lh0/b0;->c:Lokhttp3/ResponseBody;
2020-11-12 02:11:44 +00:00
return-void
.end method
2020-11-16 01:00:50 +00:00
.method public static b(Ljava/lang/Object;Lokhttp3/Response;)Lh0/b0;
2020-11-12 02:11:44 +00:00
.locals 2
2020-11-13 19:18:44 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(TT;",
"Lokhttp3/Response;",
")",
2020-11-16 01:00:50 +00:00
"Lh0/b0<",
2020-11-13 19:18:44 +00:00
"TT;>;"
}
.end annotation
2020-11-16 01:00:50 +00:00
const-string v0, "rawResponse == null"
invoke-static {p1, v0}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
2020-11-13 19:18:44 +00:00
invoke-virtual {p1}, Lokhttp3/Response;->b()Z
2020-11-12 02:11:44 +00:00
move-result v0
if-eqz v0, :cond_0
2020-11-16 01:00:50 +00:00
new-instance v0, Lh0/b0;
2020-11-12 02:11:44 +00:00
const/4 v1, 0x0
2020-11-16 01:00:50 +00:00
invoke-direct {v0, p1, p0, v1}, Lh0/b0;-><init>(Lokhttp3/Response;Ljava/lang/Object;Lokhttp3/ResponseBody;)V
2020-11-12 02:11:44 +00:00
2020-11-13 19:18:44 +00:00
return-object v0
2020-11-12 02:11:44 +00:00
:cond_0
2020-11-13 19:18:44 +00:00
new-instance p0, Ljava/lang/IllegalArgumentException;
2020-11-12 02:11:44 +00:00
2020-11-13 19:18:44 +00:00
const-string p1, "rawResponse must be successful response"
2020-11-12 02:11:44 +00:00
2020-11-13 19:18:44 +00:00
invoke-direct {p0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
2020-11-12 02:11:44 +00:00
2020-11-13 19:18:44 +00:00
throw p0
2020-11-12 02:11:44 +00:00
.end method
2020-11-13 19:18:44 +00:00
# virtual methods
.method public a()Z
.locals 1
2020-11-12 02:11:44 +00:00
2020-11-16 01:00:50 +00:00
iget-object v0, p0, Lh0/b0;->a:Lokhttp3/Response;
2020-11-12 02:11:44 +00:00
2020-11-13 19:18:44 +00:00
invoke-virtual {v0}, Lokhttp3/Response;->b()Z
2020-11-12 02:11:44 +00:00
2020-11-13 19:18:44 +00:00
move-result v0
2020-11-12 02:11:44 +00:00
2020-11-13 19:18:44 +00:00
return v0
.end method
2020-11-12 02:11:44 +00:00
2020-11-13 19:18:44 +00:00
.method public toString()Ljava/lang/String;
.locals 1
2020-11-12 02:11:44 +00:00
2020-11-16 01:00:50 +00:00
iget-object v0, p0, Lh0/b0;->a:Lokhttp3/Response;
2020-11-12 02:11:44 +00:00
2020-11-13 19:18:44 +00:00
invoke-virtual {v0}, Lokhttp3/Response;->toString()Ljava/lang/String;
2020-11-12 02:11:44 +00:00
2020-11-13 19:18:44 +00:00
move-result-object v0
2020-11-12 02:11:44 +00:00
2020-11-13 19:18:44 +00:00
return-object v0
2020-11-12 02:11:44 +00:00
.end method