Weather/smali_classes2/com/moji/http/weather/entity/AqiPointMapEntity$ResultBean.smali
2021-05-10 10:13:34 +02:00

45 lines
867 B
Smali

.class public Lcom/moji/http/weather/entity/AqiPointMapEntity$ResultBean;
.super Ljava/lang/Object;
.source "AqiPointMapEntity.java"
# interfaces
.implements Ljava/io/Serializable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/moji/http/weather/entity/AqiPointMapEntity;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "ResultBean"
.end annotation
# instance fields
.field public city_name:Ljava/lang/String;
.field public colour_level:I
.field public detail:Lcom/moji/http/weather/entity/AqiBean;
.field public lat:D
.field public lng:D
.field public name:Ljava/lang/String;
.field public value:I
# direct methods
.method public constructor <init>()V
.locals 0
.line 27
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method