VipSubInfo.smali
.class public Lcom/sandboxol/center/entity/VipSubInfo;
.super Ljava/lang/Object;
.source "VipSubInfo.java"
# instance fields
.field private playerInfo:Lcom/sandboxol/center/entity/PlayerInfo;
.field private subInfo:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lcom/sandboxol/center/entity/SubscribeInfo;",
">;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>()V
.registers 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public getPlayerInfo()Lcom/sandboxol/center/entity/PlayerInfo;
.registers 2
.line 1
iget-object v0, p0, Lcom/sandboxol/center/entity/VipSubInfo;->playerInfo:Lcom/sandboxol/center/entity/PlayerInfo;
return-object v0
.end method
.method public getSubInfo()Ljava/util/List;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lcom/sandboxol/center/entity/SubscribeInfo;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/sandboxol/center/entity/VipSubInfo;->subInfo:Ljava/util/List;
return-object v0
.end method
.method public setPlayerInfo(Lcom/sandboxol/center/entity/PlayerInfo;)V
.registers 2
.line 1
iput-object p1, p0, Lcom/sandboxol/center/entity/VipSubInfo;->playerInfo:Lcom/sandboxol/center/entity/PlayerInfo;
return-void
.end method
.method public setSubInfo(Ljava/util/List;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Lcom/sandboxol/center/entity/SubscribeInfo;",
">;)V"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/sandboxol/center/entity/VipSubInfo;->subInfo:Ljava/util/List;
return-void
.end method