Weather/smali/com/moji/http/mqn/entity/TopInfoResp$TopicInfo.smali
2021-05-10 10:13:34 +02:00

65 lines
1.6 KiB
Smali

.class public Lcom/moji/http/mqn/entity/TopInfoResp$TopicInfo;
.super Ljava/lang/Object;
.source "TopInfoResp.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/moji/http/mqn/entity/TopInfoResp;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = "TopicInfo"
.end annotation
# instance fields
.field public id:Ljava/lang/String;
.field public mAtInfoList:Ljava/util/ArrayList;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/ArrayList<",
"Lcom/moji/http/ugc/bean/AtInfo;",
">;"
}
.end annotation
.end field
.field public mImageList:Ljava/util/ArrayList;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/ArrayList<",
"Lcom/moji/http/ugc/bean/ImageInfo;",
">;"
}
.end annotation
.end field
.field public mInput:Ljava/lang/String;
.field public name:Ljava/lang/String;
.field final synthetic this$0:Lcom/moji/http/mqn/entity/TopInfoResp;
# direct methods
.method public constructor <init>(Lcom/moji/http/mqn/entity/TopInfoResp;)V
.locals 0
.line 16
iput-object p1, p0, Lcom/moji/http/mqn/entity/TopInfoResp$TopicInfo;->this$0:Lcom/moji/http/mqn/entity/TopInfoResp;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 21
new-instance p1, Ljava/util/ArrayList;
invoke-direct {p1}, Ljava/util/ArrayList;-><init>()V
iput-object p1, p0, Lcom/moji/http/mqn/entity/TopInfoResp$TopicInfo;->mImageList:Ljava/util/ArrayList;
return-void
.end method