Weather/smali_classes2/com/moji/http/ugc/bean/GetCommentResp.smali
2021-05-10 10:13:34 +02:00

83 lines
2.1 KiB
Smali

.class public Lcom/moji/http/ugc/bean/GetCommentResp;
.super Lcom/moji/requestcore/entity/MJBaseRespRc;
.source "GetCommentResp.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/moji/http/ugc/bean/GetCommentResp$Like;,
Lcom/moji/http/ugc/bean/GetCommentResp$Comment;
}
.end annotation
# instance fields
.field public comment_count:Ljava/lang/String;
.field public final comment_list:Ljava/util/ArrayList;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/ArrayList<",
"Lcom/moji/http/ugc/bean/GetCommentResp$Comment;",
">;"
}
.end annotation
.end field
.field public final hottest_list:Ljava/util/ArrayList;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/ArrayList<",
"Lcom/moji/http/ugc/bean/GetCommentResp$Comment;",
">;"
}
.end annotation
.end field
.field public final like_list:Ljava/util/ArrayList;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/ArrayList<",
"Lcom/moji/http/ugc/bean/GetCommentResp$Like;",
">;"
}
.end annotation
.end field
.field public page_cursor:Ljava/lang/String;
.field public praise_num:Ljava/lang/String;
# direct methods
.method public constructor <init>()V
.locals 1
.line 11
invoke-direct {p0}, Lcom/moji/requestcore/entity/MJBaseRespRc;-><init>()V
.line 15
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/moji/http/ugc/bean/GetCommentResp;->comment_list:Ljava/util/ArrayList;
.line 16
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/moji/http/ugc/bean/GetCommentResp;->hottest_list:Ljava/util/ArrayList;
.line 17
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/moji/http/ugc/bean/GetCommentResp;->like_list:Ljava/util/ArrayList;
return-void
.end method