54 lines
1.5 KiB
Smali
54 lines
1.5 KiB
Smali
.class public Lcom/moji/mjweather/aqi/ForecastDataEntity;
|
|
.super Ljava/lang/Object;
|
|
.source "ForecastDataEntity.java"
|
|
|
|
|
|
# instance fields
|
|
.field public a:Ljava/util/List;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/List<",
|
|
"Lcom/moji/http/weather/entity/AqiDetailEntity$ResultBean$TrendForecastBean;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public b:Ljava/util/List;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/List<",
|
|
"Lcom/moji/http/weather/entity/AqiDetailEntity$ResultBean$TrendHourBean;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/util/List;Ljava/util/List;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/List<",
|
|
"Lcom/moji/http/weather/entity/AqiDetailEntity$ResultBean$TrendForecastBean;",
|
|
">;",
|
|
"Ljava/util/List<",
|
|
"Lcom/moji/http/weather/entity/AqiDetailEntity$ResultBean$TrendHourBean;",
|
|
">;)V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 25
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 26
|
|
iput-object p1, p0, Lcom/moji/mjweather/aqi/ForecastDataEntity;->a:Ljava/util/List;
|
|
|
|
.line 27
|
|
iput-object p2, p0, Lcom/moji/mjweather/aqi/ForecastDataEntity;->b:Ljava/util/List;
|
|
|
|
return-void
|
|
.end method
|