62 lines
1.3 KiB
Smali
62 lines
1.3 KiB
Smali
.class public Lcom/moji/http/mqn/entity/TopicSquareInfo;
|
|
.super Lcom/moji/requestcore/entity/MJBaseRespRc;
|
|
.source "TopicSquareInfo.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/moji/http/mqn/entity/TopicSquareInfo$User;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public browse_count:Ljava/lang/String;
|
|
|
|
.field public comment_count:Ljava/lang/String;
|
|
|
|
.field public content:Ljava/lang/String;
|
|
|
|
.field public id:J
|
|
|
|
.field public is_recommend:Z
|
|
|
|
.field public last_user_nick:Ljava/lang/String;
|
|
|
|
.field public name:Ljava/lang/String;
|
|
|
|
.field public path:Ljava/lang/String;
|
|
|
|
.field public path_blur:Ljava/lang/String;
|
|
|
|
.field public type:I
|
|
|
|
.field public user_list:Ljava/util/ArrayList;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/ArrayList<",
|
|
"Lcom/moji/http/mqn/entity/TopicSquareInfo$User;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 7
|
|
invoke-direct {p0}, Lcom/moji/requestcore/entity/MJBaseRespRc;-><init>()V
|
|
|
|
.line 18
|
|
new-instance v0, Ljava/util/ArrayList;
|
|
|
|
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
|
|
|
|
iput-object v0, p0, Lcom/moji/http/mqn/entity/TopicSquareInfo;->user_list:Ljava/util/ArrayList;
|
|
|
|
return-void
|
|
.end method
|