Weather/smali_classes2/com/moji/http/thunderstorm/TsMapResponse.smali
2021-05-10 10:13:34 +02:00

38 lines
906 B
Smali

.class public Lcom/moji/http/thunderstorm/TsMapResponse;
.super Lcom/moji/requestcore/entity/MJBaseRespRc;
.source "TsMapResponse.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/moji/http/thunderstorm/TsMapResponse$Coordinate;,
Lcom/moji/http/thunderstorm/TsMapResponse$GridPointList;
}
.end annotation
# instance fields
.field public grid_point_list:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lcom/moji/http/thunderstorm/TsMapResponse$GridPointList;",
">;"
}
.end annotation
.end field
.field public shower_desc:Ljava/lang/String;
# direct methods
.method public constructor <init>()V
.locals 0
.line 11
invoke-direct {p0}, Lcom/moji/requestcore/entity/MJBaseRespRc;-><init>()V
return-void
.end method