apkfuckery/com.discord/smali/com/discord/restapi/RestAPIParams$Ring.smali

47 lines
1.1 KiB
Smali
Raw Normal View History

2019-02-04 20:08:30 +00:00
.class public final Lcom/discord/restapi/RestAPIParams$Ring;
2019-02-04 20:05:16 +00:00
.super Ljava/lang/Object;
2019-02-04 20:29:01 +00:00
.source "RestAPIParams.kt"
2019-02-04 20:05:16 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2019-02-04 20:08:30 +00:00
value = Lcom/discord/restapi/RestAPIParams;
2019-02-04 20:05:16 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
2019-02-04 20:08:30 +00:00
accessFlags = 0x19
name = "Ring"
2019-02-04 20:05:16 +00:00
.end annotation
# instance fields
2019-02-04 20:08:30 +00:00
.field private final recipients:Ljava/util/List;
2019-02-04 20:05:16 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2019-02-04 20:08:30 +00:00
"Ljava/util/List<",
"Ljava/lang/Long;",
2019-02-04 20:05:16 +00:00
">;"
}
.end annotation
.end field
2019-02-04 20:08:30 +00:00
# direct methods
.method public constructor <init>(Ljava/util/List;)V
.locals 0
2019-02-04 20:05:16 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2019-02-04 20:08:30 +00:00
"(",
"Ljava/util/List<",
"Ljava/lang/Long;",
">;)V"
2019-02-04 20:05:16 +00:00
}
.end annotation
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2019-02-04 20:08:30 +00:00
iput-object p1, p0, Lcom/discord/restapi/RestAPIParams$Ring;->recipients:Ljava/util/List;
2019-02-04 20:05:16 +00:00
return-void
.end method