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

58 lines
1.2 KiB
Smali

.class public Lcom/moji/http/mqn/entity/TopicVote$Vote;
.super Ljava/lang/Object;
.source "TopicVote.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/moji/http/mqn/entity/TopicVote;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = "Vote"
.end annotation
# instance fields
.field public ask_name:Ljava/lang/String;
.field public blue_count:I
.field public blue_name:Ljava/lang/String;
.field public blue_percent:I
.field public id:Ljava/lang/String;
.field public is_vote:Z
.field public name:Ljava/lang/String;
.field public red_count:I
.field public red_name:Ljava/lang/String;
.field public red_percent:I
.field final synthetic this$0:Lcom/moji/http/mqn/entity/TopicVote;
.field public topic_id:Ljava/lang/String;
.field public total_count:I
.field public vote_type:I
# direct methods
.method public constructor <init>(Lcom/moji/http/mqn/entity/TopicVote;)V
.locals 0
.line 12
iput-object p1, p0, Lcom/moji/http/mqn/entity/TopicVote$Vote;->this$0:Lcom/moji/http/mqn/entity/TopicVote;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method